aboutsummaryrefslogtreecommitdiff
path: root/home/dot_config/sxiv/exec/executable_image-info
blob: 0f3f5de62bd77ce44699aad0e7d4baae2eef5452 (plain)
1
2
3
4
5
6
#!/usr/bin/env sh
printf '%s %s %s' \
	"$(basename "$1")" \
	"$(date -r "$1")" \
	"$2x$3 ($(du -Hh "$1" | cut -f 1))"