diff options
| author | Zach DeCook <zachdecook@librem.one> | 2025-02-14 12:43:23 -0500 |
|---|---|---|
| committer | Zach DeCook <zachdecook@librem.one> | 2025-02-14 12:43:23 -0500 |
| commit | 1e14b9bc72ed4ccd42b44bf7281fc360a8958533 (patch) | |
| tree | 19410d2bdfb62979a9967d7887a74b812ec296d8 /.config/swaync | |
| parent | 9602163a0c30e7152d637e597c305133aa5ba961 (diff) | |
| download | dotfiles-1e14b9bc72ed4ccd42b44bf7281fc360a8958533.tar.gz | |
Do some updates
Diffstat (limited to '.config/swaync')
| -rw-r--r-- | .config/swaync/config.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/swaync/config.json b/.config/swaync/config.json index df0bddf..5bebb40 100644 --- a/.config/swaync/config.json +++ b/.config/swaync/config.json @@ -27,11 +27,11 @@ }, "scripts": { "new-im": { - "exec": "sh -c '[ ! -f /home/user/.config/sxmo/.novibrate ] && sxmo_vibrate 400 2500; [ ! -f ~/.config/sxmo/.noring ] && mpv --volume=50 --really-quiet /usr/share/sounds/freedesktop/stereo/message-new-instant.oga'", + "exec": "sh -c '[ ! -f /home/user/.config/sxmo/.novibrate ] && sxmo_vibrate 400 2500; [ ! -f ~/.config/sxmo/.noring ] && mpv --volume=50 --really-quiet /usr/share/sounds/freedesktop/stereo/message-new-instant.oga || exit 0'", "sound-name": "message-new-instant" }, "incoming-call": { - "exec": "sh -c '[ ! -f /home/user/.config/sxmo/.novibrate ] && sxmo_vibrate 400 2500; [ ! -f ~/.config/sxmo/.noring ] && mpv --volume=50 --really-quiet --loop=2 /usr/share/sounds/freedesktop/stereo/phone-incoming-call.oga'", + "exec": "sh -c '[ ! -f /home/user/.config/sxmo/.novibrate ] && sxmo_vibrate 400 2500; [ ! -f ~/.config/sxmo/.noring ] && mpv --volume=50 --really-quiet --loop=2 /usr/share/sounds/freedesktop/stereo/phone-incoming-call.oga' || exit 0", "sound-name": "phone-incoming-call" } } |
