Sync with latest
This commit is contained in:
parent
d384f0c9fa
commit
6d26cd94fc
27 changed files with 4033 additions and 39 deletions
|
@ -5,7 +5,7 @@ if [ $(pgrep -c hyprpaper) -ne 0 ]; then
|
|||
killall hyprpaper
|
||||
fi
|
||||
|
||||
TARGET="$HOME/Downloads/Wallpaper"
|
||||
TARGET="$HOME/Pictures/Wallpaper"
|
||||
WALLPAPER=$(find "$TARGET" -type f -regex '.*\.\(jpg\|jpeg\|png\|webp\)' | shuf -n 1)
|
||||
|
||||
CONFIG_PATH="$HOME/.config/hypr/hyprpaper.conf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue