Files
lnx-arch/dots/bin/startup.sh
T
committer@tuxwarrior 4607a16108 rem of rac cond test
Remove that line entirely — it was a bad suggestion since hyprctl hyprpaper listloaded isn't a valid command. Go back to the simple version
2026-05-26 07:41:40 -05:00

22 lines
998 B
Bash
Executable File

#!/usr/bin/env bash
# klevstul :: start miscellanous application :: 25.12.28
notify-send "<< startup.sh >>"
source /home/poq/syncDir/secrets/toBeSourced/secretsAsEnvVariables.sh # set secrets as env variables
hypropolkitagent & # authentification
hypridle & # idle management deamon
hyprpaper & # wallpaper
sleep 1 && nwg-panel & # status bar
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 &
sleep 2 && synology-drive &
fi