refactore directory structure
This commit is contained in:
parent
3830eef1f4
commit
e87bfb7c39
485 changed files with 66 additions and 1696 deletions
7
.config/awesome/bling/helpers/init.lua
Normal file
7
.config/awesome/bling/helpers/init.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
return {
|
||||
client = require(... .. ".client"),
|
||||
color = require(... .. ".color"),
|
||||
filesystem = require(... .. ".filesystem"),
|
||||
shape = require(... .. ".shape"),
|
||||
time = require(... .. ".time"),
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue