From 596b43e1658ed46597c9c2b4c7c4b3b34b4b4014 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 27 Dec 2022 01:56:37 -0600 Subject: [PATCH] switch lf config to use sixels --- .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 7cc98fe..b3946ff 100755 --- a/.config/lf/pv.sh +++ b/.config/lf/pv.sh @@ -1,8 +1,8 @@ #!/bin/sh img () { - #chafa "$1" --size="$2"x"$3" | sed 's/#/\n#/g' - chafa --format=symbols "$1" --size="$2"x"$3" + chafa "$1" --size="$2"x"$3" | sed 's/#/\n#/g' + #chafa --format=symbols "$1" --size="$2"x"$3" } W="$(($(tput cols)/2 - 10))"