Upload files to "misc/scripts"
parent
7cd9c30673
commit
d88a217aba
|
@ -0,0 +1,6 @@
|
|||
EXEC_SHELL_PATH=$(command -v bash)
|
||||
|
||||
while true; do
|
||||
feh --randomize --bg-fill ~/wallpapers/*
|
||||
sleep 60
|
||||
done
|
Loading…
Reference in New Issue