From 0ce4a6e965ccd16f2636c590284d44b360594fc1 Mon Sep 17 00:00:00 2001 From: katherine Date: Sun, 20 Mar 2016 14:16:17 -0700 Subject: add sxiv send count notification --- .config/sxiv/exec/key-handler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/sxiv/exec/key-handler') diff --git a/.config/sxiv/exec/key-handler b/.config/sxiv/exec/key-handler index 7b5b3d1..32fa687 100755 --- a/.config/sxiv/exec/key-handler +++ b/.config/sxiv/exec/key-handler @@ -34,7 +34,7 @@ case "$1" in if [[ $? -ne 0 ]]; then notify-send "sxiv: send to /tmp/ failed" else - notify-send "sxiv: sent to /tmp/" + notify-send "sxiv: sent ${#files} images to /tmp/" fi ;; *) -- cgit v1.2.3