From f7274fef870b281d4ddf44d9ddbd4e54c732e93d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 12 Dec 2016 18:38:55 +1100 Subject: [PATCH] General: Don't uppercase term font --- neofetch | 2 -- 1 file changed, 2 deletions(-) diff --git a/neofetch b/neofetch index aee15ff2..68b7451c 100755 --- a/neofetch +++ b/neofetch @@ -1590,8 +1590,6 @@ get_term_font() { term_font="$(awk -F "," '/fontFamily/ {a=$1} END{print a}' "${HOME}/.hyper.js" | awk -F "'" '{a=$2} END{print a}')" ;; esac - - term_font="$(uppercase "$term_font")" } get_disk() {