From c6188e50b932bbb8edd21f85bcd611e93b0a090f Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Mon, 24 Aug 2026 21:54:18 -0700 Subject: add custom notification sound --- config/swaync/config.json | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config') diff --git a/config/swaync/config.json b/config/swaync/config.json index 7a30dbec..78dc129c 100755 --- a/config/swaync/config.json +++ b/config/swaync/config.json @@ -28,6 +28,13 @@ "hide-on-clear": false, "hide-on-action": true, "script-fail-notify": true, + "scripts": { + "notification-sound": { + "exec": "mpv --no-terminal $HOME/.config/swaync/notify.mp3", + "run-on": "receive", + "app-name": ".*" + } + }, "widgets": [ "dnd", "buttons-grid", -- cgit v1.2.3