From 2774e5264dcff879081b46cb2a5a8104c6d7d8aa Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Fri, 3 Apr 2026 17:27:31 +0200 Subject: mkthoughts: center pfp more --- mkthoughts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkthoughts b/mkthoughts index fcfb0b95..773529e4 100755 --- a/mkthoughts +++ b/mkthoughts @@ -1,7 +1,7 @@ #!/bin/sh magick \ -size 127x128 xc:"${3:-white}" \ - "$1" -geometry x74+30+3 -composite \ + "$1" -geometry x74+26+3 -composite \ \( thoughts/mask.png -channel a -negate \) -compose copy-opacity -composite \ thoughts/overlay.png -compose srcover -composite \ "$2" -- cgit v1.2.3