From deefe6ad581646346cb36d5788b49cab4bedc8cc Mon Sep 17 00:00:00 2001 From: luke bonham Date: Sun, 24 Nov 2013 16:31:33 +0100 Subject: [PATCH] blackburn: removed homedir var --- rc.lua.dremora | 2 +- rc.lua.holo | 2 +- rc.lua.multicolor | 2 +- rc.lua.powerarrow-darker | 2 +- rc.lua.rainbow | 2 +- rc.lua.steamburn | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rc.lua.dremora b/rc.lua.dremora index 6598d41..d0431a3 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(awful.util.getdir("config") .. "/themes/dremora/theme.lua") +beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/dremora/theme.lua") -- common modkey = "Mod4" diff --git a/rc.lua.holo b/rc.lua.holo index ded421a..a8a8539 100755 --- a/rc.lua.holo +++ b/rc.lua.holo @@ -58,7 +58,7 @@ run_once("compton") --os.setlocale(os.getenv("LANG")) -- beautiful init -beautiful.init(awful.util.getdir("config") .. "/themes/holo/theme.lua") +beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/holo/theme.lua") -- common modkey = "Mod4" diff --git a/rc.lua.multicolor b/rc.lua.multicolor index a450714..95c1ca1 100755 --- a/rc.lua.multicolor +++ b/rc.lua.multicolor @@ -57,7 +57,7 @@ run_once("unclutter") os.setlocale(os.getenv("LANG")) -- beautiful init -beautiful.init(awful.util.getdir("config") .. "/themes/multicolor/theme.lua") +beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/multicolor/theme.lua") -- common modkey = "Mod4" diff --git a/rc.lua.powerarrow-darker b/rc.lua.powerarrow-darker index efcc818..3f124a6 100755 --- a/rc.lua.powerarrow-darker +++ b/rc.lua.powerarrow-darker @@ -57,7 +57,7 @@ run_once("unclutter") os.setlocale(os.getenv("LANG")) -- beautiful init -beautiful.init(awful.util.getdir("config") .. "/themes/powerarrow-darker/theme.lua") +beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/powerarrow-darker/theme.lua") -- common modkey = "Mod4" diff --git a/rc.lua.rainbow b/rc.lua.rainbow index 9425481..3555a78 100755 --- a/rc.lua.rainbow +++ b/rc.lua.rainbow @@ -58,7 +58,7 @@ run_once("compton") os.setlocale(os.getenv("LANG")) -- beautiful init -beautiful.init(awful.util.getdir("config") .. "/themes/rainbow/theme.lua") +beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/rainbow/theme.lua") -- common modkey = "Mod4" diff --git a/rc.lua.steamburn b/rc.lua.steamburn index 22890ab..ee19b8e 100755 --- a/rc.lua.steamburn +++ b/rc.lua.steamburn @@ -58,7 +58,7 @@ run_once("compton") os.setlocale(os.getenv("LANG")) -- beautiful init -beautiful.init(awful.util.getdir("config") .. "/themes/steamburn/theme.lua") +beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/steamburn/theme.lua") -- common modkey = "Mod4"