From 2cdd4d8c835b30a5a4a7789832eaa280307753f3 Mon Sep 17 00:00:00 2001 From: Salt Date: Tue, 30 Oct 2018 14:29:19 -0500 Subject: [PATCH] Polybar: Brighten uname and hostname colors --- .config/polybar/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/polybar/config b/.config/polybar/config index c8362656..790b5df7 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -249,7 +249,7 @@ label-mounted = %free:5% free [module/hostname] type = custom/script -format-foreground = ${res/colors.background-alt} +format-foreground = ${res/colors.foreground-dark} interval = 3600 exec = hostname @@ -315,7 +315,7 @@ exec-if = ! systemctl is-active tor [module/uname] type = custom/script -format-foreground = ${res/colors.background-alt} +format-foreground = ${res/colors.foreground-dark} interval = 3600 exec = uname -sr