improve resize message output
This commit is contained in:
parent
e1441a093f
commit
23103948a8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue