correct theme variable

This commit is contained in:
vincent 2018-11-14 18:19:12 +01:00
parent 899e6e93d5
commit b42455a5d5

View File

@ -7,8 +7,8 @@ local xresources = require("beautiful.xresources")
local dpi = xresources.apply_dpi local dpi = xresources.apply_dpi
local gfs = require("gears.filesystem") local gfs = require("gears.filesystem")
local themes_path =os.getenv("HOME") .. "/.config/awesome/themes/default/" local themes_path =os.getenv("HOME") .. "/.config/awesome/themes/"
local icon_dir = themes_path .. "icons/" local icon_dir = themes_path .. "/default/icons/"
local theme = {} local theme = {}