mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-22 18:03:28 +02:00
polybar: use a different color for focused vs visible
This commit is contained in:
parent
3d3f3bba71
commit
a44cd7dc54
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue