From cab900aef7a2ca6c948ee07e2d1a41551573097a Mon Sep 17 00:00:00 2001 From: Salt Date: Mon, 14 Aug 2017 05:47:33 -0500 Subject: [PATCH] Changed colors on polybar battery label --- .config/polybar/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index 6e7f2ceb..a008ec5f 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -188,11 +188,11 @@ format-full = label-charging = "+" label-charging-padding = ${template/module/bar.label-padding} label-charging-foreground = ${template/module/bar.label-foreground} -label-charging-background = ${template/module/bar.label-background} +label-charging-background = ${res/colors.accent-nice-dark} label-discharging = "-" label-discharging-padding = ${self.label-charging-padding} label-discharging-foreground = ${template/module/bar.label-foreground} -label-discharging-background = ${template/module/bar.label-background} +label-discharging-background = ${res/colors.accent-nice-dark} label-full = "$" label-full-padding = ${self.label-charging-padding} label-full-foreground = ${template/module/bar.label-foreground}