Commit e330530d8b95

Vincent Demeester <vincent@sbr.pm>
2025-05-20 22:24:00
home/sway/mako: do not use deprecated criteria field
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent c50f57f
Changed files (1)
home
common
desktop
home/common/desktop/sway/mako.nix
@@ -14,8 +14,7 @@ _: {
       border-color = "#db7508";
       format = "<b>%s</b>\\n%b\\n<i>%a</i>";
       icon-path = "/run/current-system/sw/share/icons/Qogir-dark:/run/current-system/sw/share/icons/hicolor";
-    };
-    criteria = {
+      # Criteria sections
       "urgency=low" = {
         background-color = "#282c30";
         text-color = "#888888";