Merge pull request #403 from madhur/patch-1
awesome: wibox.widget.background has been renamed to wibox.container.…
This commit is contained in:
commit
9c6dc31a7f
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue