[PR] dylanaraps/neofetch#2316 from PowerMan2206 - Made sixel use -I

Upstream PR: https://github.com/dylanaraps/neofetch/pull/2316
Thanks to @PowerMan2206

Co-authored-by: PowerMan2206 <61635519+PowerMan2206@users.noreply.github.com>
This commit is contained in:
Azalea Gui 2023-04-27 09:07:21 -04:00
commit 4a16cfec9b

View file

@ -5491,7 +5491,7 @@ display_image() {
;; ;;
"sixel") "sixel")
img2sixel \ img2sixel -I \
-w "$width" \ -w "$width" \
-h "$height" \ -h "$height" \
"$image" "$image"