modern_lisp-machine/misc/scripts/rotate_wallpapers.sh

7 lines
116 B
Bash
Raw Normal View History

2024-03-20 19:25:22 +00:00
EXEC_SHELL_PATH=$(command -v bash)
while true; do
feh --randomize --bg-fill ~/wallpapers/*
sleep 60
done