diff --git a/.config/lf/pv.sh b/.config/lf/pv.sh index fe8ab25..fc9fb09 100755 --- a/.config/lf/pv.sh +++ b/.config/lf/pv.sh @@ -1,7 +1,8 @@ #!/bin/sh img () { - chafa "$1" --size="$2"x"$3" | sed 's/#/\n#/g' + #chafa "$1" --size="$2"x"$3" | sed 's/#/\n#/g' + chafa --format=symbols "$1" --size="$2"x"$3" } W="$(($(tput cols)/2 - 10))" diff --git a/.local/scripts b/.local/scripts index f5dfa77..f1036cc 160000 --- a/.local/scripts +++ b/.local/scripts @@ -1 +1 @@ -Subproject commit f5dfa7761a88a93c64bc306803549511a69a7d45 +Subproject commit f1036cc7b898540a1f55f73126704e4cc370f962