]> git.rmz.io Git - dotfiles.git/commitdiff
awesome/theme: add missing awful import
authorSamir Benmendil <me@rmz.io>
Mon, 10 Aug 2020 21:56:29 +0000 (22:56 +0100)
committerSamir Benmendil <me@rmz.io>
Mon, 10 Aug 2020 21:56:29 +0000 (22:56 +0100)
awesome/themes/mlp/theme.lua

index 3d83e8f77711a2537747dc9e8d7b7ac30d916e34..f883ff02cf2fda8bbc95c2263e8f859003bb91ef 100644 (file)
@@ -3,6 +3,7 @@
 ---------------------------
 
 local theme = {}
+local awful = require("awful")
 
 theme.path = awful.util.getdir("config").."/themes/mlp"