From 2f7c278a8f100eff08424b75400dea89f3180ea8 Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Wed, 19 Oct 2022 10:48:51 +0300 Subject: Add rofi --- .config/qtile/config.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.config/qtile') 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, ), -- cgit v1.2.3