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