set lf to not use sixels for image previews for now

master
alex 2023-06-02 21:17:42 -05:00
parent cd1e5c59b2
commit 9868f6210d
1 changed files with 2 additions and 2 deletions

View File

@ -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))"