Polybar: Polish battery module
This commit is contained in:
parent
abcb9147a6
commit
2cb9f0e060
@ -233,7 +233,7 @@ bar-capacity-empty-background = ${template/module/bar.bar-empty-background}
|
||||
inherit = template/module/battery
|
||||
format-charging = <animation-charging> <label-charging>
|
||||
format-discharging = <ramp-capacity> <label-discharging>
|
||||
format-full = <ramp-capacity> <label-full>
|
||||
format-full = <label-full>
|
||||
|
||||
label-charging = %percentage%% %time%
|
||||
label-charging-padding = 0
|
||||
@ -243,7 +243,7 @@ label-discharging = %percentage%% %time%
|
||||
label-discharging-padding = 0
|
||||
label-discharging-foreground = ${res/colors.primary}
|
||||
label-discharging-background = ${res/colors.background}
|
||||
label-full = %percentage%%
|
||||
label-full = %percentage%%
|
||||
label-full-padding = 0
|
||||
label-full-foreground = ${res/colors.primary-dark}
|
||||
label-full-background = ${res/colors.background}
|
||||
@ -259,6 +259,7 @@ animation-charging-2 =
|
||||
animation-charging-3 =
|
||||
animation-charging-4 =
|
||||
animation-charging-framerate = 750
|
||||
animation-charging-foreground = ${res/colors.primary}
|
||||
|
||||
[module/cpu-bar]
|
||||
inherit = template/module/cpu
|
||||
|
Loading…
Reference in New Issue
Block a user