mirror of
https://github.com/danbulant/nekofetch
synced 2026-06-23 16:41:46 +00:00
Remove jp2a color support (breaks the actual fetch)
This commit is contained in:
parent
56ee91fab1
commit
f921f41811
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue