diff options
author | Raymaekers Luca <luca@spacehb.net> | 2025-01-09 16:51:59 +0100 |
---|---|---|
committer | Raymaekers Luca <luca@spacehb.net> | 2025-01-09 16:51:59 +0100 |
commit | cc216ca760a6b22c8b8041f525859f4201a52d1f (patch) | |
tree | 7c1ef18d28e226c40d8d0afa97e3a83d3a2c9645 /bin/extra/notify-send | |
parent | 112449dd19eaae6769ef95a70b3e52234256400c (diff) |
checkpoint
Diffstat (limited to 'bin/extra/notify-send')
-rwxr-xr-x | bin/extra/notify-send | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/extra/notify-send b/bin/extra/notify-send index 3a3872b..b0cf04a 100755 --- a/bin/extra/notify-send +++ b/bin/extra/notify-send @@ -36,6 +36,11 @@ parse() { OPTARG=$2 _=$OPTARG shift ;; + -a | --app-name) + [ $# -le 1 ] && set -- "$1" required && break + OPTARG=$2 + _=$OPTARG + shift ;; -i | --icon) [ $# -le 1 ] && set -- "$1" required && break OPTARG=$2 |