made menu config based
This commit is contained in:
parent
69fc43260a
commit
6f1cc0f35f
2 changed files with 182 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue