Files
misc/bin/bgshuffle
2025-07-02 00:07:49 -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