Add light separators

This commit is contained in:
RealStickman 2020-11-28 16:50:09 +01:00
parent 0ee28828e7
commit b00848028d
3 changed files with 23 additions and 2 deletions

View File

@ -86,6 +86,7 @@
background = #190117
foreground = #f2daf0
modbackground = #33022f
light-foreground = #4c0347
alert = #ff0000
underline = #cc0abf
; =============================

View File

@ -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

View File

@ -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}