fix deprecated background definition
This commit is contained in:
parent
7674d9d4b9
commit
c13216d620
2
init.lua
2
init.lua
|
@ -273,7 +273,7 @@ local add_hot_corner = function(args)
|
|||
minimum_width = width,
|
||||
maximum_width = width,
|
||||
bg = color,
|
||||
widget = wibox.widget.background,
|
||||
widget = wibox.container.background,
|
||||
})
|
||||
|
||||
-- this will run for every screen, so we have to make sure to only add one signal handler for every assigned signal
|
||||
|
|
Loading…
Reference in New Issue