feat(desktop): improve notifications
This commit is contained in:
parent
70384e0f7f
commit
0e22d1d36a
1 changed files with 3 additions and 1 deletions
|
@ -26,6 +26,7 @@ with lib;
|
|||
maxIconSize = 64;
|
||||
layer = "overlay";
|
||||
anchor = "top-right";
|
||||
format = ''<span font_scale="small-caps">%a</span>\n<b>%s</b>\n%b'';
|
||||
extraConfig = ''
|
||||
[urgency="high"]
|
||||
border-color=#F268b3
|
||||
|
@ -34,9 +35,10 @@ with lib;
|
|||
border-size=1
|
||||
default-timeout=7000
|
||||
group-by=app-name
|
||||
format=%b
|
||||
|
||||
[app-name="cmus" grouped]
|
||||
format=<b>%s</b>\n%b
|
||||
format=%b
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue