separator
This commit is contained in:
parent
771d44226f
commit
25a16a43be
1 changed files with 6 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
type = internal/i3
|
type = internal/i3
|
||||||
format = <label-state> <label-mode>
|
format = <label-state> <label-mode>
|
||||||
index-sort = true
|
index-sort = true
|
||||||
wrapping-scroll = false
|
wrapping-scroll = true
|
||||||
|
|
||||||
label-mode-padding = 2
|
label-mode-padding = 2
|
||||||
|
|
||||||
|
@ -19,3 +19,8 @@ label-unfocused-padding = 2
|
||||||
label-urgent = %index%
|
label-urgent = %index%
|
||||||
label-urgent-background = ${colors.red}
|
label-urgent-background = ${colors.red}
|
||||||
label-urgent-padding = 2
|
label-urgent-padding = 2
|
||||||
|
|
||||||
|
; Separator in between workspaces
|
||||||
|
label-separator = |
|
||||||
|
label-separator-padding = 2
|
||||||
|
label-separator-foreground = ${colors.green}
|
||||||
|
|
Loading…
Reference in a new issue