From e60b07b13f4247b9bfe4aa4cd5413cbd2307f4d2 Mon Sep 17 00:00:00 2001 From: fiplox <56274824+fiplox@users.noreply.github.com> Date: Mon, 22 Jan 2024 08:52:00 +0100 Subject: [PATCH] Fix: use polite flag for chafa --- sh/helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/helpers.sh b/sh/helpers.sh index fef8691..229d38f 100644 --- a/sh/helpers.sh +++ b/sh/helpers.sh @@ -73,7 +73,7 @@ is_anim_image() { chafa_run() { format='-f symbols' autochafa && format= - chafasixel && format='-f sixels' + chafasixel && format='-f sixels --polite on' chafa -s "${w}x${h}" $format "$1" | sed 's/#/\n#/g' }