diff --git a/init.lua b/init.lua index 0597e30..bfe648e 100644 --- a/init.lua +++ b/init.lua @@ -4,7 +4,7 @@ local gears = require("gears") local beautiful = require ("beautiful") local rw = { iconSize = 96, - iconPath = "/home/izaya/.config/awesome/awesome-memwidget" + iconPath = gears.filesystem.get_configuration_dir() .. "/awesome-memwidget/" } local sizeTable = {[0] = "B", "K","M","G","T","P"}