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