Moved separator to correct position
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user