[qtile] Also styled systray like a powerline

This commit is contained in:
Marcel Kapfer 2020-07-30 10:23:39 +02:00
parent 2709f26a14
commit ca03e3cde1
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09

View file

@ -186,6 +186,13 @@ screens = [
format='%Y-%m-%d %H:%M',
background="98971a",
),
widget.TextBox(
text='🞀',
fontsize="35",
foreground="fbf1c7",
background="98971a",
padding=-2,
),
widget.Systray(),
],
24,