diff --git a/neofetch b/neofetch index d818632d..3eedd09d 100755 --- a/neofetch +++ b/neofetch @@ -1759,7 +1759,7 @@ get_cols() { cols="${cols%%'nl'}" cols="${cols//nl/\\n\\033[${text_padding}C${zws}}" - printf "%b\n" "\033[${text_padding}C${cols}" + printf "%b\n" "\033[${text_padding}C${zws}${cols}" fi unset -v blocks blocks2 cols