fix icon path

This commit is contained in:
Izaya 2022-09-12 00:48:46 +10:00
parent e7352a8014
commit 828b650bc8
1 changed files with 1 additions and 1 deletions

View File

@ -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"}