rice/scripts/new-wallpaper.sh

7 lines
125 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2021-07-28 23:54:53 -07:00
set -Eeuo pipefail
2021-07-28 23:54:53 -07:00
DIR=/home/sudacode/Pictures/wallpapers/
feh --bg-scale "$(find "$DIR" | shuf -n 1)"