animated wallpaper script fix

This commit is contained in:
Djeeberjr 2022-09-09 00:07:54 +02:00
parent 9ad0179554
commit 160500ab1d
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#!/usr/bin/env sh #!/usr/bin/env sh
mpv --no-input-terminal --loop-file=inf $2 --wid=$1 --panscan=1.0 mpv --no-input-terminal --loop-file=inf "$2" --wid="$1" --panscan=1.0

View File

@ -2,5 +2,5 @@
SCRIPT=$(readlink -f "$0") SCRIPT=$(readlink -f "$0")
SCRIPTPATH=$(dirname "$SCRIPT") SCRIPTPATH=$(dirname "$SCRIPT")
xwinwrap -fs -ov -ni -b -nf -- $SCRIPTPATH/animated-wallpaper-mpv.sh WID $1 xwinwrap -fs -ov -ni -b -nf -- "$SCRIPTPATH/animated-wallpaper-mpv.sh" WID "$1"