Merge pull request #403 from madhur/patch-1

awesome: wibox.widget.background has been renamed to wibox.container.…
This commit is contained in:
streetturtle 2023-09-21 14:49:20 +02:00 committed by GitHub
commit 9c6dc31a7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ local function worker(user_args)
layout = wibox.container.margin layout = wibox.container.margin
}, },
bg = _config.popup_bg_color, bg = _config.popup_bg_color,
layout = wibox.widget.background layout = wibox.container.background
}, },
forced_width = _config.popup_width, forced_width = _config.popup_width,
layout = wibox.layout.fixed.horizontal layout = wibox.layout.fixed.horizontal