diff --git a/neofetch b/neofetch index 74f4b874..9e5f3239 100755 --- a/neofetch +++ b/neofetch @@ -2346,7 +2346,7 @@ display_image() { ;; "catimg") - catimg -w "$((columns + gap))" "$image" || to_off "Image: catimg failed to display the image." + catimg -w "$((width / font_width * 2))" -r 0 "$image" || to_off "Image: catimg failed to display the image." zws= ;;