Increase padding for workspaces
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user