forked from extern/nix-config
polybar: Space out the config file
The added spacing here helps to differentiate between keys, values, and sections.
This commit is contained in:
parent
cc7a249fae
commit
7b7d69cffb
@ -76,8 +76,8 @@ wm-restack = bspwm
|
|||||||
[module/bspwm]
|
[module/bspwm]
|
||||||
type = internal/bspwm
|
type = internal/bspwm
|
||||||
pin-workspaces = true
|
pin-workspaces = true
|
||||||
|
|
||||||
format = <label-mode> <label-state>
|
format = <label-mode> <label-state>
|
||||||
|
|
||||||
label-monocle = monocle mode
|
label-monocle = monocle mode
|
||||||
label-locked = Locked
|
label-locked = Locked
|
||||||
label-private = Private
|
label-private = Private
|
||||||
@ -93,15 +93,16 @@ label-locked-foreground = ${color.background-alt}
|
|||||||
label-private-foreground = ${color.background-alt}
|
label-private-foreground = ${color.background-alt}
|
||||||
label-sticky-foreground = ${color.background-alt}
|
label-sticky-foreground = ${color.background-alt}
|
||||||
|
|
||||||
label-focused-foreground = ${color.text}
|
|
||||||
label-urgent-foreground = ${color.yellow}
|
|
||||||
label-occupied-foreground = ${color.background-alt}
|
|
||||||
label-empty-foreground = ${color.green}
|
|
||||||
label-focused-padding = 2
|
label-focused-padding = 2
|
||||||
label-urgent-padding = 2
|
label-urgent-padding = 2
|
||||||
label-occupied-padding = 2
|
label-occupied-padding = 2
|
||||||
label-empty-padding = 2
|
label-empty-padding = 2
|
||||||
|
|
||||||
|
label-focused-foreground = ${color.text}
|
||||||
|
label-urgent-foreground = ${color.yellow}
|
||||||
|
label-occupied-foreground = ${color.background-alt}
|
||||||
|
label-empty-foreground = ${color.green}
|
||||||
|
|
||||||
label-focused-underline = ${color.text}
|
label-focused-underline = ${color.text}
|
||||||
|
|
||||||
ws-icon-0 = 1;一
|
ws-icon-0 = 1;一
|
||||||
|
Loading…
Reference in New Issue
Block a user