From a92f772425ba048ea38650d89ad2e29de83d6ccb Mon Sep 17 00:00:00 2001 From: Alexander Bantyev Date: Mon, 14 Aug 2023 17:26:14 +0400 Subject: [PATCH] Make borders of critical notifications stand out --- profiles/workspace/mako.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/workspace/mako.nix b/profiles/workspace/mako.nix index a6b0eca..7ef1040 100644 --- a/profiles/workspace/mako.nix +++ b/profiles/workspace/mako.nix @@ -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"}