rice/scripts/random-wallpaper.sh
2021-11-17 00:08:23 -08:00

4 lines
148 B
Bash
Executable File

#!/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)"