#!/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 A value from 0 (no dim) to 1 (maximum dim) [default: 0.4] # -d, --duration How many milliseconds to wait before removing dim [default: 800] # -f, --fade Fade animation speed from 0 (instantaneous) to 255 (very slow) [default: 7] # -b, --bezier Bezier curve used for the animation [default: default] # -D, --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