Dump nixos config after scrubing
This commit is contained in:
commit
5fa4c76c24
854 changed files with 30072 additions and 0 deletions
19
home-modules/explicit-configs/awesome/lain/widget/init.lua
Normal file
19
home-modules/explicit-configs/awesome/lain/widget/init.lua
Normal 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 })
|
||||
Loading…
Add table
Add a link
Reference in a new issue