Fix black section appearing on notifications that end with a new line

Only affected amarena notification theme
This commit is contained in:
elenapan 2020-04-21 18:54:22 +03:00
parent 045ea54d14
commit 41281d368b

View file

@ -137,15 +137,16 @@ naughty.connect_signal("request::display", function(n)
widget = naughty.widget.message,
},
{
helpers.vertical_pad(dpi(10)),
{
actions,
shape = gears.shape.rounded_bar,
widget = wibox.container.background,
},
visible = n.actions and #n.actions > 0,
widget = helpers.vertical_pad(dpi(10)),
layout = wibox.layout.fixed.vertical
},
{
actions,
shape = gears.shape.rounded_bar,
widget = wibox.container.background,
},
layout = wibox.layout.fixed.vertical,
layout = wibox.layout.align.vertical,
},
margins = beautiful.notification_margin,
widget = wibox.container.margin,