home: wm: i3bar: fix 'battery' block on empty
ci/woodpecker/push/check Pipeline was successful Details

This commit is contained in:
Bruno BELANYI 2023-06-27 20:14:23 +01:00
parent 950940e3c7
commit b8f8c7cfa7
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ in
{
block = "battery";
format = " $icon $percentage{ ($time)|} ";
empty_format = " $icon $percentage{ ($time)|} ";
not_charging_format = " $icon $percentage ";
full_format = " $icon $percentage ";
}