revert gears.filesystem calls in order to be 4.0 compatible; closes #239

This commit is contained in:
Luca CPZ 2018-09-17 20:51:05 +02:00
parent 458ed85c63
commit 8c5ae9ac07
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ lain.layout.cascade.tile.extra_padding = 5
lain.layout.cascade.tile.nmaster = 5
lain.layout.cascade.tile.ncol = 2
beautiful.init(string.format(gears.filesystem.get_configuration_dir() .. "/themes/%s/theme.lua", chosen_theme))
beautiful.init(string.format("%s/.config/awesome/themes/%s/theme.lua", os.getenv("HOME"), chosen_theme))
-- }}}
-- {{{ Menu