diff options
| author | LM-LCL <hello@exaltedelite.club> | 2023-07-16 20:43:50 +0200 |
|---|---|---|
| committer | LM-LCL <hello@exaltedelite.club> | 2023-09-01 16:14:03 +0200 |
| commit | 5d748990bcf2e42415acc8a8f0c481d408ce5a73 (patch) | |
| tree | 62ba626eb4ecbf5c3a2b9f8ed4f7fb63aea40947 /util/notify | |
| parent | 20da9380db10967dba80b1e39f867801c22c2a7c (diff) | |
feature streamlining
Diffstat (limited to 'util/notify')
| -rwxr-xr-x | util/notify | 2 |
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!" } |
