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