polybar: don't reserve space for battery percentage

Usually, it does not move fast, unlike other percentage values.
This commit is contained in:
Vincent Bernat 2021-12-18 10:37:11 +01:00
parent 99ac88e907
commit 7c5ad89f94

View file

@ -111,13 +111,13 @@ label = %date%  %time%
type = internal/battery
poll-interval = 10
format-charging = <label-charging>
label-charging =  %percentage: 2%%
label-charging =  %percentage%%
format-discharging = <ramp-capacity> <label-discharging>
label-discharging = %percentage: 2%%
label-discharging = %percentage%%
format-full = <label-full>
label-full = 
format-low = <animation-low> <label-low>
label-low = %percentage: 2%%
label-low = %percentage%%
label-low-foreground = ${colors.warning}
animation-low-foreground = ${colors.warning}
full-at = 99