]> git.rmz.io Git - dotfiles.git/blobdiff - awesome/themes/mlp/theme.lua
awesome: replace decrecated awful.util with corresponding gears module
[dotfiles.git] / awesome / themes / mlp / theme.lua
index 3d83e8f77711a2537747dc9e8d7b7ac30d916e34..d19e8f4049c1ca1e15c12301f21cf13c9402d507 100644 (file)
@@ -3,8 +3,9 @@
 ---------------------------
 
 local theme = {}
+local awful = require("awful")
 
-theme.path = awful.util.getdir("config").."/themes/mlp"
+theme.path = gears.filesystem.get_dir("config").."/themes/mlp"
 
 theme.font          = "Droid Sans 8"