aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts/RefreshNoWaybar.sh
diff options
context:
space:
mode:
authorDonald Williams <129223418+dwilliam62@users.noreply.github.com>2025-09-20 12:33:18 -0400
committerGitHub <noreply@github.com>2025-09-20 12:33:18 -0400
commitcb3aabe4e7d2316ec851204e48770f587de98052 (patch)
tree500f17aabfc27995a3e0906aedbedc9dd386fc0b /config/hypr/scripts/RefreshNoWaybar.sh
parent2c1032ef41ef1a49cec209fbe586655637aaa059 (diff)
parentd3aa230348871301340b10f9ba1d5d07c08ad7c1 (diff)
Merge pull request #818 from JaKooLit/fix/wallust-refresh-race
Fix/wallust refresh race condition
Diffstat (limited to 'config/hypr/scripts/RefreshNoWaybar.sh')
-rwxr-xr-xconfig/hypr/scripts/RefreshNoWaybar.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/config/hypr/scripts/RefreshNoWaybar.sh b/config/hypr/scripts/RefreshNoWaybar.sh
index f950db51..8454124e 100755
--- a/config/hypr/scripts/RefreshNoWaybar.sh
+++ b/config/hypr/scripts/RefreshNoWaybar.sh
@@ -31,8 +31,9 @@ done
# quit quickshell & relaunch quickshell
#pkill qs && qs &
-# Wallust refresh
-${SCRIPTSDIR}/WallustSwww.sh &
+# Wallust refresh (synchronous to ensure colors are ready)
+${SCRIPTSDIR}/WallustSwww.sh
+sleep 0.2
# reload swaync
swaync-client --reload-config
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage