summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rwxr-xr-xutil/notify2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/notify b/util/notify
index a7a7e6c..81639de 100755
--- a/util/notify
+++ b/util/notify
@@ -1,6 +1,6 @@
#! /bin/bash
notify() {
- notify-send -t 4000 -i "$HOME/.icons/EZown.png" "$1 — Try Again!"
+ notify-send -t 4000 -i 'dialog-error' "$1 — Try Again!"
}