Increase padding for workspaces

This commit is contained in:
2021-09-18 18:48:28 +03:00
parent 77e72e53ca
commit 3c8f5f95bb

View File

@@ -40,11 +40,11 @@ type = internal/i3
label-focused = %index%
label-focused-background = ${colors.secondary}
label-focused-foreground = ${colors.primary}
label-focused-padding = 1
label-focused-padding = 2
; All the other workspaces but the active
label-unfocused = ${self.label-focused}
label-unfocused-padding = 1
label-unfocused-padding = ${self.label-focused-padding}
[module/active-window]
type = internal/xwindow