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 }