diff options
Diffstat (limited to 'pacman-widget')
-rw-r--r-- | pacman-widget/pacman.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pacman-widget/pacman.lua b/pacman-widget/pacman.lua index 3f6a930..5f5ff30 100644 --- a/pacman-widget/pacman.lua +++ b/pacman-widget/pacman.lua @@ -241,7 +241,7 @@ local function worker(user_args) layout = wibox.container.margin }, bg = _config.popup_bg_color, - layout = wibox.widget.background + layout = wibox.container.background }, forced_width = _config.popup_width, layout = wibox.layout.fixed.horizontal |