Less padding
This commit is contained in:
parent
c6a8077865
commit
c377ed35be
@ -76,7 +76,7 @@ label-focused = %name%
|
||||
label-focused-background = ${colors.modbackground}
|
||||
label-focused-foreground = ${colors.foreground}
|
||||
label-focused-underline = ${colors.violet}
|
||||
label-focused-padding = 2
|
||||
label-focused-padding = 1
|
||||
|
||||
; Available tokens:
|
||||
; %name%
|
||||
@ -85,7 +85,7 @@ label-focused-padding = 2
|
||||
; Default: %icon% %name%
|
||||
; unfocused = Inactive workspace on any monitor
|
||||
label-unfocused = %name%
|
||||
label-unfocused-padding = 2
|
||||
label-unfocused-padding = ${self.label-focused-padding}
|
||||
label-unfocused-background = ${self.label-focused-background}
|
||||
label-unfocused-foreground = ${self.label-focused-foreground}
|
||||
label-unfocused-underline =
|
||||
@ -94,7 +94,7 @@ label-unfocused-underline =
|
||||
label-visible = %name%
|
||||
label-visible-background = ${self.label-focused-background}
|
||||
label-visible-underline = ${self.label-focused-underline}
|
||||
label-visible-padding = 2
|
||||
label-visible-padding = ${self.label-focused-padding}
|
||||
|
||||
; Available tokens:
|
||||
; %name%
|
||||
@ -105,7 +105,7 @@ label-visible-padding = 2
|
||||
label-urgent = %name%
|
||||
label-urgent-background = ${self.label-focused-background}
|
||||
label-urgent-foreground = ${colors.red}
|
||||
label-urgent-padding = 2
|
||||
label-urgent-padding = ${self.label-focused-padding}
|
||||
|
||||
; Separator in between workspaces
|
||||
label-separator = |
|
||||
|
Loading…
Reference in New Issue
Block a user