diff --git a/neofetch b/neofetch index 200cdf08..0ebaa591 100755 --- a/neofetch +++ b/neofetch @@ -2329,7 +2329,7 @@ info() { printf "%b%s\n" "${padding}${string}${reset}" # Calculate info height - info_height="$((info_height + 1))" + info_height="$((info_height+=1))" } # }}} @@ -2364,7 +2364,7 @@ prin() { printf "%b%s\n" "${padding}${string}${reset}" # Calculate info height - info_height="$((info_height + 1))" + info_height="$((info_height+=1))" } # }}}