modern_lisp-machine/misc/scripts/rotate_wallpapers.sh

7 lines
116 B
Bash
Executable File

EXEC_SHELL_PATH=$(command -v bash)
while true; do
feh --randomize --bg-fill ~/wallpapers/*
sleep 60
done