Added xoffset
This commit is contained in:
parent
8094dd9cfa
commit
ffb2e0afbf
1 changed files with 1 additions and 0 deletions
1
neofetch
1
neofetch
|
@ -2747,6 +2747,7 @@ if [ "$image" != "off" ] && [ "$image" != "ascii" ]; then
|
|||
;;
|
||||
|
||||
"iterm2")
|
||||
printf "\033[${xoffset}C"
|
||||
printf "%b%s\a\n" "\033]1337;File=width=${image_size}px;height=${image_size}px;inline=1:$(base64 < "$img")"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue