Files
lnx-arch/dots/bin/startup.sh
committer@tuxwarrior 3268588dc7 + hyprdim
2026-02-27 10:30:13 -05:00

30 lines
2.4 KiB
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 -& # dims windows on switch | https://github.com/donovanglover/hyprdim
# Options:
# -s, --strength <STRENGTH> A value from 0 (no dim) to 1 (maximum dim) [default: 0.4]
# -d, --duration <DURATION> How many milliseconds to wait before removing dim [default: 800]
# -f, --fade <FADE> Fade animation speed from 0 (instantaneous) to 255 (very slow) [default: 7]
# -b, --bezier <BEZIER> Bezier curve used for the animation [default: default]
# -D, --dialog-dim <DIALOG_DIM> Strength of dim for windows that are the same class and floating [default: 0.7]
# -v, --verbose Show information about what hyprdim is doing
# -h, --help Print help (see more with '--help')
# -V, --version Print version
nextcloud & # nextcloud file sync
pcloud & # pcloud service
if [[ "${HOSTNAME}" == "tuxwarrior" ]] ; then
hyprmon --profile office &
synology-drive &
fi