Add light separators
This commit is contained in:
parent
0ee28828e7
commit
b00848028d
@ -86,6 +86,7 @@
|
||||
background = #190117
|
||||
foreground = #f2daf0
|
||||
modbackground = #33022f
|
||||
light-foreground = #4c0347
|
||||
alert = #ff0000
|
||||
underline = #cc0abf
|
||||
; =============================
|
||||
|
@ -82,9 +82,9 @@ font-5 = Iosevka:style=Regular:size=16;3
|
||||
;font-4 = Iosevka Nerd Font:style=Medium:size=7;3
|
||||
|
||||
|
||||
modules-left = full sysmenu full i3 full left-top right-bot full xwindow full left-top
|
||||
modules-left = full sysmenu full i3 full left-top light-right-bot light-left-top right-bot full xwindow full left-top
|
||||
modules-center = right-bot full date full left-bot
|
||||
modules-right = right-top full player-cmus full left-bot right-top full battery full left-bot right-top
|
||||
modules-right = right-top full player-cmus full left-bot light-right-top light-left-bot right-top full battery full left-bot light-right-top light-left-bot right-top
|
||||
|
||||
tray-detached = false
|
||||
tray-offset-x = 0
|
||||
|
@ -61,6 +61,26 @@ content = " "
|
||||
inherit = module/decor-glyph
|
||||
content = " "
|
||||
|
||||
[module/light-left-top]
|
||||
inherit = module/decor-glyph
|
||||
content-foreground = ${colors.lightforeground}
|
||||
content = " "
|
||||
|
||||
[module/light-left-bot]
|
||||
inherit = module/decor-glyph
|
||||
content-foreground = ${colors.lightforeground}
|
||||
content = " "
|
||||
|
||||
[module/light-right-top]
|
||||
inherit = module/decor-glyph
|
||||
content-foreground = ${colors.lightforeground}
|
||||
content = " "
|
||||
|
||||
[module/light-right-bot]
|
||||
inherit = module/decor-glyph
|
||||
content-foreground = ${colors.lightforeground}
|
||||
content = " "
|
||||
|
||||
[module/full]
|
||||
inherit = module/decor-glyph
|
||||
content-background = ${colors.modbackground}
|
||||
|
Loading…
Reference in New Issue
Block a user