From cc60e65393de6b94d2110e1329c7d3945e4524d8 Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Sat, 12 Dec 2020 04:32:34 +0100 Subject: [PATCH] added calendar icon to right bar --- qtile/.config/qtile/config.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qtile/.config/qtile/config.py b/qtile/.config/qtile/config.py index cd26124..6a4c201 100644 --- a/qtile/.config/qtile/config.py +++ b/qtile/.config/qtile/config.py @@ -333,6 +333,11 @@ def System_widgets(prev_color,last_color,size,fontsize): def end_widgets(prev_color,size,fontsize): return [ *powerline_arrow('l',prev_color,magenta_color,size), + widget.Image( + filename='~/.config/qtile/icons/calendar.png', + margin=5, + background=magenta_color, + ), widget.Clock( foreground=dark_foreground_color, background=magenta_color,