lot of cleanups and improvements to the theme

This commit is contained in:
Johannes Findeisen 2020-07-05 20:45:27 +02:00
commit 3dfd12bbf7
No known key found for this signature in database
GPG key ID: 2128DE136929E573
206 changed files with 5017 additions and 928 deletions

View file

@ -0,0 +1,15 @@
--[[
Lain
Layouts, widgets and utilities for Awesome WM
Licensed under GNU General Public License v2
* (c) 2013, Luca CPZ
--]]
return {
layout = require("lain.layout"),
util = require("lain.util"),
widget = require("lain.widget")
}