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.
This commit is contained in:
Donovan Glover
2018-12-05 17:29:31 -05:00
parent b14e971165
commit 62619de372

View File

@ -62,7 +62,7 @@ label-empty-padding = 1
label-focused-foreground = ${color.text} label-focused-foreground = ${color.text}
label-urgent-foreground = ${color.yellow} label-urgent-foreground = ${color.yellow}
label-occupied-foreground = ${color.background-alt} label-occupied-foreground = ${color.background-alt}
label-empty-foreground = ${color.green} label-empty-foreground = ${color.background-alt}
[module/cpu] [module/cpu]
type = internal/cpu type = internal/cpu