Files
lnx-arch/dots/bin/startup.sh
committer@tuxwarrior df0c6345c0 + rclone, gitRepos.sh
ulozto, uloz.to
2026-04-04 17:21:57 -05:00

23 lines
1.1 KiB
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
gitRepos.sh mount & # mount gitRepos mount directory
nm-applet & # network manager applet
nextcloud & # nextcloud file sync
pcloud & # pcloud service
if [[ "${HOSTNAME}" == "tuxwarrior" ]] ; then
hyprmon --profile office &
synology-drive &
fi