correct theme variable
This commit is contained in:
parent
899e6e93d5
commit
b42455a5d5
@ -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 = {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user