First commit

This commit is contained in:
git
2023-05-30 13:48:55 +02:00
commit c42c8c09a5
11 changed files with 166 additions and 0 deletions

8
lbg Executable file
View File

@@ -0,0 +1,8 @@
#!/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