]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/rc.lua
awesome: replace decrecated awful.util with corresponding gears module
[dotfiles.git] / awesome / rc.lua
index 93a28f0c88cb15b04cd36849ef012e5b67957478..c932e62208e37615fe71949de23670dda17fc849 100644 (file)
@@ -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"