From 4d00a4dac1b6db4410ebd7e0513006fefc3ae92a Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 15 Jan 2017 08:57:40 +1100 Subject: [PATCH] Image: [catimg] Fix math order --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 9e5f3239..c19ee6ca 100755 --- a/neofetch +++ b/neofetch @@ -2346,7 +2346,7 @@ display_image() { ;; "catimg") - catimg -w "$((width / font_width * 2))" -r 0 "$image" || to_off "Image: catimg failed to display the image." + catimg -w "$((width * 2 / font_width))" -r 0 "$image" || to_off "Image: catimg failed to display the image." zws= ;;