From b98f0f496b6739749257804297468fb71845a776 Mon Sep 17 00:00:00 2001 From: LM-LCL Date: Wed, 19 Apr 2023 21:23:42 +0200 Subject: EZown --- util/notify | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 util/notify (limited to 'util/notify') 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!" +} + -- cgit v1.2.3