aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Guzman <55927935+brockar@users.noreply.github.com>2025-10-15 08:28:20 -0300
committerGitHub <noreply@github.com>2025-10-15 08:28:20 -0300
commit32472460cda032a9f767308ab1ef5f9987c14164 (patch)
tree3af9d445f6bb30ab524f43b0ccc367419e24eeac
parent8da1e10a8beea0c6b7dbcea118674cb4ec9fa639 (diff)
parent03c731d66b1a60af08dee231ac17911d42e3c0fa (diff)
Merge pull request #844 from JaKooLit/hotfix-branch
hotfix: Update WallustSwww.sh (Update wallpaper_path)
-rwxr-xr-xconfig/hypr/scripts/WallustSwww.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/hypr/scripts/WallustSwww.sh b/config/hypr/scripts/WallustSwww.sh
index 5a0bc491..5e0148ee 100755
--- a/config/hypr/scripts/WallustSwww.sh
+++ b/config/hypr/scripts/WallustSwww.sh
@@ -39,7 +39,8 @@ else
if [[ -f "$cache_file" ]]; then
# The first non-filter line is the original wallpaper path
- wallpaper_path="$(grep -v 'Lanczos3' "$cache_file" | head -n 1)"
+ # wallpaper_path="$(grep -v 'Lanczos3' "$cache_file" | head -n 1)"
+ wallpaper_path=$(swww query | grep $current_monitor | awk '{print $9}')
fi
fi
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage