From bc397b6308850762f4c5ac9152cd2f6ccd029ae9 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Wed, 7 Jan 2026 13:45:44 -0600 Subject: [PATCH] Adding systray back to qtile on x11. --- .config/qtile/README.org | 2 +- .config/qtile/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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), ]