Made sixel use -I
Made the sixel image backend use high color mode (-I) as it gives better image quality
This commit is contained in:
parent
ccd5d9f526
commit
331deaf293
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -4493,7 +4493,7 @@ display_image() {
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"sixel")
|
"sixel")
|
||||||
img2sixel \
|
img2sixel -I \
|
||||||
-w "$width" \
|
-w "$width" \
|
||||||
-h "$height" \
|
-h "$height" \
|
||||||
"$image"
|
"$image"
|
||||||
|
|
Loading…
Reference in a new issue