Silly workaround for issue #7
This commit is contained in:
parent
c57c24d245
commit
ac2bc78ab8
1 changed files with 7 additions and 7 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue