mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 19:22:32 +00:00
#71 fixed scope; lain: new commit
This commit is contained in:
parent
6bce6aa092
commit
47c78a4866
2
lain
2
lain
|
@ -1 +1 @@
|
|||
Subproject commit 74884eea6f2436ad1350a7bf37a367b2c5c5f8f5
|
||||
Subproject commit 4bc0f2927df80247d3762c0909683776fea0b978
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue