From 56ee91fab11e69e4d6e1ce20c8309d29e4545960 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Wed, 13 Jan 2021 11:53:02 -0600 Subject: [PATCH] Set jp2a to use 256-color by default --- nekofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nekofetch b/nekofetch index eb6d9b5..6addebb 100755 --- a/nekofetch +++ b/nekofetch @@ -26,7 +26,7 @@ curl -fsSLo "$tmpfile.jpg" "$url" if [ "$TERM" = "xterm-kitty" ]; then neofetch --kitty "$tmpfile.jpg" else - jp2a --height="$height" "$tmpfile.jpg" > "$tmpfile" + jp2a --colors --color-depth=8 --height="$height" "$tmpfile.jpg" > "$tmpfile" neofetch --source "$tmpfile" fi