Change to angles
This commit is contained in:
parent
7e74f4acfd
commit
b64f4f984a
@ -68,6 +68,7 @@ font-1 = "FontAwesome:size=10;0"
|
||||
font-2 = "Noto Sans:size=10;0"
|
||||
font-3 = "Noto Sans Mono:size=10;0"
|
||||
font-4 = Iosevka Nerd Font:style=Medium:size=16;3
|
||||
font-5 = Iosevka:style=bold:size=16;3
|
||||
|
||||
; Text Fonts
|
||||
;font-0 = Iosevka Nerd Font:style=Medium:size=10;3
|
||||
@ -81,9 +82,9 @@ font-4 = Iosevka Nerd Font:style=Medium:size=16;3
|
||||
;font-4 = Iosevka Nerd Font:style=Medium:size=7;3
|
||||
|
||||
|
||||
modules-left = full i3 full right left full xwindow full right
|
||||
modules-left = right-bot full i3 full left-top right-bot full xwindow full left-top
|
||||
modules-center =
|
||||
modules-right = left full date battery full
|
||||
modules-right = right-top full date battery full left-bot right-top
|
||||
|
||||
tray-detached = false
|
||||
tray-offset-x = 0
|
||||
|
@ -45,6 +45,22 @@ content = " "
|
||||
inherit = module/decor-glyph
|
||||
content = " "
|
||||
|
||||
[module/left-top]
|
||||
inherit = module/decor-glyph
|
||||
content = " "
|
||||
|
||||
[module/left-bot]
|
||||
inherit = module/decor-glyph
|
||||
content = " "
|
||||
|
||||
[module/right-top]
|
||||
inherit = module/decor-glyph
|
||||
content = " "
|
||||
|
||||
[module/right-bot]
|
||||
inherit = module/decor-glyph
|
||||
content = " "
|
||||
|
||||
[module/full]
|
||||
inherit = module/decor-glyph
|
||||
content-background = ${colors.modbackground}
|
||||
|
Loading…
Reference in New Issue
Block a user