rice/scripts/new-wallpaper.sh
2021-11-07 11:13:07 -08:00

7 lines
125 B
Bash
Executable File

#!/usr/bin/env bash
set -Eeuo pipefail
DIR=/home/sudacode/Pictures/wallpapers/
feh --bg-scale "$(find "$DIR" | shuf -n 1)"