diff --git a/theme.lua b/theme.lua index 6dbe89d..41fc2c2 100644 --- a/theme.lua +++ b/theme.lua @@ -174,7 +174,7 @@ function theme.icon(name) end end - local path = os.getenv("HOME").."/eclipse-workspace/mtmenu/textures/"..name..".png" + local path = menupath.."textures/"..name..".png" return file_exists(path) and path or assets..name..".png" end