xoffset now pushes text over too
This commit is contained in:
parent
ffb2e0afbf
commit
f954552baf
2
neofetch
2
neofetch
|
@ -1942,7 +1942,7 @@ getimage () {
|
||||||
case "$image_position" in
|
case "$image_position" in
|
||||||
"left")
|
"left")
|
||||||
# Padding is half the terminal width + gap
|
# Padding is half the terminal width + gap
|
||||||
padding="\033[$((image_size / font_width + gap))C"
|
padding="\033[$((image_size / font_width + gap + xoffset/font_width))C"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"right")
|
"right")
|
||||||
|
|
Reference in New Issue