Remove stray line from other branch
This commit is contained in:
parent
24d1b76fac
commit
7783aaa8c5
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1957,7 +1957,7 @@ getimage () {
|
|||
case "$image_position" in
|
||||
"left")
|
||||
# Padding is half the terminal width + gap
|
||||
padding="\033[$((image_size / font_width + gap + xoffset/font_width))C"
|
||||
padding="\033[$((image_size / font_width + gap))C"
|
||||
;;
|
||||
|
||||
"right")
|
||||
|
|
Loading…
Reference in a new issue