diff options
| author | Donald Williams <129223418+dwilliam62@users.noreply.github.com> | 2025-09-20 12:37:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-20 12:37:36 -0400 |
| commit | 0cd0ca4466f3874052f592766a914791b8ab1a95 (patch) | |
| tree | 3fcd7c0e55bc9940c9043c9a0cd2268db0863704 /config/hypr/UserScripts/WallpaperAutoChange.sh | |
| parent | 1e21d13d8f802989a8f68fef00c427f84208edb4 (diff) | |
| parent | cb3aabe4e7d2316ec851204e48770f587de98052 (diff) | |
Merge branch 'development' into feature/waybarcava-hardening
Diffstat (limited to 'config/hypr/UserScripts/WallpaperAutoChange.sh')
| -rwxr-xr-x | config/hypr/UserScripts/WallpaperAutoChange.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/hypr/UserScripts/WallpaperAutoChange.sh b/config/hypr/UserScripts/WallpaperAutoChange.sh index f54620bb..a6d2cedd 100755 --- a/config/hypr/UserScripts/WallpaperAutoChange.sh +++ b/config/hypr/UserScripts/WallpaperAutoChange.sh @@ -31,7 +31,10 @@ while true; do done \ | sort -n | cut -d':' -f2- \ | while read -r img; do - swww img -o $focused_monitor "$img" + swww img -o $focused_monitor "$img" + # Regenerate colors from the exact image path to avoid cache races + $HOME/.config/hypr/scripts/WallustSwww.sh "$img" + # Refresh UI components that depend on wallust output $wallust_refresh sleep $INTERVAL |
