From 7023a37658143b13d0665701df46554e6f64ba3f Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 28 May 2016 14:02:32 +1000 Subject: [PATCH] Fixed wrong order --- neofetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index c73e52a7..d9b3dfc0 100755 --- a/neofetch +++ b/neofetch @@ -2208,10 +2208,10 @@ getimage () { # Calculate font size if [ "$os" == "Mac OS X" ]; then - font_width=$((term_width / columns)) + font_width=$((term_width / columns / 2)) else # Fixes padding issues in iTerm2. - font_width=$((term_width / columns / 2)) + font_width=$((term_width / columns)) fi # Image size is half of the terminal