switch lf config to use sixels

master
Alex 2022-12-27 01:56:37 -06:00
parent 5f11386bc0
commit 596b43e165
1 changed files with 2 additions and 2 deletions

View File

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