From 3083814d0bdb233d799c4409e79124dea2ff6dc9 Mon Sep 17 00:00:00 2001 From: Salt Date: Thu, 17 May 2018 16:39:14 -0500 Subject: [PATCH] Polybar: Tweak coloration --- .config/polybar/config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index d2bda769..ba172421 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -14,12 +14,12 @@ alert = ${xrdb:color3} warning = ${xrdb:color1} icon-battery = ${xrdb:color7} -icon-cpu = ${xrdb:color4} +icon-cpu = ${xrdb:color12} icon-date = ${xrdb:color7} -icon-fs = ${xrdb:color2} -icon-memory = ${xrdb:color5} +icon-fs = ${xrdb:color10} +icon-memory = ${xrdb:color13} icon-volume = ${xrdb:color7} -icon-wlan = ${xrdb:color6} +icon-wlan = ${xrdb:color14} icon-wm = ${xrdb:color7} icon-xbacklight = ${xrdb:color7} icon-xwindow = ${xrdb:color7}