From 62619de3729c2daac23d94d94b3cc9abc6088fef Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 5 Dec 2018 17:29:31 -0500 Subject: [PATCH] polybar: Don't distinguish between empty desktops Time will tell whether or not I keep this, but one less color makes it easier to seamlessly integrate the bar with different color schemes. With this change, the interface is also arguably cleaner. --- polybar/.config/polybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config index faec7fa..3f8a3d6 100644 --- a/polybar/.config/polybar/config +++ b/polybar/.config/polybar/config @@ -62,7 +62,7 @@ label-empty-padding = 1 label-focused-foreground = ${color.text} label-urgent-foreground = ${color.yellow} label-occupied-foreground = ${color.background-alt} -label-empty-foreground = ${color.green} +label-empty-foreground = ${color.background-alt} [module/cpu] type = internal/cpu