fix(config): Change i3 label colors
This commit is contained in:
parent
97fa7052fe
commit
248f00f55b
@ -113,7 +113,7 @@ label-focused-padding = 2
|
|||||||
label-occupied = %index%
|
label-occupied = %index%
|
||||||
label-occupied-padding = 2
|
label-occupied-padding = 2
|
||||||
|
|
||||||
label-urgent = %index%
|
label-urgent = %index%!
|
||||||
label-urgent-background = ${colors.alert}
|
label-urgent-background = ${colors.alert}
|
||||||
label-urgent-padding = 2
|
label-urgent-padding = 2
|
||||||
|
|
||||||
@ -127,7 +127,6 @@ format = <label-state> <label-mode>
|
|||||||
index-sort = true
|
index-sort = true
|
||||||
wrapping-scroll = false
|
wrapping-scroll = false
|
||||||
|
|
||||||
label-mode = %mode%
|
|
||||||
label-mode-padding = 2
|
label-mode-padding = 2
|
||||||
label-mode-foreground = #000
|
label-mode-foreground = #000
|
||||||
label-mode-background = ${colors.primary}
|
label-mode-background = ${colors.primary}
|
||||||
@ -141,12 +140,13 @@ label-unfocused = %index%
|
|||||||
label-unfocused-padding = ${module/bspwm.label-occupied-padding}
|
label-unfocused-padding = ${module/bspwm.label-occupied-padding}
|
||||||
|
|
||||||
label-urgent = %index%!
|
label-urgent = %index%!
|
||||||
label-urgent-background = ${colors.alert}
|
label-urgent-background = ${module/bspwm.label-urgent-background}
|
||||||
label-urgent-padding = ${module/bspwm.label-urgent-padding}
|
label-urgent-padding = ${module/bspwm.label-urgent-padding}
|
||||||
|
|
||||||
label-visible = %index%
|
label-visible = %index%
|
||||||
label-visible-foreground = ${module/bspwm.label-empty-padding}
|
label-visible-background = ${self.label-focused-background}
|
||||||
label-visible-padding = ${module/bspwm.label-empty-padding}
|
label-visible-underline = ${self.label-focused-underline}
|
||||||
|
label-visible-padding = ${self.label-focused-padding}
|
||||||
|
|
||||||
[module/mpd]
|
[module/mpd]
|
||||||
type = internal/mpd
|
type = internal/mpd
|
||||||
|
Loading…
Reference in New Issue
Block a user