add autopape.sh
This commit is contained in:
11
autopape.sh
Executable file
11
autopape.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
# simple script to loop through each image in a directory and set said image as wallpaper for 1 minute
|
||||
|
||||
while [ true ]
|
||||
do
|
||||
for img in *
|
||||
do
|
||||
feh --bg-fill "$img"
|
||||
sleep 1m
|
||||
done
|
||||
done
|
Reference in New Issue
Block a user