diff options
author | ThanosApollo <[email protected]> | 2022-10-19 10:48:51 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-10-19 10:48:51 +0300 |
commit | 2f7c278a8f100eff08424b75400dea89f3180ea8 (patch) | |
tree | 484c58bc0185a1673debab8ab21d83efefe11a94 /.config/qtile/config.py | |
parent | 28512ac88a62802d65fc4bb2569cda15959238bc (diff) |
Add rofi
Diffstat (limited to '.config/qtile/config.py')
-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, ), |