You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
526 B
21 lines
526 B
[constants]
|
|
padding = 3
|
|
|
|
[module/bspwm]
|
|
type = internal/bspwm
|
|
|
|
label-focused = %index%
|
|
label-focused-background = ${colors.background-alt}
|
|
label-focused-underline = ${colors.primary}
|
|
label-focused-padding = ${constants.padding}
|
|
|
|
label-occupied = %index%
|
|
label-occupied-padding = ${constants.padding}
|
|
|
|
label-urgent = %index%!
|
|
label-urgent-background = ${colors.alert}
|
|
label-urgent-padding = ${constants.padding}
|
|
|
|
label-empty = %index%
|
|
label-empty-foreground = ${colors.foreground-alt}
|
|
label-empty-padding = ${constants.padding} |