diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-13 10:38:49 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-13 10:38:49 +0900 |
| commit | a34e572d324dd90601c85aa064f3fa96c3e45007 (patch) | |
| tree | 5c55d307f2a21ebf1dc24647d014f293330650e8 /config/hypr/UserScripts/WallpaperSelect.sh | |
| parent | 8c430cb1c39b08bc63f6ce831a92d76c3a8ec211 (diff) | |
I think this is the ultimate solution to the wallust colors not applying after wallpaper change./. ha ha
Diffstat (limited to 'config/hypr/UserScripts/WallpaperSelect.sh')
| -rwxr-xr-x | config/hypr/UserScripts/WallpaperSelect.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config/hypr/UserScripts/WallpaperSelect.sh b/config/hypr/UserScripts/WallpaperSelect.sh index 8daa4f28..6aa60804 100755 --- a/config/hypr/UserScripts/WallpaperSelect.sh +++ b/config/hypr/UserScripts/WallpaperSelect.sh @@ -101,9 +101,10 @@ fi main -sleep 1.5 -"$SCRIPTSDIR/WallustSwww.sh" +wait $! +"$SCRIPTSDIR/WallustSwww.sh" && -sleep 0.5 +wait $! +sleep 2 "$SCRIPTSDIR/Refresh.sh" |
