fix deprecated background definition

This commit is contained in:
BZ 2021-05-21 17:29:31 +02:00
parent 7674d9d4b9
commit c13216d620
1 changed files with 1 additions and 1 deletions

View File

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