diff --git a/neofetch b/neofetch index 52965e16..83deb792 100755 --- a/neofetch +++ b/neofetch @@ -2964,7 +2964,7 @@ display_image() { ;; "catimg") - catimg -w "$((width * 2 / font_width))" -r 0 "$image" ||\ + catimg -w "$((width * 2 / font_width))" "$image" ||\ to_off "Image: catimg failed to display the image." ;;