From 03c731d66b1a60af08dee231ac17911d42e3c0fa Mon Sep 17 00:00:00 2001 From: mio-dokuhaki Date: Wed, 15 Oct 2025 14:19:23 +0900 Subject: hotfix: Update WallustSwww.sh (Changed wallpaper_path) --- config/hypr/scripts/WallustSwww.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config') 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 -- cgit v1.2.3