[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:
commit
4a16cfec9b
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -5491,7 +5491,7 @@ display_image() {
|
|||
;;
|
||||
|
||||
"sixel")
|
||||
img2sixel \
|
||||
img2sixel -I \
|
||||
-w "$width" \
|
||||
-h "$height" \
|
||||
"$image"
|
||||
|
|
Loading…
Reference in a new issue