Remove weird case
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user