diff --git a/.config/polybar/config b/.config/polybar/config index ea47ea46..42d84624 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -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 = format-discharging = format-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 = format-full = -format-full-overline = ${res/colors.resource-good} format-full-prefix = " " format-full-prefix-foreground = ${res/colors.resource-good}