We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04302c commit b981fb5Copy full SHA for b981fb5
neofetch
@@ -3835,7 +3835,7 @@ display_image() {
3835
;;
3836
3837
"tycat")
3838
- tycat "$image" ||\
+ tycat -g "${width}x${height}" "$image" ||\
3839
to_off "Image: tycat failed to display the image."
3840
3841
@@ -4193,7 +4193,7 @@ kde_config_dir() {
4193
4194
dynamic_prompt() {
4195
[[ "$image_backend" == "off" ]] && { printf "\n"; return; }
4196
- [[ "$image_backend" != "ascii" ]] && lines="$(((height + yoffset) / font_height))"
+ [[ "$image_backend" != "ascii" ]] && lines="$(((height + yoffset) / font_height + 1))"
4197
4198
# If the ascii art is taller than the info.
4199
if ((lines > info_height)); then
0 commit comments