Polybar: Fix battery colors
Charging is supposed to be colored primary, not discharging
This commit is contained in:
parent
2e8354ab4d
commit
1f8f1989e4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user