fix icon path
This commit is contained in:
parent
e7352a8014
commit
828b650bc8
2
init.lua
2
init.lua
@ -4,7 +4,7 @@ local gears = require("gears")
|
|||||||
local beautiful = require ("beautiful")
|
local beautiful = require ("beautiful")
|
||||||
local rw = {
|
local rw = {
|
||||||
iconSize = 96,
|
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"}
|
local sizeTable = {[0] = "B", "K","M","G","T","P"}
|
||||||
|
Loading…
Reference in New Issue
Block a user