improve resize message output

This commit is contained in:
Marcus 2024-01-06 17:22:14 +01:00
parent e1441a093f
commit 23103948a8
1 changed files with 2 additions and 2 deletions

View File

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