Polybar: Fix battery colors

Charging is supposed to be colored primary, not discharging
This commit is contained in:
Salt 2017-08-21 00:15:30 -05:00
parent 2e8354ab4d
commit 1f8f1989e4

View File

@ -235,13 +235,13 @@ format-charging = <animation-charging> <label-charging>
format-discharging = <ramp-capacity> <label-discharging>
format-full = <label-full>
label-charging = %percentage%% %time%
label-charging = %percentage%%
label-charging-padding = 0
label-charging-foreground = ${res/colors.foreground}
label-charging-foreground = ${res/colors.primary}
label-charging-background = ${res/colors.background}
label-discharging = %percentage%% %time%
label-discharging-padding = 0
label-discharging-foreground = ${res/colors.primary}
label-discharging-foreground = ${res/colors.foreground}
label-discharging-background = ${res/colors.background}
label-full =  %percentage%%
label-full-padding = 0