From ca03e3cde1c41ed93297a93f175d8564382c4dc8 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Thu, 30 Jul 2020 10:23:39 +0200 Subject: [PATCH] [qtile] Also styled systray like a powerline --- qtile/config.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/qtile/config.py b/qtile/config.py index 4cff8ab..e9edc1b 100644 --- a/qtile/config.py +++ b/qtile/config.py @@ -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,