Moved separator to correct position

This commit is contained in:
2024-07-07 01:35:39 +02:00
parent d75e907407
commit 2b8f18c58c

View File

@@ -72,7 +72,7 @@ return function(s)
local tray = wibox.widget.systray() local tray = wibox.widget.systray()
tray.screen = s tray.screen = s
screen_info_widgets = gears.table.join( screen_info_widgets = gears.table.join(
{ create_separator(),tray }, { tray, create_separator() },
info_widgets info_widgets
) )
end end