awesome: remove s.mylayoutbox

It's not needed if I only have one layout option enabled.
This commit is contained in:
Oliver Davies 2024-07-23 21:27:07 +01:00
parent bc92eb0afb
commit b661f78a28

View file

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