From 951ed1169cf621daf1b4f601e600091a587eb979 Mon Sep 17 00:00:00 2001 From: Dylan Date: Sun, 27 Mar 2016 20:53:46 +1100 Subject: [PATCH] Use '' instead of '' for coloring since '' has a lower chance of being white --- neofetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index 01e5f680..f9c0f7d8 100755 --- a/neofetch +++ b/neofetch @@ -2348,8 +2348,8 @@ setcolors () { progress_color_elapsed="7" if [ "$progress_color_total" == "distro" ]; then - progress_color_total="$2" - [ "$2" == 7 ] && progress_color_total="${1}" + progress_color_total="$1" + [ "$1" == 7 ] && progress_color_total="${2}" fi }