mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-23 03:32:30 +00:00
lain: new commit
This commit is contained in:
parent
deefe6ad58
commit
58bbd7c58b
2
lain
2
lain
|
@ -1 +1 @@
|
||||||
Subproject commit 6f86540f4d920706ed21ed5ecd6729791650507c
|
Subproject commit 3f62fea68c2ada475a000cc92fd8dac5029dda84
|
|
@ -61,7 +61,7 @@ os.setlocale(os.getenv("LANG"))
|
||||||
homedir = os.getenv("HOME") .. "/.config/awesome/"
|
homedir = os.getenv("HOME") .. "/.config/awesome/"
|
||||||
|
|
||||||
-- beautiful init
|
-- beautiful init
|
||||||
beautiful.init(awful.util.getdir("config") .. "/themes/blackburn/theme.lua")
|
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/blackburn/theme.lua")
|
||||||
|
|
||||||
-- common
|
-- common
|
||||||
modkey = "Mod4"
|
modkey = "Mod4"
|
||||||
|
|
|
@ -59,7 +59,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/copland/theme.lua")
|
beautiful.init(os.getenv("HOME") .. "/.config/awesome/themes/copland/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(os.getenv("HOME") .. "/.config/awesome/themes/dremora/theme.lua")
|
beautiful.init(awful.util.getdir("config") .. "/themes/dremora/theme.lua")
|
||||||
|
|
||||||
-- common
|
-- common
|
||||||
modkey = "Mod4"
|
modkey = "Mod4"
|
||||||
|
|
Loading…
Reference in a new issue