25 lines
883 B
Bash
Executable File
25 lines
883 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 &
|
|
#hyprdim --strength 0.1 --dialog-dim 0.1 --duration 500 --no-dim-when-only &
|
|
|
|
|
|
nextcloud & # nextcloud file sync
|
|
pcloud & # pcloud service
|
|
|
|
if [[ "${HOSTNAME}" == "tuxwarrior" ]] ; then
|
|
hyprmon --profile office &
|
|
psensor &
|
|
synology-drive &
|
|
fi
|