mirror of
https://github.com/danbulant/nekofetch
synced 2026-06-19 22:31:13 +00:00
Remove old code
This commit is contained in:
parent
b59c711ac5
commit
065c83c066
1 changed files with 1 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue