1
0
Fork 0

Add files via upload

This commit is contained in:
MGislv 2021-06-05 20:05:42 +02:00 committed by GitHub
parent 042c66a984
commit d88a7fc6aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
wall.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
while true
do
feh --bg-scale --randomize /home/<user>/Images/nord/*
sleep 6m
done