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 = {
|
local powermenu = {
|
||||||
buttonsize = 128,
|
buttonsize = 128,
|
||||||
spacing = 5,
|
spacing = 5,
|
||||||
iconPath = gears.filesystem.get_configuration_dir() .. "/powermenu/",
|
iconPath = gears.filesystem.get_configuration_dir() .. "/awesome-powermenu/",
|
||||||
lock = function()
|
lock = function()
|
||||||
error("Lock requested, but no function specified")
|
error("Lock requested, but no function specified")
|
||||||
end,
|
end,
|
||||||
|
Loading…
Reference in New Issue
Block a user