Files
lnx-arch/dots/bin/startup.sh
committer@tuxwarrior 8f9f25bf72 wip
2026-02-24 18:35:15 -05:00

15 lines
291 B
Bash
Executable File

#!/usr/bin/env bash
# klevstul :: start miscellanous application :: 25.12.28
notify-send "<< startup.sh >>"
nextcloud & # nextcloud file sync
pcloud & # pcloud service
if [[ "${HOSTNAME}" == "tuxwarrior" ]] ; then
hyprmon --profile office &
psensor &
synology-drive &
fi