mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 04:44:03 +01:00
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:
parent
b14e971165
commit
62619de372
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user