home: wm: i3bar: fix 'battery' block on empty
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
950940e3c7
commit
b8f8c7cfa7
|
@ -78,6 +78,7 @@ in
|
||||||
{
|
{
|
||||||
block = "battery";
|
block = "battery";
|
||||||
format = " $icon $percentage{ ($time)|} ";
|
format = " $icon $percentage{ ($time)|} ";
|
||||||
|
empty_format = " $icon $percentage{ ($time)|} ";
|
||||||
not_charging_format = " $icon $percentage ";
|
not_charging_format = " $icon $percentage ";
|
||||||
full_format = " $icon $percentage ";
|
full_format = " $icon $percentage ";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue