Ver código fonte

display_image: Allow Chafa backend to stretch image to desired size

Fixes issue #1295.
Hans Petter Jansson 6 anos atrás
pai
commit
22aaed4d92
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      neofetch

+ 1 - 1
neofetch

@@ -3864,7 +3864,7 @@ display_image() {
         ;;
         ;;
 
 
         "chafa")
         "chafa")
-            chafa --size="$((width / font_width))x$((height / font_height))" "$image"
+            chafa --stretch --size="$((width / font_width))x$((height / font_height))" "$image"
         ;;
         ;;
 
 
         "jp2a")
         "jp2a")