switch lf config to use sixels
parent
5f11386bc0
commit
596b43e165
|
@ -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))"
|
||||
|
|
Loading…
Reference in New Issue