Browse Source

fix icon path

master
Izaya 6 months ago
parent
commit
828b650bc8
  1. 2
      init.lua

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

Loading…
Cancel
Save