update lf pv.sh and update scripts version
parent
12a19853b9
commit
8d00e96a6a
|
@ -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))"
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit f5dfa7761a88a93c64bc306803549511a69a7d45
|
||||
Subproject commit f1036cc7b898540a1f55f73126704e4cc370f962
|
Loading…
Reference in New Issue