added calendar icon to right bar

This commit is contained in:
paul-loedige
2020-12-12 04:32:34 +01:00
parent d8e4a0c41e
commit cc60e65393
+5
View File
@@ -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,