local setmetatable = setmetatable local require = require -- Widget layouts module("awful.widget.layout") --- Widgets margins. --
In this table you can set the margin you want the layout to use when
-- positionning your widgets.
-- For example, if you want to put 10 pixel free on left on a widget, add this:
--
-- awful.widget.layout.margins[mywidget] = { left = 10 }
--
--