fix(mako): fix font and adapt configuration for cmus
This commit is contained in:
parent
dbea61d652
commit
5d22d6aea0
1 changed files with 7 additions and 3 deletions
|
@ -13,7 +13,7 @@ with lib;
|
||||||
};
|
};
|
||||||
services.mako = {
|
services.mako = {
|
||||||
enable = true;
|
enable = true;
|
||||||
font = "Fira Code 10";
|
font = "Fira Code Nerd Font 10";
|
||||||
backgroundColor = "#353535FF";
|
backgroundColor = "#353535FF";
|
||||||
borderColor = "#1CD180";
|
borderColor = "#1CD180";
|
||||||
progressColor = "over #5566AAFF";
|
progressColor = "over #5566AAFF";
|
||||||
|
@ -31,8 +31,12 @@ with lib;
|
||||||
border-color=#F268b3
|
border-color=#F268b3
|
||||||
|
|
||||||
[app-name="cmus"]
|
[app-name="cmus"]
|
||||||
border-color=#00000000
|
border-size=1
|
||||||
default-timeout=10000
|
default-timeout=7000
|
||||||
|
group-by=app-name
|
||||||
|
|
||||||
|
[app-name="cmus" grouped]
|
||||||
|
format=<b>%s</b>\n%b
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue