Polybar: Use percentage instead of time
I actually have a battery so large that the time fluctuates too much and is unuseable
This commit is contained in:
parent
0e64570501
commit
21c508f410
@ -115,8 +115,8 @@ format-discharging-prefix-foreground = ${res/colors.green}
|
||||
format-full = <label-full>
|
||||
format-full-prefix = "Battery: "
|
||||
format-full-prefix-foreground = ${res/colors.green}
|
||||
label-charging = %time%
|
||||
label-discharging = %time%
|
||||
label-charging = %percentage%%
|
||||
label-discharging = %percentage%%
|
||||
label-full = Full
|
||||
bar-capacity-width = ${res/config.bar-width}
|
||||
bar-capacity-fill = ${res/config.bar-fill}
|
||||
|
Loading…
Reference in New Issue
Block a user