diff --git a/_desktop/qtile/config.py b/_desktop/qtile/config.py index bacb6c3..f645d58 100644 --- a/_desktop/qtile/config.py +++ b/_desktop/qtile/config.py @@ -21,7 +21,7 @@ groups = [ "spterm", "sh -c 'BROWSER=firefox st'", on_focus_lost_hide=False, width=0.40, - height=0.20, + height=0.50, x=0.30, y=0.25, ), @@ -29,7 +29,7 @@ groups = [ "spwork", "sh -c 'BROWSER=workfx st -n work'", on_focus_lost_hide=False, width=0.40, - height=0.20, + height=0.50, x=0.30, y=0.25, ), @@ -144,7 +144,7 @@ screens = [ format='\uf073 [%d] %I:%M:%S %p' ), widget.Sep(padding=15, size_percent=60), - widget.StatusNotifier(), + widget.Systray(), ], 24, margin=[5, 5, 5, 5]