From 97f76174581fcf43b8dfbd0dc2a85331fc118fde Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 6 Nov 2016 10:23:27 +1100 Subject: [PATCH] Images: Fix images in ST --- neofetch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neofetch b/neofetch index 8b77b63d..18cb519e 100755 --- a/neofetch +++ b/neofetch @@ -2300,7 +2300,7 @@ displayimage() { # appearing in specific terminal emulators. sleep 0.05 printf "%b%s\n" "0;1;$xoffset;$yoffset;$width;$height;;;;;$img\n4;\n3;" |\ - $w3m_img_path -bg "$background_color" 2>/dev/null || padding="\033[0C" + $w3m_img_path -bg "$background_color" >/dev/null & 2>&1 || padding="\033[0C" ;; "iterm2") @@ -2982,7 +2982,7 @@ dynamicprompt() { fi # Add some padding - printf "\n\n" + printf "\n\n\n" } # }}}