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