polybar: use a different color for focused vs visible

This commit is contained in:
Vincent Bernat 2021-07-14 14:11:16 +02:00
parent 3d3f3bba71
commit a44cd7dc54

View file

@ -55,13 +55,13 @@ pin-workspaces = true
label-mode-background = ${colors.highlight}
label-mode-padding = 1
label-focused = %name%
label-focused-background = ${colors.highlight}
label-focused-background = #cc5c00
label-focused-padding = 1
label-unfocused = %name%
label-unfocused-padding = 1
label-visible = %name%
label-visible-background = ${self.label-focused-background}
label-visible-padding = ${self.label-focused-padding}
label-visible-background = ${colors.highlight}
label-visible-padding = 1
label-urgent = %name%
label-urgent-background = #a00000
label-urgent-padding = 1