mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-25 11:18:33 +02:00
polybar: don't reserve space for battery percentage
Usually, it does not move fast, unlike other percentage values.
This commit is contained in:
parent
99ac88e907
commit
7c5ad89f94
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue