From f575dadeefc6d8b58b3f13b12a315b25de2332b5 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 22 Feb 2019 16:39:58 -0500 Subject: note bloat gone; pix replaced with emojis --- .scripts/tools/qndl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.scripts/tools/qndl') diff --git a/.scripts/tools/qndl b/.scripts/tools/qndl index ffe3647..a99d37e 100755 --- a/.scripts/tools/qndl +++ b/.scripts/tools/qndl @@ -2,10 +2,10 @@ # $1 is a url; $2 is a command [ -z "$1" ] && exit base="$(basename "$1")" -notify-send -i "$PIX/dl.svg" "Queuing $base..." +notify-send "⏳ Queuing $base..." cmd="$2" [ -z "$cmd" ] && cmd="youtube-dl --add-metadata" idnum="$(tsp $cmd "$1")" realname="$(echo "$base" | sed "s/?\(source\|dest\).*//;s/%20/ /g")" tsp -D "$idnum" mv "$base" "$realname" -tsp -D "$idnum" notify-send -i "$PIX/check.svg" "$realname done." +tsp -D "$idnum" notify-send "👍 $realname done." -- cgit v1.3.1