diff --git a/vithumbs.sh b/vithumbs.sh index 5ea17f9..40a77fe 100755 --- a/vithumbs.sh +++ b/vithumbs.sh @@ -26,6 +26,8 @@ if [ -z "$SIZE" ]; then SIZE=1600 fi +FILE_SUFFIX="_thumbs" + # Design variables INFO_TEXTCOLOR="0xEEEEEE" INFO_BGCOLOR="0x282828"