From 28c7314c893474f192f5af10a20e6d17d929b752 Mon Sep 17 00:00:00 2001 From: Dylan Date: Tue, 12 Apr 2016 15:50:19 +1000 Subject: [PATCH] Remove weird case --- neofetch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 34de4463..84045de7 100755 --- a/neofetch +++ b/neofetch @@ -2034,8 +2034,9 @@ getimage () { [ "$((percent * term_height / 50))" -lt "$image_size" ] && \ image_size=$((percent * term_height / 100)) ;; + + *) image_size=${image_size/px} ;; esac - image_size=${image_size/px} # Where to draw the image case "$image_position" in