Reworked config, added module autoloader

This commit is contained in:
2022-07-16 19:06:55 -07:00
parent 9da54839fb
commit 2c034c36ed
20 changed files with 256 additions and 292 deletions

View File

@ -9,7 +9,7 @@ local function make_shortcut(command, icon)
{
wibox.widget {
resize = true,
image = conf.app_icon_dir .. icon,
image = config.core.app_icon_dir .. icon,
widget = wibox.widget.imagebox
},
top = beautiful.dpi(3),