multiscreen systray fixed
This commit is contained in:
parent
5ed2b22156
commit
371a2218f0
|
@ -104,7 +104,7 @@ for s = 1, screen.count() do
|
||||||
spacer,
|
spacer,
|
||||||
layout = awful.widget.layout.horizontal.leftright
|
layout = awful.widget.layout.horizontal.leftright
|
||||||
},
|
},
|
||||||
separator, spacer, s == 1 and mysystray or nil,
|
separator, spacer, mysystray,
|
||||||
layout = awful.widget.layout.horizontal.leftright
|
layout = awful.widget.layout.horizontal.leftright
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue