mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-23 03:32:30 +00:00
blackburn: removed homedir var
This commit is contained in:
parent
09d5cb1921
commit
deefe6ad58
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue