diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2026-08-24 22:10:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-24 22:10:48 -0700 |
| commit | 7f6128fec9086445a2aa5882f15338ba162e648a (patch) | |
| tree | ff6badf43ac68036b08d8ae0c40475c09f5ef7b9 /config/swaync/config.json | |
| parent | d23aaf54aa00499889bdbcbe9e1e43de6673beb1 (diff) | |
Update config.json
Diffstat (limited to 'config/swaync/config.json')
| -rwxr-xr-x | config/swaync/config.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/config/swaync/config.json b/config/swaync/config.json index 78dc129c..1d06daf6 100755 --- a/config/swaync/config.json +++ b/config/swaync/config.json @@ -29,10 +29,9 @@ "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": ".*" + "sound-script": { + "exec": "sh -c '/usr/bin/mpv --no-video --really-quiet /home/pinapelz/.config/swaync/notify.mp3 >/tmp/swaync-mpv.log 2>&1' || true", + "run-on": "receive" } }, "widgets": [ |
