personal dotfiles: my Hyprland config
Diffstat (limited to '.config/swaync/config.json')
| -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" } } |