Increase padding for workspaces
This commit is contained in:
@@ -40,11 +40,11 @@ type = internal/i3
|
|||||||
label-focused = %index%
|
label-focused = %index%
|
||||||
label-focused-background = ${colors.secondary}
|
label-focused-background = ${colors.secondary}
|
||||||
label-focused-foreground = ${colors.primary}
|
label-focused-foreground = ${colors.primary}
|
||||||
label-focused-padding = 1
|
label-focused-padding = 2
|
||||||
|
|
||||||
; All the other workspaces but the active
|
; All the other workspaces but the active
|
||||||
label-unfocused = ${self.label-focused}
|
label-unfocused = ${self.label-focused}
|
||||||
label-unfocused-padding = 1
|
label-unfocused-padding = ${self.label-focused-padding}
|
||||||
|
|
||||||
[module/active-window]
|
[module/active-window]
|
||||||
type = internal/xwindow
|
type = internal/xwindow
|
||||||
|
|||||||
Reference in New Issue
Block a user