diff --git a/lain b/lain index 6f86540..3f62fea 160000 --- a/lain +++ b/lain @@ -1 +1 @@ -Subproject commit 6f86540f4d920706ed21ed5ecd6729791650507c +Subproject commit 3f62fea68c2ada475a000cc92fd8dac5029dda84 diff --git a/rc.lua.blackburn b/rc.lua.blackburn index a3711cf..59e2d4a 100755 --- a/rc.lua.blackburn +++ b/rc.lua.blackburn @@ -61,7 +61,7 @@ os.setlocale(os.getenv("LANG")) homedir = os.getenv("HOME") .. "/.config/awesome/" -- beautiful init -beautiful.init(awful.util.getdir("config") .. "/themes/blackburn/theme.lua") +beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/blackburn/theme.lua") -- common modkey = "Mod4" diff --git a/rc.lua.copland b/rc.lua.copland index 2225014..9fab18d 100755 --- a/rc.lua.copland +++ b/rc.lua.copland @@ -59,7 +59,7 @@ run_once("compton") os.setlocale(os.getenv("LANG")) -- beautiful init -beautiful.init(awful.util.getdir("config") .. "/themes/copland/theme.lua") +beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/copland/theme.lua") -- common modkey = "Mod4" diff --git a/rc.lua.dremora b/rc.lua.dremora index d0431a3..6598d41 100755 --- a/rc.lua.dremora +++ b/rc.lua.dremora @@ -58,7 +58,7 @@ run_once("compton") --os.setlocale(os.getenv("LANG")) -- beautiful init -beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/dremora/theme.lua") +beautiful.init(awful.util.getdir("config") .. "/themes/dremora/theme.lua") -- common modkey = "Mod4"