#!/bin/bash brightnessctl -q set +5% msg="Helligkeit: $(echo $(($(brightnessctl get)/12)))%" notify-send --expire-time=500 "$msg"