From c227ea488a1b11eeb23d10b6ff5a7ac7015797f3 Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 8 Sep 2017 15:30:50 -0500 Subject: [PATCH] Polybar: Standardize foreground color For use with pywal --- .config/polybar/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index 1ac53615..a95a423a 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -25,7 +25,7 @@ background = ${xrdb:background} background-2 = ${xrdb:bg2} background-3 = ${xrdb:bg3} background-4 = ${xrdb:bg4} -foreground = ${xrdb:foreground} +foreground = ${xrdb:color15} foreground-2 = ${xrdb:fg2} foreground-3 = ${xrdb:fg3} foreground-4 = ${xrdb:fg4} @@ -114,7 +114,7 @@ modules-right = | temperature-label-alert mpd-mini wlan-network-mini volume-ramp [module/|] type = custom/text content = | -content-foreground = ${res/colors.foreground-4} +content-foreground = ${res/colors.foreground} # CUSTOM #====================