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