mirror of
https://github.com/danbulant/nekofetch
synced 2026-06-20 14:51:35 +00:00
Set jp2a to use 256-color by default
This commit is contained in:
parent
1ef8ac1e54
commit
56ee91fab1
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 --height="$height" "$tmpfile.jpg" > "$tmpfile"
|
||||
jp2a --colors --color-depth=8 --height="$height" "$tmpfile.jpg" > "$tmpfile"
|
||||
neofetch --source "$tmpfile"
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue