improve resize message output

This commit is contained in:
Marcus 2024-01-06 17:22:14 +01:00
parent e1441a093f
commit 23103948a8

View file

@ -444,7 +444,7 @@ floot() {
fi fi
if [ -n "$RESIZE" ] if [ -n "$RESIZE" ]
then then
message "resizing to $RESIZE px" message "resizing to ${YELLOW}${RESIZE}px${ENDCOLOR}"
RESIZE="-resize $RESIZE" RESIZE="-resize $RESIZE"
fi fi
@ -459,7 +459,7 @@ floot() {
;; ;;
fill) fill)
message "generating color field with ${YELLOW}$FLOOTFORKS${ENDCOLOR} workers" message "generating color field with ${YELLOW}${FLOOTFORKS}${ENDCOLOR} workers"
LOL_org="$(gen_field)" LOL_org="$(gen_field)"
loadLOL loadLOL
;; ;;