From 4607a1610893f8f2d10541f995d72a967261931e Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Tue, 26 May 2026 07:41:40 -0500 Subject: [PATCH] rem of rac cond test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove that line entirely — it was a bad suggestion since hyprctl hyprpaper listloaded isn't a valid command. Go back to the simple version --- dots/bin/startup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dots/bin/startup.sh b/dots/bin/startup.sh index 2f33745..bb4ea4e 100755 --- a/dots/bin/startup.sh +++ b/dots/bin/startup.sh @@ -9,8 +9,7 @@ source /home/poq/syncDir/secrets/toBeSourced/secretsAsEnvVariables.sh # se hypropolkitagent & # authentification hypridle & # idle management deamon hyprpaper & # wallpaper -until hyprctl hyprpaper listloaded > /dev/null 2>&1; do sleep 0.1; done # prevent race condition -sleep 0.5 && nwg-panel & # status bar +sleep 1 && nwg-panel & # status bar sleep 2 && nm-applet & # network manager applet sleep 2 && nextcloud & # nextcloud file sync