Add missing require("awful")

This commit is contained in:
Alexander Gehrke 2024-03-13 15:10:13 +01:00
parent 60bc316c26
commit b84a46a997

View file

@ -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 }