diff --git a/neofetch b/neofetch index 344233a0..7583b8c0 100755 --- a/neofetch +++ b/neofetch @@ -2796,6 +2796,7 @@ while [ "$1" ]; do info=(title underline distro kernel uptime packages shell resolution de wm theme icons cpu gpu memory font disk battery song localip publicip users birthday cols) printinfo () { + printf "\n" for func in "${info[@]}"; do info "${func^^}" $func done