diff --git a/henrovnix_ok/assets/conf/desktop/waybar/style.css b/henrovnix_ok/assets/conf/desktop/waybar/style.css index 68bd1a0cd..7f0d0dc28 100644 --- a/henrovnix_ok/assets/conf/desktop/waybar/style.css +++ b/henrovnix_ok/assets/conf/desktop/waybar/style.css @@ -38,18 +38,28 @@ window#waybar { border-radius: 10px; } -#custom-notifications { - margin: 0 4px; - padding: 0 4px; - min-width: 0; +/* Main notification window */ +.notification-row, +.notification, +.notification-group { + background-color: rgba(30, 30, 46, 0.15); + border: 1px solid rgba(255, 255, 255, 0.08); } -#custom-notifications.empty { - color: @overlay1; +/* Control center */ +.control-center { + background-color: rgba(30, 30, 46, 0.15); } -#custom-notifications.unread { - color: @yellow; +/* Notification body */ +.notification-content { + background-color: rgba(30, 30, 46, 0.15); +} + +/* Optional: blur look */ +.notification, +.control-center { + backdrop-filter: blur(8px); } #workspaces button:hover {