Revert padding change
This commit is contained in:
parent
29b6161ed3
commit
1c4697ace7
|
@ -171,10 +171,10 @@ pin-workspaces = false
|
|||
show-urgent = true
|
||||
index-sort = true
|
||||
enable-click = true
|
||||
label-unfocused-padding = 4
|
||||
label-unfocused-padding = 3
|
||||
label-focused-background = ${colors.blue}
|
||||
label-visible-background = ${colors.background}
|
||||
label-focused-padding = 4
|
||||
label-focused-padding = 3
|
||||
label-focused-font=3
|
||||
label-unfocused-font=3
|
||||
label-visible-font=3
|
||||
|
@ -184,7 +184,7 @@ label-unfocused = %index%
|
|||
label-visible = %index%
|
||||
label-visible-mode = %mode%
|
||||
label-mode-padding = 3
|
||||
label-visible-padding = 4
|
||||
label-visible-padding = 3
|
||||
label-mode-background = ${colors.blue}
|
||||
|
||||
[module/battery]
|
||||
|
|
Loading…
Reference in New Issue