fix colours
This commit is contained in:
parent
1cc179c6cb
commit
fa4af6e2a0
13
config
13
config
|
@ -1,10 +1,8 @@
|
||||||
[colors]
|
[colors]
|
||||||
background = #170808
|
background = #170808
|
||||||
foreground = #ea7607
|
foreground = #663303
|
||||||
primary = #d6651a
|
primary = #ea7607
|
||||||
secondary = #663303
|
secondary = #241201
|
||||||
tertiary = #381c02
|
|
||||||
tertiary-dark = #241201
|
|
||||||
alert = #a60000
|
alert = #a60000
|
||||||
|
|
||||||
[bar/base]
|
[bar/base]
|
||||||
|
@ -50,6 +48,7 @@ monitor = ${env:MONITOR:HDMI-1-1}
|
||||||
|
|
||||||
[module/xwindow]
|
[module/xwindow]
|
||||||
type = internal/xwindow
|
type = internal/xwindow
|
||||||
|
label-foreground = ${colors.primary}
|
||||||
label = %title:0:90:...%
|
label = %title:0:90:...%
|
||||||
|
|
||||||
[module/bspwm]
|
[module/bspwm]
|
||||||
|
@ -58,10 +57,10 @@ type = internal/bspwm
|
||||||
pin-workspaces = false
|
pin-workspaces = false
|
||||||
|
|
||||||
label-focused = %name%
|
label-focused = %name%
|
||||||
|
label-focused-foreground = ${colors.primary}
|
||||||
label-focused-padding = 2
|
label-focused-padding = 2
|
||||||
|
|
||||||
label-occupied = %name%
|
label-occupied = %name%
|
||||||
label-occupied-foreground = ${colors.secondary}
|
|
||||||
label-occupied-padding = 2
|
label-occupied-padding = 2
|
||||||
|
|
||||||
label-urgent = %name%
|
label-urgent = %name%
|
||||||
|
@ -69,7 +68,7 @@ label-urgent-background = ${colors.alert}
|
||||||
label-urgent-padding = 2
|
label-urgent-padding = 2
|
||||||
|
|
||||||
label-empty = %name%
|
label-empty = %name%
|
||||||
label-empty-foreground = ${colors.tertiary-dark}
|
label-empty-foreground = ${colors.secondary}
|
||||||
label-empty-padding = 2
|
label-empty-padding = 2
|
||||||
|
|
||||||
; Separator in between workspaces
|
; Separator in between workspaces
|
||||||
|
|
Loading…
Reference in New Issue