made menu config based

This commit is contained in:
Johannes Findeisen 2020-08-27 16:43:34 +02:00
commit 6f1cc0f35f
No known key found for this signature in database
GPG key ID: 2128DE136929E573
2 changed files with 182 additions and 1 deletions

View file

@ -118,7 +118,7 @@ end
-- }}}
-- Include the mainmenu from external file to make customisation easier
local mainmenu = require("mainmenu")
local mainmenu = require(config.menu)
mylauncher = awful.widget.launcher({ image = beautiful.awesome_icon, menu = mainmenu })
-- Menubar configuration