From 19578536aa518969ab77be1f634207dd6a6e8fc9 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Thu, 30 May 2024 12:31:17 -0700 Subject: [PATCH] Update commithash example to use nibbleart instead of randomart I just like how it looks a little better Signed-off-by: Alek Ratzloff --- examples/commithash.svg | 84 ++++++++++++++++++++--------------------- tools/genexamples.sh | 2 +- 2 files changed, 42 insertions(+), 44 deletions(-) diff --git a/examples/commithash.svg b/examples/commithash.svg index c9f3d75..1e0ff76 100644 --- a/examples/commithash.svg +++ b/examples/commithash.svg @@ -1,44 +1,42 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/tools/genexamples.sh b/tools/genexamples.sh index 1e57cbd..1e7b821 100755 --- a/tools/genexamples.sh +++ b/tools/genexamples.sh @@ -23,4 +23,4 @@ done # Additionally, create an SVG for the current commit hash echo "Generating examples/commithash.svg" -python3 -m colorhash "$(git rev-parse HEAD)" --input-type hash --hash sha1 --matrix randomart --output-type svg --out examples/commithash.svg +python3 -m colorhash "$(git rev-parse HEAD)" --input-type hash --hash sha1 --output-type svg --out examples/commithash.svg