diff --git a/.config/qtile/README.org b/.config/qtile/README.org index f0b87d2..1b3077e 100644 --- a/.config/qtile/README.org +++ b/.config/qtile/README.org @@ -511,7 +511,7 @@ def init_widgets_list(): format = "%I:%M %p", ), # DISABLE Systray if using Wayland!!! - # widget.Systray(padding = 6), + widget.Systray(padding = 6), widget.Spacer(length = 8), ] diff --git a/.config/qtile/config.py b/.config/qtile/config.py index f07d06a..93631ee 100644 --- a/.config/qtile/config.py +++ b/.config/qtile/config.py @@ -389,7 +389,7 @@ def init_widgets_list(): format = "%I:%M %p", ), # DISABLE Systray if using Wayland!!! - # widget.Systray(padding = 6), + widget.Systray(padding = 6), widget.Spacer(length = 8), ]