diff options
Diffstat (limited to '.config/qtile')
-rw-r--r-- | .config/qtile/config.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/qtile/config.py b/.config/qtile/config.py index 39d3ece..9032ae0 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -75,10 +75,10 @@ def init_widgets_list(): widget.Spacer( length=7, ), - # widget.Image( - # filename = "~/.config/qtile/caduceus.jpg", - # scale = "True", - # ), + widget.Image( + filename = "~/Pictures/rms/rms.png", + scale = "True", + ), widget.Spacer( length=7, ), |