#!/bin/env sh TARGET_BRIGHTNESS=25% if [[ $TARGET_MODE == 'light' ]]; then TARGET_BRIGHTNESS=75% fi brightnessctl set $TARGET_BRIGHTNESS