adjusted padding
This commit is contained in:
parent
f7441c1f34
commit
77caa1d2a4
1 changed files with 4 additions and 4 deletions
|
@ -100,14 +100,14 @@ border-bottom-color = ${colors.pink}
|
|||
; Number of spaces to add at the beginning/end of the bar
|
||||
; Individual side values can be defined using:
|
||||
; padding-{left,right}
|
||||
padding-left = 1
|
||||
padding-right = 1
|
||||
padding-left = 3
|
||||
padding-right = 3
|
||||
|
||||
; Number of spaces to add before/after each module
|
||||
; Individual side values can be defined using:
|
||||
; module-margin-{left,right}
|
||||
module-margin-left = 3
|
||||
module-margin-right = 3
|
||||
module-margin-left = 2
|
||||
module-margin-right = 2
|
||||
|
||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||
|
||||
|
|
Loading…
Reference in a new issue