fix icon path

This commit is contained in:
Izaya 2022-03-04 10:09:48 +11:00
parent 786a27c7b7
commit 73299f770c
1 changed files with 1 additions and 1 deletions

View File

@ -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,