diff --git a/dotfiles/.config/swaync/themes/modern/notifications.css b/dotfiles/.config/swaync/themes/modern/notifications.css index e94a36931..147df7874 100644 --- a/dotfiles/.config/swaync/themes/modern/notifications.css +++ b/dotfiles/.config/swaync/themes/modern/notifications.css @@ -33,13 +33,17 @@ padding: 0px; } -.floating-notifications.background .notification-row .notification-background .notification.critical { - background: @base; /* translucent blur */ +.floating-notifications.background .notification-row .notification-background .notification { + background: rgba(84, 84, 84, 0.65); /* @base; */ border-radius: 10px; border: 2px solid @primary; margin: 5px 10px; + padding: 14px; } +.floating-notifications.background .notification-row .notification-background .notification.critical { + border: 2px solid @error; + .floating-notifications.background .notification-row .notification-background