fix: wallpaper path

This commit is contained in:
hesam-init 2024-02-14 20:47:26 +03:30
parent 510d8b43aa
commit 472e4b5d0c

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
FPS=75
DIR=$HOME/wallpapers/
DIR=$HOME/Wallpapers/
PICS=($(ls ${DIR}))
RANDOMPICS=${PICS[$RANDOM % ${#PICS[@]}]}