Files
I-Dotfiles/.config/hypr/scripts/old/Wallpaper/PopulateImages.sh
T
2026-01-19 19:14:04 +01:00

9 lines
185 B
Bash
Executable File

#!/bin/zsh
dir="/home/inorishio/Pictures/Backgrounds/"
output_file="/tmp/random_images.list"
images=10
# Generate random images
find "$dir" -type f | shuf -n $images > "$output_file"