polybar: i3 farben
This commit is contained in:
parent
9a80c3f4f8
commit
21ad53f51a
2 changed files with 3 additions and 25 deletions
|
@ -1,11 +1,5 @@
|
|||
[colors]
|
||||
#background = #222
|
||||
#background-alt = #444
|
||||
#foreground = #dfdfdf
|
||||
#primary = #ffb52a
|
||||
#secondary = #e60053
|
||||
#alert = #bd2c40
|
||||
|
||||
green = #32CD32
|
||||
orange = #FF8A00
|
||||
darkgrey = #555
|
||||
red = #bd2c40
|
||||
|
|
|
@ -4,29 +4,13 @@ format = <label-state> <label-mode>
|
|||
index-sort = true
|
||||
wrapping-scroll = false
|
||||
|
||||
; Only show workspaces on the same output as the bar
|
||||
;pin-workspaces = true
|
||||
label-mode-padding = 2
|
||||
label-mode-foreground = #000
|
||||
label-mode-background = ${colors.primary}
|
||||
|
||||
; focused = Active workspace on focused monitor
|
||||
label-focused = %index%
|
||||
label-focused-background = #32CD32
|
||||
label-focused-underline= ${colors.primary}
|
||||
label-focused-padding = 2
|
||||
label-focused-background = ${colors.green}
|
||||
|
||||
; unfocused = Inactive workspace on any monitor
|
||||
label-unfocused = %index%
|
||||
label-unfocused-padding = 2
|
||||
|
||||
; visible = Active workspace on unfocused monitor
|
||||
label-visible = %index%
|
||||
label-visible-background = ${self.label-focused-background}
|
||||
label-visible-underline = ${self.label-focused-underline}
|
||||
label-visible-padding = ${self.label-focused-padding}
|
||||
|
||||
; urgent = Workspace with urgency hint set
|
||||
label-urgent = %index%
|
||||
label-urgent-background = ${colors.alert}
|
||||
label-urgent-padding = 2
|
||||
label-urgent-background = ${colors.red}
|
||||
|
|
Loading…
Reference in a new issue