trying to avoid race cond.

This commit is contained in:
committer@tuxwarrior
2026-05-26 07:29:50 -05:00
parent 11efb660af
commit 7029adb193
+5 -5
View File
@@ -9,13 +9,13 @@ source /home/poq/syncDir/secrets/toBeSourced/secretsAsEnvVariables.sh # se
hypropolkitagent & # authentification
hypridle & # idle management deamon
hyprpaper & # wallpaper
sleep 10 && nwg-panel & # status bar | sleep to avoid racing condition
until hyprctl monitors > /dev/null 2>&1; do sleep 0.1; done && nwg-panel & # status bar
nm-applet & # network manager applet
nextcloud & # nextcloud file sync
pcloud & # pcloud service
sleep 2 && nm-applet & # network manager applet
sleep 2 && nextcloud & # nextcloud file sync
sleep 2 && pcloud & # pcloud service
if [[ "${HOSTNAME}" == "tuxwarrior" ]] ; then
hyprmon --profile office &
synology-drive &
sleep 2 && synology-drive &
fi