From 2b8f18c58cd304aac8cb4e8f29547469fa7603a5 Mon Sep 17 00:00:00 2001 From: Mutzi Date: Sun, 7 Jul 2024 01:35:39 +0200 Subject: [PATCH] Moved separator to correct position --- src/theme/wibar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/wibar.lua b/src/theme/wibar.lua index cd15c17..5c010c6 100644 --- a/src/theme/wibar.lua +++ b/src/theme/wibar.lua @@ -72,7 +72,7 @@ return function(s) local tray = wibox.widget.systray() tray.screen = s screen_info_widgets = gears.table.join( - { create_separator(),tray }, + { tray, create_separator() }, info_widgets ) end