summaryrefslogtreecommitdiff
path: root/util/notify
diff options
context:
space:
mode:
authorLM-LCL <hello@exaltedelite.club>2023-04-19 21:23:42 +0200
committerLM-LCL <hello@exaltedelite.club>2023-04-19 21:23:42 +0200
commitb98f0f496b6739749257804297468fb71845a776 (patch)
tree44096c59211f1d877515914273cde862fbf47c1f /util/notify
EZown
Diffstat (limited to 'util/notify')
-rwxr-xr-xutil/notify6
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!"
+}
+