From 169de34ee6f48592d633b13ded548344d963a9ee Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 28 Feb 2018 07:54:35 +1100 Subject: [PATCH] image: [catimg] Don't force res. Closes #921 --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." ;;