changed symbols
parent
77caa1d2a4
commit
8f5624f1fb
|
@ -83,28 +83,26 @@ type = internal/bspwm
|
||||||
|
|
||||||
reverse-scroll = false
|
reverse-scroll = false
|
||||||
|
|
||||||
label-focused = %name%
|
label-focused =
|
||||||
label-focused-foreground = ${colors.comment}
|
label-focused-foreground = ${colors.purple}
|
||||||
label-focused-background = ${colors.purple}
|
|
||||||
label-focused-padding = 1
|
label-focused-padding = 1
|
||||||
|
|
||||||
label-occupied = %name%
|
label-occupied =
|
||||||
label-occupied-foreground = ${colors.comment}
|
label-occupied-foreground = ${colors.pink}
|
||||||
label-occupied-background = ${colors.pink}
|
|
||||||
label-occupied-padding = 1
|
label-occupied-padding = 1
|
||||||
|
|
||||||
label-urgent = %name%!
|
label-urgent =
|
||||||
label-urgent-foreground = ${colors.foreground}
|
label-urgent-foreground = ${colors.red}
|
||||||
label-urgent-background = ${colors.red}
|
|
||||||
label-urgent-padding = 1
|
label-urgent-padding = 1
|
||||||
|
|
||||||
label-empty = %name%
|
label-empty =
|
||||||
label-empty-foreground = ${colors.foreground}
|
label-empty-foreground = ${colors.foreground}
|
||||||
|
; label-empty-background = ${colors.pink}
|
||||||
label-empty-padding = 1
|
label-empty-padding = 1
|
||||||
|
|
||||||
label-separator = "|"
|
label-separator = " "
|
||||||
label-separator-foreground = ${colors.cyan}
|
label-separator-foreground = ${colors.cyan}
|
||||||
label-separator-padding = 0
|
label-separator-padding = 2
|
||||||
|
|
||||||
pin-workspaces = true
|
pin-workspaces = true
|
||||||
|
|
||||||
|
@ -155,7 +153,7 @@ expand-right = false
|
||||||
|
|
||||||
format-spacing = 1
|
format-spacing = 1
|
||||||
|
|
||||||
label-open = " "
|
label-open = ""
|
||||||
label-open-foreground = ${colors.orange}
|
label-open-foreground = ${colors.orange}
|
||||||
label-close = " cancel"
|
label-close = " cancel"
|
||||||
label-close-foreground = ${colors.red}
|
label-close-foreground = ${colors.red}
|
||||||
|
|
Loading…
Reference in New Issue