fix(mako): fix font and adapt configuration for cmus

This commit is contained in:
Yorick Barbanneau 2024-09-04 01:51:11 +02:00
parent dbea61d652
commit 5d22d6aea0

View file

@ -13,7 +13,7 @@ with lib;
};
services.mako = {
enable = true;
font = "Fira Code 10";
font = "Fira Code Nerd Font 10";
backgroundColor = "#353535FF";
borderColor = "#1CD180";
progressColor = "over #5566AAFF";
@ -31,8 +31,12 @@ with lib;
border-color=#F268b3
[app-name="cmus"]
border-color=#00000000
default-timeout=10000
border-size=1
default-timeout=7000
group-by=app-name
[app-name="cmus" grouped]
format=<b>%s</b>\n%b
'';
};
};