#!/bin/bash # to get quick notifs # after long commands # # example usage: # watch -g "dig example.com +short" && notif notif() { notify-send "done!" paplay -q /usr/share/sounds/sound-icons/start # change this path to any sound file you want spd-say -t female3 -r +25 "done!" }