From 3b29a9b736c721931a68c9c3f39187de6d6e09bd Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 18 Jan 2017 17:00:01 +1100 Subject: [PATCH] Image: Remove unneeded check --- neofetch | 3 --- 1 file changed, 3 deletions(-) diff --git a/neofetch b/neofetch index d6984a0c..d179f3da 100755 --- a/neofetch +++ b/neofetch @@ -1954,9 +1954,6 @@ image_backend() { image_backend="ascii" err "Image: Imagemagick not found, falling back to ascii mode." fi - - # If X isn't running force ascii mode here. - [[ -z "$DISPLAY" ]] && image_backend="ascii" fi case "${image_backend:-off}" in