This commit is contained in:
2023-10-12 23:06:37 +02:00
commit d0840d7f2e
556 changed files with 14051 additions and 0 deletions

19
lain/widget/init.lua Normal file
View File

@@ -0,0 +1,19 @@
--[[
Lain
Layouts, widgets and utilities for Awesome WM
Widgets section
Licensed under GNU General Public License v2
* (c) 2013, Luca CPZ
* (c) 2010-2012, Peter Hofmann
--]]
local wrequire = require("lain.helpers").wrequire
local setmetatable = setmetatable
local widget = { _NAME = "lain.widget" }
return setmetatable(widget, { __index = wrequire })