Silly workaround for issue #7

This commit is contained in:
2Shirt 2017-12-30 16:57:59 -07:00
parent c57c24d245
commit ac2bc78ab8

View file

@ -21,7 +21,7 @@ order += "tztime local"
#order += "tztime utc"
cpu_usage {
format = " %usage"
format = ". %usage"
max_threshold = 90
#format_above_threshold = " %usage"
degraded_threshold = 75
@ -29,19 +29,19 @@ cpu_usage {
}
wireless _first_ {
format_up = " (%quality at %essid) %ip"
format_down = " Down"
format_up = ". (%quality at %essid) %ip"
format_down = ". Down"
}
ethernet _first_ {
# if you use %speed, i3status requires root privileges
format_up = " %ip"
format_down = " Down"
format_up = ". %ip"
format_down = ". Down"
}
battery all {
integer_battery_capacity = true
format = "%status %percentage"
format = "%status. %percentage"
format_down = ""
status_chr = ""
status_bat = ""
@ -53,7 +53,7 @@ battery all {
}
volume master {
format = " %volume"
format = ". %volume"
format_muted = " muted"
device = "pulse"
}