Use '' instead of '' for coloring since '' has a lower chance of being white
This commit is contained in:
parent
3ac52b1717
commit
951ed1169c
1 changed files with 2 additions and 2 deletions
4
neofetch
4
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue