From 3636abd2aca80c48e611baaebb476dc58271f0be Mon Sep 17 00:00:00 2001
From: Dylan Araps <dylan.araps@gmail.com>
Date: Tue, 31 May 2016 12:01:26 +1000
Subject: [PATCH] Disable OS X font width changes

---
 neofetch | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/neofetch b/neofetch
index 317fded6..60166376 100755
--- a/neofetch
+++ b/neofetch
@@ -2207,12 +2207,12 @@ getimage () {
     columns=$(tput cols)
 
     # Calculate font size
-    if [ "$os" == "Mac OS X" ]; then
-        # Fixes padding issues in iTerm2.
-        font_width=$((term_width / columns / 2))
-    else
-        font_width=$((term_width / columns))
-    fi
+    # if [ "$os" == "Mac OS X" ]; then
+    #     # Fixes padding issues in iTerm2.
+    #     font_width=$((term_width / columns / 2))
+    # else
+    font_width=$((term_width / columns))
+    # fi
 
     # Image size is half of the terminal
     case "$image_size" in