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()
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user