sample_theme: Use get_configuration_dir()
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
128c1ec32f
commit
3e7ab86fae
|
@ -19,7 +19,7 @@ require("sample_files")(
|
||||||
--
|
--
|
||||||
-- with
|
-- with
|
||||||
--
|
--
|
||||||
-- beautiful.init(gears.filesystem.get_dir("config") .. "mytheme.lua")
|
-- beautiful.init(gears.filesystem.get_configuration_dir() .. "mytheme.lua")
|
||||||
--
|
--
|
||||||
-- in your `rc.lua`.
|
-- in your `rc.lua`.
|
||||||
--
|
--
|
||||||
|
|
Loading…
Reference in New Issue