#!/bin/sh # Increase brightness by 5% # Depends on 'community/brightnessctl' brightness=$(brightnessctl s 5%+ | grep -o "[0-9]*%") notify-send -u low --replace-id=10 "󰃞 Brightness" "$brightness"