put files in folder
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIR="$HOME/Wallpapers"
|
||||
|
||||
IMG=$(find "$DIR" -type f \( -iname "*.jpg" -o -iname "*.png" -o -iname "*.jpeg" -o -iname "*.webp" \) | shuf -n 1)
|
||||
|
||||
cp "$IMG" ~/.cache/hyprlock_wall.png
|
||||
|
||||
hyprlock
|
||||
Reference in New Issue
Block a user