fix: wallpaper path
This commit is contained in:
parent
510d8b43aa
commit
472e4b5d0c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
FPS=75
|
||||
DIR=$HOME/wallpapers/
|
||||
DIR=$HOME/Wallpapers/
|
||||
PICS=($(ls ${DIR}))
|
||||
|
||||
RANDOMPICS=${PICS[$RANDOM % ${#PICS[@]}]}
|
||||
|
|
Loading…
Add table
Reference in a new issue