mirror of
https://github.com/elenapan/dotfiles.git
synced 2025-12-29 01:05:13 +08:00
Fix black section appearing on notifications that end with a new line
Only affected amarena notification theme
This commit is contained in:
parent
045ea54d14
commit
41281d368b
1 changed files with 8 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue