fix icon path

This commit is contained in:
Izaya 2022-09-12 00:48:36 +10:00
parent 5fc63c644c
commit 1837fc5dc5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ local fswidget = {
ignoreMounts = {["/boot"]=true},
ignoreDevs = {},
iconSize = 96,
iconPath = "/home/izaya/.config/awesome/awesome-fswidget"
iconPath = gears.filesystem.get_configuration_dir() .. "/awesome-fswidget/"
}
local fstypes = {}
local f = io.open("/proc/filesystems")