From 80c5b9ef0ebd86a29c0adf2c6a44ebd53de4e3c2 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 6 Feb 2018 19:02:18 -0600 Subject: [PATCH] Polybar: Condense colors down a bit more --- .config/polybar/config | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index fc15be5f..a6d49207 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -8,8 +8,7 @@ # RESOURCES #======================================== [res/colors] -primary = ${xrdb:color4} -secondary = ${xrdb:color12} +primary = ${xrdb:color12} alert = ${xrdb:color3} background = ${xrdb:background} @@ -100,7 +99,7 @@ pin-workspaces = true label-focused = %name% label-focused-padding = ${res/config.padding} label-focused-foreground = ${res/colors.background} -label-focused-background = ${res/colors.secondary} +label-focused-background = ${res/colors.primary} label-dimmed = ${self.label-focused} label-dimmed-padding = ${res/config.padding} @@ -128,7 +127,7 @@ pin-workspaces = true label-active = %name% label-active-padding = ${res/config.padding} label-active-foreground = ${res/colors.background} -label-active-background = ${res/colors.secondary} +label-active-background = ${res/colors.primary} label-dimmed = ${self.label-active} label-dimmed-padding = ${res/config.padding}