diff --git a/neofetch b/neofetch index d9dba1b3..926b469a 100755 --- a/neofetch +++ b/neofetch @@ -3381,11 +3381,15 @@ main() { # Print the info printinfo - [ "$image" != "off" ] && dynamicprompt - # w3m-img: Draw the image a second time to fix - # rendering issues in specific terminal emulators. - [ "$image_backend" == "w3m" ] && displayimage + # Prompt calculation + if [ "$image" != "off" ]; then + dynamicprompt + + # w3m-img: Draw the image a second time to fix + # rendering issues in specific terminal emulators. + [ "$image_backend" == "w3m" ] && displayimage + fi # Re-enable line wrap printf "%b%s" "\033[?7h"