change awful.utils.get_dir to gears.filesystem.configuration_dir
This commit is contained in:
@@ -17,7 +17,7 @@ local capi = {
|
||||
require("src.theme.user_config")
|
||||
require("src.theme.theme_config")
|
||||
|
||||
Theme_path = awful.util.getdir("config") .. "/src/theme/"
|
||||
Theme_path = gears.filesystem.get_configuration_dir() .. "/src/theme/"
|
||||
Theme = {}
|
||||
|
||||
-- Default font, change it in user_config, not here.
|
||||
|
||||
Reference in New Issue
Block a user