1 2 3 4 5 6
#! /bin/bash notify() { notify-send -t 4000 -i "$HOME/.icons/EZown.png" "$1 — Try Again!" }