awesome: remove s.mylayoutbox
It's not needed if I only have one layout option enabled.
This commit is contained in:
parent
bc92eb0afb
commit
b661f78a28
|
@ -249,7 +249,7 @@ awful.screen.connect_for_each_screen(function(s)
|
||||||
wibox.widget.systray(),
|
wibox.widget.systray(),
|
||||||
require "widgets.battery",
|
require "widgets.battery",
|
||||||
mytextclock,
|
mytextclock,
|
||||||
s.mylayoutbox,
|
-- s.mylayoutbox,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Reference in a new issue