aboutsummaryrefslogtreecommitdiffstats
path: root/.config/sxiv/exec
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2016-03-20 14:16:17 -0700
committerkatherine <shmibs@shmibbles.me>2016-03-20 14:16:17 -0700
commit0ce4a6e965ccd16f2636c590284d44b360594fc1 (patch)
treec5cfbb779df2854cc877680f14291f4b214cee85 /.config/sxiv/exec
parent549c206bb8c3a9434294c2064eb25c149fee18bc (diff)
downloaddotfiles-0ce4a6e965ccd16f2636c590284d44b360594fc1.tar.gz
add sxiv send count notification
Diffstat (limited to '.config/sxiv/exec')
-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
;;
*)