From fc630c6b55071b10b706908897aff89e0605a5f7 Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 3 May 2021 23:33:08 +0100 Subject: [PATCH] actual line wrapping --- stuff.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stuff.sh b/stuff.sh index 9332117..c666ee8 100755 --- a/stuff.sh +++ b/stuff.sh @@ -5,7 +5,7 @@ FILE=/tmp/$(date "+%Y-%m-%d-%H-%M-%S").png LABEL_FILE=$FILE.label.png text=$@ -convert -background white -fill black -pointsize 80 label:"$text" $LABEL_FILE +convert -background white -fill black -pointsize 80 -size 1000x caption:"$text" $LABEL_FILE convert -gravity center $LABEL_FILE $STUFF_FILE +append $FILE xclip -selection clipboard -t image/png -i $FILE