1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 20:41:22 +00:00

#71 fixed scope; lain: new commit

This commit is contained in:
luke bonham 2015-01-20 10:16:46 +01:00
parent 6bce6aa092
commit 47c78a4866
2 changed files with 2 additions and 2 deletions

2
lain

@ -1 +1 @@
Subproject commit 74884eea6f2436ad1350a7bf37a367b2c5c5f8f5
Subproject commit 4bc0f2927df80247d3762c0909683776fea0b978

View file

@ -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)