diff --git a/lib/naughty/container/background.lua b/lib/naughty/container/background.lua index b6896b30..1071a5f7 100644 --- a/lib/naughty/container/background.lua +++ b/lib/naughty/container/background.lua @@ -36,8 +36,8 @@ local function update_background(notif, wdg) wdg:set_bg(bg) wdg:set_shape(shape) -- otherwise there's no borders - wdg:set_shape_border_width(bw) - wdg:set_shape_border_color(bc) + wdg:set_border_width(bw) + wdg:set_border_color(bc) end --- The attached notification.