Removed unused math, speeds up script a tiny bit
This commit is contained in:
1
neofetch
1
neofetch
@@ -2014,7 +2014,6 @@ getimage () {
|
|||||||
|
|
||||||
# Calculate font size
|
# Calculate font size
|
||||||
font_width=$((term_width / columns))
|
font_width=$((term_width / columns))
|
||||||
font_height=$((term_height / lines))
|
|
||||||
|
|
||||||
# Image size is half of the terminal
|
# Image size is half of the terminal
|
||||||
case "$image_size" in
|
case "$image_size" in
|
||||||
|
|||||||
Reference in New Issue
Block a user