diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-12-24 00:23:50 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-24 00:23:50 +0900 |
| commit | 90e6b78fb35ffa564f4951d2a926f0d635913ab1 (patch) | |
| tree | 9e8f059d56371f2cd29b9dffa5f2b59e6031e734 /config/hypr/scripts | |
| parent | d6e40c3b67400d4f07532a396e5996f3e1055022 (diff) | |
| parent | eea408c67548d9ee0a0c2742da3e9012a406581e (diff) | |
Merge pull request #100 from JaKooLit/Development
Development
Diffstat (limited to 'config/hypr/scripts')
| -rwxr-xr-x | config/hypr/scripts/Wallpaper.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/Wallpaper.sh b/config/hypr/scripts/Wallpaper.sh index 38444b39..d75d2eab 100755 --- a/config/hypr/scripts/Wallpaper.sh +++ b/config/hypr/scripts/Wallpaper.sh @@ -1,6 +1,6 @@ #!/bin/bash -DIR="$HOME/Pictures/wallpapers/" +DIR="$HOME/Pictures/wallpapers" SCRIPTSDIR="$HOME/.config/hypr/scripts" PICS=($(find ${DIR} -type f \( -name "*.jpg" -o -name "*.jpeg" -o -name "*.png" -o -name "*.gif" \))) |
