Files
.bin/lbg
2023-05-30 13:48:55 +02:00

9 lines
196 B
Bash
Executable File

#!/bin/bash
while true
do
xwinwrap -fs -fdt -ni -b -nf -un -o 1.0 -debug -- mpv -wid WID --loop --no-audio $(find /home/warezjoe/Videa/animation -type f | shuf -n 1) &
sleep 300
killall mpv
done