animated wallpaper script fix
This commit is contained in:
parent
9ad0179554
commit
160500ab1d
@ -1,2 +1,2 @@
|
||||
#!/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
|
||||
|
@ -2,5 +2,5 @@
|
||||
|
||||
SCRIPT=$(readlink -f "$0")
|
||||
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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user