Files
lnx-arch/dots/bin/startup.sh
committer@tuxwarrior 23161119af no mounting of gitlap repo needed
as git repos are now fully on syncDir
2026-04-05 20:07:16 -05:00

22 lines
972 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
nwg-panel & # status bar
nm-applet & # network manager applet
nextcloud & # nextcloud file sync
pcloud & # pcloud service
if [[ "${HOSTNAME}" == "tuxwarrior" ]] ; then
hyprmon --profile office &
synology-drive &
fi