Litet hack för att byta bakgrunden

This commit is contained in:
2021-03-29 22:08:08 +01:00
parent 24aea1fbf6
commit 7b8730f178

8
loop.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
while [ "a" != "b" ]
do
python cover.py
sleep 30
mpc --host 192.168.0.114 -q idle player
done