From cc216ca760a6b22c8b8041f525859f4201a52d1f Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Thu, 9 Jan 2025 16:51:59 +0100 Subject: checkpoint --- bin/extra/notify-send | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bin/extra') 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 -- cgit v1.2.3