From 065c83c066d08c8e2dd744a09e411f7b3027ba01 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Fri, 1 Oct 2021 18:37:44 +0200 Subject: [PATCH] Remove old code --- nekofetch | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/nekofetch b/nekofetch index 2867499..631afed 100755 --- a/nekofetch +++ b/nekofetch @@ -3,7 +3,6 @@ tmpfile="$(mktemp)" while :; do - case "$1" in "--verbose"|"--debug"|"-v") if [ -z "$debug" ]; then @@ -135,11 +134,7 @@ elif [ "$use_w3m" = "true" ]; then neofetch --w3m "$tmpfile.jpg" else - if [ -z "$colors" ]; then - jp2a --height="$height" "$tmpfile.jpg" > "$tmpfile" - else - jp2a --height="$height" --colors "$tmpfile.jpg" > "$tmpfile" - fi + jp2a --height="$height" "$tmpfile.jpg" > "$tmpfile" neofetch --source "$tmpfile" fi