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

commit4d8b1edc0d144ab03e041d923606678485fbd214
parentfc10c68d3f
authorsayyadirfanali <[email protected]>
date2025-11-06 16:49
change banner

 images/hero.png | Bin 312654 -> 952928 bytes
 scripts/mkhero  |  21 ---------------------
 2 files changed, 21 deletions(-)

diff --git a/images/hero.png b/images/hero.png
index 2cc8480..ab69f94 100644
Binary files a/images/hero.png and b/images/hero.png differ
diff --git a/scripts/mkhero b/scripts/mkhero
deleted file mode 100755
index e22e407..0000000
--- a/scripts/mkhero
+++ /dev/null
@@ -1,21 +0,0 @@
-offsets=(50)
-for ((i=1; i<=10; i++)); do
-  offsets+=($((offsets[i - 1] + 150)))
-done;
-
-magick \
-    -size 2000x1800 xc:"#0d0d0d" \
-    -font "Myna" \
-    -gravity north \
-    -fill  "pink"            -pointsize  128  -annotate  +0+${offsets[0]}   "MYNA"                          \
-    -fill  "yellow"          -pointsize  96   -annotate  +0+${offsets[1]}   "ABCDEFGHIJKLMNOPQRSTUVWXYZ"    \
-    -fill  "springgreen"     -pointsize  96   -annotate  +0+${offsets[2]}   "abcdefghijklmnopqrstuvwxyz"    \
-    -fill  "deepskyblue"     -pointsize  96   -annotate  +0+${offsets[3]}   "0 1 2 3 4 5 6 7 8 9"           \
-    -fill  "hotpink"         -pointsize  96   -annotate  +0+${offsets[4]}   "[] {} () <> | \\\ ? ! #"       \
-    -fill  "cyan"            -pointsize  96   -annotate  +0+${offsets[5]}   "\` ' \" , . ; : ~ ^ _"         \
-    -fill  "springgreen"     -pointsize  96   -annotate  +0+${offsets[6]}   "+ - = ++ -- += -= == !="       \
-    -fill  "aqua"            -pointsize  96   -annotate  +0+${offsets[7]}   "\$s @a \%h &f *x =~"          \
-    -fill  "violet"          -pointsize  96   -annotate  +0+${offsets[8]}   ":: -> => <$> >>= ^. \%~"     \
-    -fill  "coral"           -pointsize  96   -annotate  +0+${offsets[9]}   "$ £ € ¥ ₹ ₽"                   \
-    -fill  "limegreen"       -pointsize  96   -annotate  +0+${offsets[10]}  "0 O o | 1 l I | \` ' \" | Z 2" \
-    $1