config: i3status: config: hide battery when non-existent

This commit is contained in:
Thomas Preisner 2019-09-25 15:25:37 +02:00
parent 3e02a6aa0d
commit dd54a92853

View file

@ -27,6 +27,7 @@ cpu_usage {
battery all { battery all {
format = "%status %percentage %remaining" format = "%status %percentage %remaining"
format_down = ""
status_chr = " CHR" status_chr = " CHR"
status_bat = " BAT" status_bat = " BAT"
status_unk = " UNK" status_unk = " UNK"