From 0cef760ce40b54e55cbd656030876698f1c4c6d7 Mon Sep 17 00:00:00 2001 From: Marcus Date: Fri, 5 Jan 2024 04:56:27 +0100 Subject: [PATCH] remove debugging foo --- pixelfloot.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pixelfloot.sh b/pixelfloot.sh index 40ae7ee..49e7ae8 100755 --- a/pixelfloot.sh +++ b/pixelfloot.sh @@ -391,7 +391,6 @@ floot() { ;; ""|text) - set -x test -z "$TEXT" && TEXT="$0" test -z "$FONTSIZE" && FONTSIZE=42 test -z "$COLOR" && COLOR="000000" @@ -406,7 +405,7 @@ floot() { #convert -fill lightgreen -background white -pointsize 40 caption:"KARTTUR" -quality 72 DstImage.png message "generating text, size $FONTSIZE for ${YELLOW}$FLOOTFORKS${ENDCOLOR} workers" - set +x + LOL_org="$(convert ${SIZE} ${BORDER} +antialias -depth 8 -fill \#${COLOR} -background \#${BGCOLOR} -pointsize ${FONTSIZE} caption:"${TEXT}" -quality 72 txt: | tail -n +2 | awk '{print $1 $3}' | sed -e 's/\,/ /' -e 's/\:/ /' -e 's/\#//' -e 's/^/PX /')" loadLOL