mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 20:10:23 +10:00
Adding systray back to qtile on x11.
This commit is contained in:
@@ -511,7 +511,7 @@ def init_widgets_list():
|
|||||||
format = "%I:%M %p",
|
format = "%I:%M %p",
|
||||||
),
|
),
|
||||||
# DISABLE Systray if using Wayland!!!
|
# DISABLE Systray if using Wayland!!!
|
||||||
# widget.Systray(padding = 6),
|
widget.Systray(padding = 6),
|
||||||
widget.Spacer(length = 8),
|
widget.Spacer(length = 8),
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -389,7 +389,7 @@ def init_widgets_list():
|
|||||||
format = "%I:%M %p",
|
format = "%I:%M %p",
|
||||||
),
|
),
|
||||||
# DISABLE Systray if using Wayland!!!
|
# DISABLE Systray if using Wayland!!!
|
||||||
# widget.Systray(padding = 6),
|
widget.Systray(padding = 6),
|
||||||
widget.Spacer(length = 8),
|
widget.Spacer(length = 8),
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user