aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Williams <129223418+dwilliam62@users.noreply.github.com>2025-12-29 06:21:21 -0500
committerGitHub <noreply@github.com>2025-12-29 06:21:21 -0500
commite1f227fc5b045e9339f978bd123e36ac5d8b3ab7 (patch)
treee324279d958f2510006edf1fbb1a1c21d1b13ff4
parentf7725c6feeebdd1046e7bc3109f24bf40087da49 (diff)
parent05a8b017c97116e6adebaf58070de401889ad055 (diff)
Merge pull request #894 from Lumethra/patch-1
Fix: Update wallpaper path in WallustSwww.sh
-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 657f41ab..f3da3e35 100755
--- a/config/hypr/scripts/WallustSwww.sh
+++ b/config/hypr/scripts/WallustSwww.sh
@@ -40,7 +40,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=$(swww query | grep $current_monitor | awk '{print $9}')
+ # wallpaper_path=$(swww query | grep $current_monitor | awk '{print $9}')
+ wallpaper_path=$(swww query | sed 's/.*image: //')
fi
fi
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage