sample_theme: Use get_configuration_dir()

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2018-03-11 16:05:52 +01:00
parent 128c1ec32f
commit 3e7ab86fae
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ require("sample_files")(
--
-- with
--
-- beautiful.init(gears.filesystem.get_dir("config") .. "mytheme.lua")
-- beautiful.init(gears.filesystem.get_configuration_dir() .. "mytheme.lua")
--
-- in your `rc.lua`.
--