lain/widget/contrib/init.lua

19 lines
441 B
Lua

--[[
Lain
Layouts, widgets and utilities for Awesome WM
Users contributed widgets section
Licensed under GNU General Public License v2
* (c) 2013, Luca CPZ
--]]
local wrequire = require(tostring(...):match(".*lain") .. ".helpers").wrequire
local setmetatable = setmetatable
local widget = { _NAME = tostring(...):match(".*lain") .. ".widget.contrib" }
return setmetatable(widget, { __index = wrequire })