Files
misc/scripts/bgshuffle
2025-10-15 17:41:27 -07:00

5 lines
95 B
Bash
Executable File

#!/bin/sh
while true; do
feh --no-fehbg --bg-fill ~/.images/$(ls ~/.images | shuf -n 1)
done