rice/scripts/random-wallpaper.sh

4 lines
148 B
Bash
Raw Permalink Normal View History

2021-11-17 00:08:23 -08:00
#!/usr/bin/env bash
# find "$HOME/Pictures/wallpapers" -type f | shuf -n 1
feh --bg-scale "$(find "$HOME/Pictures/wallpapers" -type f | shuf -n 1)"