chore(mako): adapt configugation to upstream changes

This commit is contained in:
Yorick Barbanneau 2025-05-19 20:47:38 +02:00
parent 651f00c45d
commit 4728addcb0

View file

@ -13,6 +13,7 @@ with lib;
}; };
services.mako = { services.mako = {
enable = true; enable = true;
settings = {
font = "Fira Code Nerd Font 10"; font = "Fira Code Nerd Font 10";
backgroundColor = "#353535FF"; backgroundColor = "#353535FF";
borderColor = "#1CD180"; borderColor = "#1CD180";
@ -29,19 +30,19 @@ with lib;
format = '' format = ''
<span font_scale='small-caps'>%a</span>\n<b>%s</b>\n%b <span font_scale='small-caps'>%a</span>\n<b>%s</b>\n%b
''; '';
extraConfig = '' "urgency=high" = {
[urgency="high"] border-color = "#F268b3";
border-color=#F268b3 };
"app-name=cmus" = {
[app-name="cmus"] border-size = 1;
border-size=1 default-timeout = 7000;
default-timeout=7000 group-by = "app-name";
group-by=app-name format= "%b";
format=%b };
"app-name=cmus grouped" = {
[app-name="cmus" grouped] format = "%b";
format=%b };
''; };
}; };
}; };
} }