fix icon path
This commit is contained in:
parent
786a27c7b7
commit
73299f770c
2
init.lua
2
init.lua
@ -5,7 +5,7 @@ local beautiful = require("beautiful")
|
||||
local powermenu = {
|
||||
buttonsize = 128,
|
||||
spacing = 5,
|
||||
iconPath = gears.filesystem.get_configuration_dir() .. "/powermenu/",
|
||||
iconPath = gears.filesystem.get_configuration_dir() .. "/awesome-powermenu/",
|
||||
lock = function()
|
||||
error("Lock requested, but no function specified")
|
||||
end,
|
||||
|
Loading…
Reference in New Issue
Block a user