diff --git a/sh/helpers.sh b/sh/helpers.sh index 8b9f15d..e362136 100644 --- a/sh/helpers.sh +++ b/sh/helpers.sh @@ -61,7 +61,7 @@ is_anim_image() { } chafa_run() { - chafa -s "${w}x${h}" "$1" + chafa -s "${w}x${h}" -f symbols "$1" } setup_fifo() {