This commit is contained in:
committer
2024-05-20 14:37:40 -05:00
parent 2e629e37e5
commit 05a4998813

View File

@@ -74,28 +74,23 @@ path_exists "vpn" {
wireless _first_ { wireless _first_ {
format_up = " W: (%quality at %essid, %bitrate) %ip " format_up = " W: (%quality at %essid, %bitrate) %ip "
format_down = "" format_down = ""
} }
ethernet _first_ { ethernet _first_ {
format_up = " %ip %speed " format_up = " %ip %speed "
format_down = " 🖧 " format_down = " "
} }
battery all { battery all {
# format = "%status %percentage %remaining %emptytime" format = "%status %percentage %remaining %emptytime"
format = " %status %percentage" #format = " %status %percentage"
format_down = "No battery" format_down = "No battery"
last_full_capacity = true last_full_capacity = true
integer_battery_capacity = true integer_battery_capacity = true
# status_chr = ""
status_chr = "⚡" status_chr = "⚡"
# status_bat = "bat" status_bat = ""
# status_bat = "" status_unk = ""
status_bat = ""
# status_unk = "?"
status_unk = ""
# status_full = ""
status_full = "☀" status_full = "☀"
low_threshold = 15 low_threshold = 15
threshold_type = time threshold_type = time