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:
parent
09022804b2
commit
83e0cbfa4a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue