Polybar: Change color of battery widget

This commit is contained in:
Salt 2017-12-23 13:17:22 -06:00
parent b57a09eb52
commit 6ae9cf2fd8

View File

@ -37,7 +37,7 @@ underline-fs = ${self.resource-bad-dark}
underline-memory = ${self.resource-bad-dark}
underline-temperature = ${self.resource-bad-dark}
underline-battery = ${self.resource-good-dark}
underline-battery = ${self.primary-dark}
underline-backlight = ${self.primary-dark}
underline-network = ${self.primary-dark}
@ -243,7 +243,6 @@ inherit = template/module/battery
format-charging = <animation-charging> <label-charging>
format-discharging = <ramp-capacity> <label-discharging>
format-full = <ramp-capacity> <label-full>
format-full-overline = ${res/colors.resource-good}
time-format = %H:%M
label-charging = %percentage%%
@ -251,6 +250,7 @@ label-charging-padding = 0
label-discharging = %percentage%% (%time%)
label-discharging-padding = 0
label-full = %percentage%%
label-full-foreground = ${res/colors.primary}
label-full-padding = 0
ramp-capacity-0= 
@ -282,7 +282,6 @@ format-charging-prefix = 
format-charging-prefix-foreground = ${self.format-charging-underline}
format-discharging = <ramp-capacity>
format-full = <ramp-capacity>
format-full-overline = ${res/colors.resource-good}
format-full-prefix = " "
format-full-prefix-foreground = ${res/colors.resource-good}