From 83e0cbfa4a93b1dda28518df0e5df6dbc957c2c8 Mon Sep 17 00:00:00 2001 From: Milo Moisson Date: Sun, 12 Oct 2025 11:37:29 +0200 Subject: [PATCH] mako: rename 'high' urgency name to 'critical' (#1936) Rename 'high' urgency name to 'critical', following upstream commit [1] ("Change urgency level name"). [1]: https://github.com/emersion/mako/commit/5f5e43f94a292c43f20ea7b98120a3bc880ec1d6 Link: https://github.com/nix-community/stylix/pull/1936 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> Reviewed-by: Mateus Auler --- modules/mako/hm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mako/hm.nix b/modules/mako/hm.nix index 92762a67..3314f0e5 100644 --- a/modules/mako/hm.nix +++ b/modules/mako/hm.nix @@ -31,7 +31,7 @@ mkTarget { border-color = base03; text-color = base05; }; - "urgency=high" = { + "urgency=critical" = { background-color = "${base00}${makoOpacity}"; border-color = base08; text-color = base05;