diff --git a/config/awesome/notifications/themes/lovelace.lua b/config/awesome/notifications/themes/lovelace.lua index ef52ee2..9d4e168 100644 --- a/config/awesome/notifications/themes/lovelace.lua +++ b/config/awesome/notifications/themes/lovelace.lua @@ -27,25 +27,18 @@ naughty.connect_signal("request::display", function(n) { nil, { - nil, { - { - align = "left", - -- valign = "center", - widget = naughty.widget.title, - }, - { - align = "left", - -- valign = "center", - widget = naughty.widget.message, - }, - layout = wibox.layout.fixed.vertical + align = "left", + widget = naughty.widget.title, }, - expand = "none", - layout = wibox.layout.align.vertical + { + align = "left", + widget = naughty.widget.message, + }, + layout = wibox.layout.fixed.vertical }, expand = "none", - layout = wibox.layout.align.horizontal + layout = wibox.layout.align.vertical }, left = beautiful.notification_padding, widget = wibox.container.margin,