From bea3099e0d0032982c0c6a124f021106e6c568f7 Mon Sep 17 00:00:00 2001 From: Szymon P Date: Wed, 25 Feb 2026 20:23:32 +0100 Subject: [PATCH] mako fix --- modules/gui/mako.nix | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/modules/gui/mako.nix b/modules/gui/mako.nix index 37375b2..01d3d49 100644 --- a/modules/gui/mako.nix +++ b/modules/gui/mako.nix @@ -35,13 +35,12 @@ border-color=#FF6347 [urgency=critical] - on-notify = - ${ - if isNixOS then - "exec ${pkgs.pulseaudio}/bin/paplay ${pkgs.sound-theme-freedesktop}/share/sounds/freedesktop/stereo/dialog-information.oga" - else - "exec paplay /usr/share/sounds/freedesktop/stereo/dialog-information.oga" - }; + on-notify=${ + if isNixOS then + "exec ${pkgs.pulseaudio}/bin/paplay ${pkgs.sound-theme-freedesktop}/share/sounds/freedesktop/stereo/dialog-information.oga" + else + "exec paplay /usr/share/sounds/freedesktop/stereo/dialog-information.oga" + } border-color=#FF0000 [mode=do-not-disturb]