diff --git a/nekofetch b/nekofetch index ccf3da1..6fb3a06 100755 --- a/nekofetch +++ b/nekofetch @@ -20,7 +20,7 @@ case "$1" in ;; esac -height=${2:-75} +height=${2:-$(($(tput lines) - 5))} echo "Using height $height" url=$(curl -fsSL "$imgurl" | jq -r ".url")