diff --git a/neofetch b/neofetch index f9c0f7d8..6873448b 100755 --- a/neofetch +++ b/neofetch @@ -2349,7 +2349,9 @@ setcolors () { if [ "$progress_color_total" == "distro" ]; then progress_color_total="$1" - [ "$1" == 7 ] && progress_color_total="${2}" + case "$1" in + 7 | 3 | 6) progress_color_total="${2}" ;; + esac fi }