trying to avoid race cond.
This commit is contained in:
+5
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user