Adding systray back to qtile on x11.

This commit is contained in:
Derek Taylor
2026-01-07 13:45:44 -06:00
parent 0d1f658727
commit bc397b6308
2 changed files with 2 additions and 2 deletions

View File

@@ -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),
]

View File

@@ -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),
]