diff options
author | katherine <shmibs@shmibbles.me> | 2016-03-20 14:16:17 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2016-03-20 14:16:17 -0700 |
commit | 0ce4a6e965ccd16f2636c590284d44b360594fc1 (patch) | |
tree | c5cfbb779df2854cc877680f14291f4b214cee85 | |
parent | 549c206bb8c3a9434294c2064eb25c149fee18bc (diff) | |
download | dotfiles-0ce4a6e965ccd16f2636c590284d44b360594fc1.tar.gz |
add sxiv send count notification
-rwxr-xr-x | .config/sxiv/exec/key-handler | 2 |
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 ;; *) |