aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJa.KooLit <85185940+JaKooLit@users.noreply.github.com>2025-03-19 18:59:21 +0900
committerGitHub <noreply@github.com>2025-03-19 18:59:21 +0900
commit609ce12913e79ccd0951b28a18d6ca5b3fa34905 (patch)
treee0868267f9aaedeebce35230fa9d23510490a960 /config
parentf19961eac63f7382c7bb22ce75c6451401dbc611 (diff)
Update WallpaperSelect.sh
Diffstat (limited to 'config')
-rwxr-xr-xconfig/hypr/UserScripts/WallpaperSelect.sh2
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"
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage