mirror of
https://github.com/lcpz/awesome-copycats.git
synced 2024-12-22 19:22:32 +00:00
revert gears.filesystem calls in order to be 4.0 compatible; closes #239
This commit is contained in:
parent
458ed85c63
commit
8c5ae9ac07
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue