diff --git a/neofetch b/neofetch index a55a2057..d76267d0 100755 --- a/neofetch +++ b/neofetch @@ -3144,8 +3144,14 @@ main() { # Display the image if enabled displayimage fi + + # Set cursor position next to ascii art printf "\033[$((${lines:-0} - 4))A" + + # Reset horizontal cursor position printf "\033[9999999D" + + # Save cursor position printf "\0337" # Move cursor to top of ascii art