hyprconfig
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/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"
|
||||
Reference in New Issue
Block a user