multiscreen systray fixed

This commit is contained in:
crater2150 2011-01-18 14:18:57 +01:00
parent 5ed2b22156
commit 371a2218f0

View file

@ -104,7 +104,7 @@ for s = 1, screen.count() do
spacer,
layout = awful.widget.layout.horizontal.leftright
},
separator, spacer, s == 1 and mysystray or nil,
separator, spacer, mysystray,
layout = awful.widget.layout.horizontal.leftright
}
end