Remove weird case
This commit is contained in:
parent
8db17f722d
commit
28c7314c89
1 changed files with 2 additions and 1 deletions
3
neofetch
3
neofetch
|
@ -2034,8 +2034,9 @@ getimage () {
|
||||||
[ "$((percent * term_height / 50))" -lt "$image_size" ] && \
|
[ "$((percent * term_height / 50))" -lt "$image_size" ] && \
|
||||||
image_size=$((percent * term_height / 100))
|
image_size=$((percent * term_height / 100))
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
*) image_size=${image_size/px} ;;
|
||||||
esac
|
esac
|
||||||
image_size=${image_size/px}
|
|
||||||
|
|
||||||
# Where to draw the image
|
# Where to draw the image
|
||||||
case "$image_position" in
|
case "$image_position" in
|
||||||
|
|
Loading…
Reference in a new issue