Add workspace separator

This commit is contained in:
RealStickman 2020-11-24 13:17:36 +01:00
parent f8fc8e2b28
commit c6a8077865

View File

@ -54,6 +54,9 @@ fuzzy-match = false
;ws-icon-default = " "
;    
background = ${colors.modbackground}
format-background = ${colors.modbackground}
; Available tags:
; <label-state> (default) - gets replaced with <label-(focused|unfocused|visible|urgent)>
; <label-mode> (default)
@ -83,8 +86,8 @@ label-focused-padding = 2
; unfocused = Inactive workspace on any monitor
label-unfocused = %name%
label-unfocused-padding = 2
label-unfocused-background = ${colors.modbackground}
label-unfocused-foreground = ${colors.foreground}
label-unfocused-background = ${self.label-focused-background}
label-unfocused-foreground = ${self.label-focused-foreground}
label-unfocused-underline =
; visible = Active workspace on unfocused monitor
@ -103,3 +106,9 @@ label-urgent = %name%
label-urgent-background = ${self.label-focused-background}
label-urgent-foreground = ${colors.red}
label-urgent-padding = 2
; Separator in between workspaces
label-separator = |
label-separator-padding = 0
label-separator-foreground = ${self.label-focused-foreground}
label-separator-background = ${self.label-focused-background}