diff --git a/neofetch b/neofetch index 15bb8f2f..b623db35 100755 --- a/neofetch +++ b/neofetch @@ -2909,7 +2909,7 @@ dynamic_prompt() { get_term_padding 2>/dev/null # Calculate image height in terminal cells. - lines="$(((height + (${border:-0} * 2) + ${yoffset:-0}) / font_height))" + lines="$(((border * 2 + height + yoffset) / font_height))" ;; "off") return ;; esac