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

notify() {
    notify-send -t 4000 -i 'dialog-error' "$1  —  Try Again!"
}