summaryrefslogtreecommitdiff
path: root/util/notify
blob: a7a7e6c3322901c22f1e6e3b2ac8a30d1f45be41 (plain)
1
2
3
4
5
6
#! /bin/bash

notify() {
    notify-send -t 4000 -i "$HOME/.icons/EZown.png" "$1  —  Try Again!"
}