mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
17 lines
332 B
INI
Executable File
17 lines
332 B
INI
Executable File
[glyph]
|
|
gleft =
|
|
gright =
|
|
|
|
[module/left1]
|
|
type = custom/text
|
|
content-background = #002d333f
|
|
content-foreground = ${color.background}
|
|
content = ${glyph.gleft}
|
|
content-font = 2
|
|
|
|
[module/right1]
|
|
type = custom/text
|
|
content-background = #002d333f
|
|
content-foreground = ${color.background}
|
|
content = ${glyph.gright}
|
|
content-font = 2 |