Files
lnx-arch/dots/bin/startup.sh
committer@tuxwarrior e35a4c266b wip
2026-02-24 11:29:25 -05:00

19 lines
477 B
Bash
Executable File

#!/usr/bin/env bash
# : klevstul : start miscellanous application : 25.12.28
# note: i was unable to automatically start these programs from startup_auto.sh, so hence i have created
# this file, for manually running it, and starting misc programs.
# -----
notify-send "<< startup.sh >>"
nextcloud & # nextcloud file sync
pcloud & # pcloud service
if [[ "${HOSTNAME}" == "tuxwarrior" ]] ; then
hyprmon --profile office &
psensor &
synology-drive &
fi