Make borders of critical notifications stand out

This commit is contained in:
Alexander Bantyev 2023-08-14 17:26:14 +04:00
parent 94358c01d3
commit a92f772425
No known key found for this signature in database
GPG Key ID: 48ABA304F3A30FE9

View File

@ -29,6 +29,10 @@
play = sound:
"mpv ${pkgs.sound-theme-freedesktop}/share/sounds/freedesktop/stereo/${sound}.oga";
in ''
[urgency=high]
border-color=${base09}AA
[urgency=critical]
border-color=${base09}AA
on-notify=exec ${play "message"}
[app-name=yubikey-touch-detector]
on-notify=exec ${play "service-login"}