diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-03-19 18:59:21 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-19 18:59:21 +0900 |
| commit | 609ce12913e79ccd0951b28a18d6ca5b3fa34905 (patch) | |
| tree | e0868267f9aaedeebce35230fa9d23510490a960 /config/hypr/UserScripts | |
| parent | f19961eac63f7382c7bb22ce75c6451401dbc611 (diff) | |
Update WallpaperSelect.sh
Diffstat (limited to 'config/hypr/UserScripts')
| -rwxr-xr-x | config/hypr/UserScripts/WallpaperSelect.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/UserScripts/WallpaperSelect.sh b/config/hypr/UserScripts/WallpaperSelect.sh index 99550db8..f9051f2e 100755 --- a/config/hypr/UserScripts/WallpaperSelect.sh +++ b/config/hypr/UserScripts/WallpaperSelect.sh @@ -196,7 +196,7 @@ main() { choice_basename=$(basename "$choice" | sed 's/\(.*\)\.[^.]*$/\1/') # Search for the selected file in the wallpapers directory, including subdirectories - selected_file=$(find /home/ja/Pictures/wallpapers -iname "$choice_basename.*" -print -quit) + selected_file=$(find $wallDIR -iname "$choice_basename.*" -print -quit) if [[ -z "$selected_file" ]]; then echo "File not found. Selected choice: $choice" |
