Files
lnx-arch/dots/bin/startup.sh
committer@tuxwarrior 33f9284ade - hyprdim
no use
2026-02-27 10:32:55 -05:00

22 lines
926 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
hyprdim --strength 0.1 --dialog-dim 0.1 --duration 500
nextcloud & # nextcloud file sync
pcloud & # pcloud service
if [[ "${HOSTNAME}" == "tuxwarrior" ]] ; then
hyprmon --profile office &
synology-drive &
fi