Commit 76cc9ecde40a

Vincent Demeester <vincent@sbr.pm>
2025-12-10 10:43:26
feat(mako): Add urgent filtering for Ayla mentions
- Ensure notifications mentioning Ayla are never missed - Use high-urgency styling with persistent display - Apply to both sway and niri desktop environments Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 9f06e88
Changed files (1)
home
common
desktop
home/common/desktop/sway/mako.nix
@@ -45,6 +45,21 @@ _: {
       "mode=do-not-disturb" = {
         invisible = 1;
       };
+      # Ayla mentions - make urgent
+      "body~=.*[Aa]yla.*" = {
+        background-color = "#900000";
+        text-color = "#ffffff";
+        border-color = "#ff0000";
+        border-size = 4;
+        default-timeout = 0; # Don't auto-dismiss
+      };
+      "summary~=.*[Aa]yla.*" = {
+        background-color = "#900000";
+        text-color = "#ffffff";
+        border-color = "#ff0000";
+        border-size = 4;
+        default-timeout = 0; # Don't auto-dismiss
+      };
       #[app-name="Google Chrome" body~="calendar.google.com.*"]
       #max-visible=2
     };