aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.config/sxiv/exec/key-handler2
1 files changed, 1 insertions, 1 deletions
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
;;
*)