From 828b650bc88f3c9ff51238ad793c431a0607fe26 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Mon, 12 Sep 2022 00:48:46 +1000 Subject: [PATCH] fix icon path --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}