diff --git a/neofetch b/neofetch index b62a55d0..e297f350 100755 --- a/neofetch +++ b/neofetch @@ -1760,6 +1760,7 @@ get_cols() { cols="${cols//nl/\\n\\033[${text_padding}C${zws}}" printf "%b\n" "\033[${text_padding}C${zws}${cols}" + info_height="$((info_height+=block_height+2))" fi unset -v blocks blocks2 cols