From 47c78a4866e252fccb1adba96b28d2aab0c0e8c4 Mon Sep 17 00:00:00 2001 From: luke bonham Date: Tue, 20 Jan 2015 10:16:46 +0100 Subject: [PATCH] #71 fixed scope; lain: new commit --- lain | 2 +- rc.lua.powerarrow-darker | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lain b/lain index 74884ee..4bc0f29 160000 --- a/lain +++ b/lain @@ -1 +1 @@ -Subproject commit 74884eea6f2436ad1350a7bf37a367b2c5c5f8f5 +Subproject commit 4bc0f2927df80247d3762c0909683776fea0b978 diff --git a/rc.lua.powerarrow-darker b/rc.lua.powerarrow-darker index d7c5ebc..1f5a00c 100644 --- a/rc.lua.powerarrow-darker +++ b/rc.lua.powerarrow-darker @@ -348,7 +348,7 @@ for s = 1, screen.count() do right_layout_toggle = not right_layout_toggle end - local right_layout = wibox.layout.fixed.horizontal() + right_layout = wibox.layout.fixed.horizontal() if s == 1 then right_layout:add(wibox.widget.systray()) end right_layout:add(spr) right_layout:add(arrl)