added animated wallpapers scripts
This commit is contained in:
parent
cd1f6e3f7d
commit
c061ec714f
2
.local/share/scripts/animated-wallpaper-mpv.sh
Executable file
2
.local/share/scripts/animated-wallpaper-mpv.sh
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
mpv --no-input-terminal --loop-file=inf $2 --wid=$1 --panscan=1.0
|
6
.local/share/scripts/animated-wallpaper.sh
Executable file
6
.local/share/scripts/animated-wallpaper.sh
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/env sh
|
||||||
|
|
||||||
|
SCRIPT=$(readlink -f "$0")
|
||||||
|
SCRIPTPATH=$(dirname "$SCRIPT")
|
||||||
|
xwinwrap -fs -ov -ni -b -nf -- $SCRIPTPATH/animated-wallpaper-mpv.sh WID $1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user