[qtile] Also styled systray like a powerline
This commit is contained in:
parent
2709f26a14
commit
ca03e3cde1
1 changed files with 7 additions and 0 deletions
|
@ -186,6 +186,13 @@ screens = [
|
||||||
format='%Y-%m-%d %H:%M',
|
format='%Y-%m-%d %H:%M',
|
||||||
background="98971a",
|
background="98971a",
|
||||||
),
|
),
|
||||||
|
widget.TextBox(
|
||||||
|
text='🞀',
|
||||||
|
fontsize="35",
|
||||||
|
foreground="fbf1c7",
|
||||||
|
background="98971a",
|
||||||
|
padding=-2,
|
||||||
|
),
|
||||||
widget.Systray(),
|
widget.Systray(),
|
||||||
],
|
],
|
||||||
24,
|
24,
|
||||||
|
|
Loading…
Reference in a new issue