Files
lnx-arch/dots/bin/startup.sh
committer@tuxwarrior 30c697a8a6 u
2026-02-28 20:55:44 -05:00

21 lines
871 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
waybar & # status bar
hyprpaper & # wallpaper
hypropolkitagent & # authentification
hypridle & # idle management deamon
nextcloud & # nextcloud file sync
pcloud & # pcloud service
if [[ "${HOSTNAME}" == "tuxwarrior" ]] ; then
hyprmon --profile office &
synology-drive &
fi