Update commithash example to use nibbleart instead of randomart

I just like how it looks a little better

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2024-05-30 12:31:17 -07:00
parent 5b5c2444db
commit 19578536aa
2 changed files with 42 additions and 44 deletions

View File

@@ -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