diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-12-23 23:42:30 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-12-23 23:42:30 +0900 |
| commit | cc98a6c386b384e9f33312a99578daea0de83fd7 (patch) | |
| tree | 9e8f059d56371f2cd29b9dffa5f2b59e6031e734 | |
| parent | 780825716988b8ff8eda32c2282fcff5462b25e8 (diff) | |
updated wallpaper.sh
| -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" \))) |
