From 22aaed4d92fc2dc95ef116cd44332067ce6ca47e Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Wed, 31 Jul 2019 20:11:25 +0200 Subject: [PATCH] display_image: Allow Chafa backend to stretch image to desired size Fixes issue #1295. --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index ff5b1bee..f95b4e39 100755 --- a/neofetch +++ b/neofetch @@ -3864,7 +3864,7 @@ display_image() { ;; "chafa") - chafa --size="$((width / font_width))x$((height / font_height))" "$image" + chafa --stretch --size="$((width / font_width))x$((height / font_height))" "$image" ;; "jp2a")