#!/usr/bin/env sh # Show a notification and change screen brightness brightnessctl set ${1} notify-send "Brightness" "$(brightnessctl | grep % | tail -c +22)" -t 1000