From 5d748990bcf2e42415acc8a8f0c481d408ce5a73 Mon Sep 17 00:00:00 2001 From: LM-LCL Date: Sun, 16 Jul 2023 20:43:50 +0200 Subject: feature streamlining --- util/notify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') 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!" } -- cgit v1.2.3