mako: rename 'high' urgency name to 'critical' (#1936)

Rename 'high' urgency name to 'critical', following upstream commit [1]
("Change urgency level name").

[1]: 5f5e43f94a

Link: https://github.com/nix-community/stylix/pull/1936

Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
Reviewed-by: Mateus Auler <mateus@auler.dev>
This commit is contained in:
Milo Moisson 2025-10-12 11:37:29 +02:00 committed by GitHub
parent 09022804b2
commit 83e0cbfa4a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;