diff --git a/config/awesome/notifications/themes/lovelace.lua b/config/awesome/notifications/themes/lovelace.lua index 856872c..21d26e9 100644 --- a/config/awesome/notifications/themes/lovelace.lua +++ b/config/awesome/notifications/themes/lovelace.lua @@ -78,7 +78,7 @@ naughty.connect_signal("request::display", function(n) expand = "none", layout = wibox.layout.align.vertical }, - left = beautiful.notification_padding, + left = n.icon and beautiful.notification_padding or 0, widget = wibox.container.margin, }, layout = wibox.layout.align.horizontal