added calendar icon to right bar
This commit is contained in:
@@ -333,6 +333,11 @@ def System_widgets(prev_color,last_color,size,fontsize):
|
|||||||
def end_widgets(prev_color,size,fontsize):
|
def end_widgets(prev_color,size,fontsize):
|
||||||
return [
|
return [
|
||||||
*powerline_arrow('l',prev_color,magenta_color,size),
|
*powerline_arrow('l',prev_color,magenta_color,size),
|
||||||
|
widget.Image(
|
||||||
|
filename='~/.config/qtile/icons/calendar.png',
|
||||||
|
margin=5,
|
||||||
|
background=magenta_color,
|
||||||
|
),
|
||||||
widget.Clock(
|
widget.Clock(
|
||||||
foreground=dark_foreground_color,
|
foreground=dark_foreground_color,
|
||||||
background=magenta_color,
|
background=magenta_color,
|
||||||
|
|||||||
Reference in New Issue
Block a user