1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 20:41:22 +00:00

blackburn: removed homedir var

This commit is contained in:
luke bonham 2013-11-24 16:31:33 +01:00
parent 09d5cb1921
commit deefe6ad58
6 changed files with 6 additions and 6 deletions

View file

@ -58,7 +58,7 @@ run_once("compton")
--os.setlocale(os.getenv("LANG")) --os.setlocale(os.getenv("LANG"))
-- beautiful init -- beautiful init
beautiful.init(awful.util.getdir("config") .. "/themes/dremora/theme.lua") beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/dremora/theme.lua")
-- common -- common
modkey = "Mod4" modkey = "Mod4"

View file

@ -58,7 +58,7 @@ run_once("compton")
--os.setlocale(os.getenv("LANG")) --os.setlocale(os.getenv("LANG"))
-- beautiful init -- beautiful init
beautiful.init(awful.util.getdir("config") .. "/themes/holo/theme.lua") beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/holo/theme.lua")
-- common -- common
modkey = "Mod4" modkey = "Mod4"

View file

@ -57,7 +57,7 @@ run_once("unclutter")
os.setlocale(os.getenv("LANG")) os.setlocale(os.getenv("LANG"))
-- beautiful init -- beautiful init
beautiful.init(awful.util.getdir("config") .. "/themes/multicolor/theme.lua") beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/multicolor/theme.lua")
-- common -- common
modkey = "Mod4" modkey = "Mod4"

View file

@ -57,7 +57,7 @@ run_once("unclutter")
os.setlocale(os.getenv("LANG")) os.setlocale(os.getenv("LANG"))
-- beautiful init -- 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 -- common
modkey = "Mod4" modkey = "Mod4"

View file

@ -58,7 +58,7 @@ run_once("compton")
os.setlocale(os.getenv("LANG")) os.setlocale(os.getenv("LANG"))
-- beautiful init -- beautiful init
beautiful.init(awful.util.getdir("config") .. "/themes/rainbow/theme.lua") beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/rainbow/theme.lua")
-- common -- common
modkey = "Mod4" modkey = "Mod4"

View file

@ -58,7 +58,7 @@ run_once("compton")
os.setlocale(os.getenv("LANG")) os.setlocale(os.getenv("LANG"))
-- beautiful init -- beautiful init
beautiful.init(awful.util.getdir("config") .. "/themes/steamburn/theme.lua") beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/steamburn/theme.lua")
-- common -- common
modkey = "Mod4" modkey = "Mod4"