Add spacing modules
This commit is contained in:
parent
f4ec03f558
commit
2c3c58d1fe
@ -336,6 +336,37 @@ click-left = ~/.config/polybar/scripts/volume.sh change_mode
|
|||||||
|
|
||||||
label-padding = 2
|
label-padding = 2
|
||||||
label-foreground = ${color.fg}
|
label-foreground = ${color.fg}
|
||||||
|
|
||||||
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||||
|
|
||||||
|
[module/|]
|
||||||
|
|
||||||
|
type = custom/text
|
||||||
|
content = |
|
||||||
|
content-foreground = ${color.black}
|
||||||
|
|
||||||
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||||
|
|
||||||
|
[module/space]
|
||||||
|
|
||||||
|
type = custom/text
|
||||||
|
content = " "
|
||||||
|
content-foreground = ${color.dblack}
|
||||||
|
|
||||||
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||||
|
|
||||||
|
[module/round-left]
|
||||||
|
type = custom/text
|
||||||
|
content = %{T3}%{T-}
|
||||||
|
content-foreground = ${color.black}
|
||||||
|
|
||||||
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||||
|
|
||||||
|
[module/round-right]
|
||||||
|
type = custom/text
|
||||||
|
content = %{T3}%{T-}
|
||||||
|
content-foreground = ${color.black}
|
||||||
|
|
||||||
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
;; _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
|
||||||
;; __________ ______
|
;; __________ ______
|
||||||
;; / ____/ __ \/ ____/
|
;; / ____/ __ \/ ____/
|
||||||
|
Loading…
Reference in New Issue
Block a user