Files
Fedora_Brightness_Automatio…/bin/brightness-up-all
2026-04-25 13:44:47 +02:00

11 lines
240 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
CONFIG="${BRIGHTNESS_AUTOMATION_CONFIG:-$HOME/.config/brightness-automation/env}"
if [[ -f "$CONFIG" ]]; then
# shellcheck disable=SC1090
source "$CONFIG"
fi
"$HOME/.local/bin/brightness-step" up