X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/5fa95d876f0802a10e0fd4db6f2a6c4bc603b87f..c16f1d69f7988c23b5b06c43c220318aeaabe24c:/awesome/rc.lua?ds=sidebyside diff --git a/awesome/rc.lua b/awesome/rc.lua index 93a28f0..c932e62 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -34,7 +34,7 @@ end -- Variable definitions {{{1 -- Themes define colours, icons, font and wallpapers. -beautiful.init(awful.util.getdir("config").."/themes/mlp/theme.lua") +beautiful.init(gears.filesystem.get_dir("config").."/themes/mlp/theme.lua") -- This is used later as the default terminal and editor to run. terminal = "urxvtc"