From 371a2218f0ef50eaeb6e21df8f7a14001c7ff874 Mon Sep 17 00:00:00 2001 From: crater2150 Date: Tue, 18 Jan 2011 14:18:57 +0100 Subject: [PATCH] multiscreen systray fixed --- wibox.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wibox.lua b/wibox.lua index 1ad3efd..5693239 100644 --- a/wibox.lua +++ b/wibox.lua @@ -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