diff options
| author | Donald Williams <129223418+dwilliam62@users.noreply.github.com> | 2025-10-03 23:28:49 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-03 23:28:49 -0400 |
| commit | cd6730a58e7c5fb9fe2cb278152a5423bddea498 (patch) | |
| tree | 7e0fa9fc2b65a93544315e059eedc64a8ee7de26 /config/hypr/UserScripts/WallpaperSelect.sh | |
| parent | 3909e6850e669aee87404542bc6eb86f8a633ceb (diff) | |
| parent | cc437da9dd067a9a001c0a68cd6f1be57b333a78 (diff) | |
Merge pull request #822 from dwilliam62/development
Weather.py: switch to Open-Meteo; add caching, reverse geocoding
Diffstat (limited to 'config/hypr/UserScripts/WallpaperSelect.sh')
| -rwxr-xr-x | config/hypr/UserScripts/WallpaperSelect.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/UserScripts/WallpaperSelect.sh b/config/hypr/UserScripts/WallpaperSelect.sh index a6e6c4d4..a08b53ce 100755 --- a/config/hypr/UserScripts/WallpaperSelect.sh +++ b/config/hypr/UserScripts/WallpaperSelect.sh @@ -168,8 +168,8 @@ apply_image_wallpaper() { swww img -o "$focused_monitor" "$image_path" $SWWW_PARAMS - # Run additional scripts - "$SCRIPTSDIR/WallustSwww.sh" + # Run additional scripts (pass the image path to avoid cache race conditions) + "$SCRIPTSDIR/WallustSwww.sh" "$image_path" sleep 2 "$SCRIPTSDIR/Refresh.sh" sleep 1 |
