Add missing require("awful")
This commit is contained in:
parent
60bc316c26
commit
b84a46a997
|
@ -1,5 +1,6 @@
|
|||
-- change color of wibars on numlock/capslock/scrolllock
|
||||
--
|
||||
local awful = require("awful")
|
||||
local beautiful = require("beautiful")
|
||||
|
||||
local lockhl = { bg_lock = beautiful.bg_urgent, bg_normal = beautiful.bg_normal }
|
||||
|
|
Loading…
Reference in a new issue