git.lucas.co / fontpreview
git clone https://git.lucas.co/fontpreview.git

commit541e00d5447b705ffe07bc00209dcf6b5176d204
parent873d7773f5
authoranonymous <[email protected]>
date2024-05-20 17:52
increased image size to 1000px^2

 fontpreview | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fontpreview b/fontpreview
index a441996..f007445 100755
--- a/fontpreview
+++ b/fontpreview
@@ -8,7 +8,7 @@ VERSION=1.0.7
 
 # Default values
 SEARCH_PROMPT="❯ "
-SIZE=532x365
+SIZE=1000x1000
 POSITION="+0+0"
 FONT_SIZE=38
 BG_COLOR="#ffffff"