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:
Salt 2020-08-24 18:56:28 -05:00
parent 0e64570501
commit 21c508f410

View File

@ -115,8 +115,8 @@ format-discharging-prefix-foreground = ${res/colors.green}
format-full = <label-full> format-full = <label-full>
format-full-prefix = "Battery: " format-full-prefix = "Battery: "
format-full-prefix-foreground = ${res/colors.green} format-full-prefix-foreground = ${res/colors.green}
label-charging = %time% label-charging = %percentage%%
label-discharging = %time% label-discharging = %percentage%%
label-full = Full label-full = Full
bar-capacity-width = ${res/config.bar-width} bar-capacity-width = ${res/config.bar-width}
bar-capacity-fill = ${res/config.bar-fill} bar-capacity-fill = ${res/config.bar-fill}