diff options
Diffstat (limited to 'util/notify')
| -rwxr-xr-x | util/notify | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/util/notify b/util/notify new file mode 100755 index 0000000..a7a7e6c --- /dev/null +++ b/util/notify @@ -0,0 +1,6 @@ +#! /bin/bash + +notify() { + notify-send -t 4000 -i "$HOME/.icons/EZown.png" "$1 — Try Again!" +} + |
