From 9868f6210d944035e693c50bce31808fe1adafc1 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 2 Jun 2023 21:17:42 -0500 Subject: [PATCH] set lf to not use sixels for image previews for now --- .config/lf/pv.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/lf/pv.sh b/.config/lf/pv.sh index d17226c..b2abcfa 100755 --- a/.config/lf/pv.sh +++ b/.config/lf/pv.sh @@ -1,8 +1,8 @@ #!/bin/sh img () { - chafa "$1" --size="$2"x"$3" --animate=false | sed 's/#/\n#/g' - #chafa --format=symbols "$1" --size="$2"x"$3" + #chafa "$1" --size="$2"x"$3" --animate=false | sed 's/#/\n#/g' + chafa --format=symbols "$1" --size="$2"x"$3" } W="$(($(tput cols)/2 - 10))"