From 8c5ae9ac07a4296609093171dd425e0b22b7b214 Mon Sep 17 00:00:00 2001 From: Luca CPZ Date: Mon, 17 Sep 2018 20:51:05 +0200 Subject: [PATCH] revert gears.filesystem calls in order to be 4.0 compatible; closes #239 --- rc.lua.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc.lua.template b/rc.lua.template index 6c7c805..dc726fb 100644 --- a/rc.lua.template +++ b/rc.lua.template @@ -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