From f921f41811072a388d632b780405c42c1d308b5b Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sat, 16 Jan 2021 21:25:02 -0600 Subject: [PATCH] Remove jp2a color support (breaks the actual fetch) --- nekofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nekofetch b/nekofetch index 6addebb..eb6d9b5 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 --colors --color-depth=8 --height="$height" "$tmpfile.jpg" > "$tmpfile" + jp2a --height="$height" "$tmpfile.jpg" > "$tmpfile" neofetch --source "$tmpfile" fi