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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
|
|
[constants]
|
|
|
|
padding = 3
|
|
|
|
|
|
|
|
[module/bspwm]
|
|
|
|
type = internal/bspwm
|
|
|
|
|
|
|
|
label-focused = %index%
|
|
|
|
label-focused-background = ${colors.secondary}
|
|
|
|
label-focused-padding = ${constants.padding}
|
|
|
|
|
|
|
|
label-occupied = %index%
|
|
|
|
label-occupied-background = ${colors.primary}
|
|
|
|
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-background = ${colors.secondary}
|
|
|
|
label-empty-padding = ${constants.padding}
|