From 6ae9cf2fd85407f7356f1ec431038e15c3d62a99 Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 23 Dec 2017 13:17:22 -0600 Subject: [PATCH] Polybar: Change color of battery widget --- .config/polybar/config | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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}