Initial commit

This commit is contained in:
2024-07-06 20:31:50 +02:00
commit b5f83958c9
299 changed files with 11284 additions and 0 deletions

19
lib/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 })