Browse Source

Merge pull request #1296 from hpjansson/master

display_image: Allow Chafa backend to stretch image to desired size
black 6 năm trước cách đây
mục cha
commit
751f9059ee
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      neofetch

+ 1 - 1
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")