static bling and rubato

This commit is contained in:
Chris Cochrun 2022-05-17 11:12:22 -05:00
parent 168920f078
commit 61a89f8dca
90 changed files with 10201 additions and 24 deletions

11
awesome/bling/init.lua Normal file
View file

@ -0,0 +1,11 @@
--[[
Bling
Layouts, widgets and utilities for Awesome WM
--]]
return {
layout = require(... .. ".layout"),
module = require(... .. ".module"),
helpers = require(... .. ".helpers"),
signal = require(... .. ".signal"),
widget = require(... .. ".widget"),
}