fix: make variables local
This commit is contained in:
parent
97049a1f75
commit
60bc316c26
10 changed files with 52 additions and 54 deletions
|
@ -1,6 +1,6 @@
|
|||
-- change color of wibars on numlock/capslock/scrolllock
|
||||
--
|
||||
require("beautiful")
|
||||
local beautiful = require("beautiful")
|
||||
|
||||
local lockhl = { bg_lock = beautiful.bg_urgent, bg_normal = beautiful.bg_normal }
|
||||
local target_wibars = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue