]> git.armaanb.net Git - bin.git/blob - brightness-set
Brightness-set: Add script. Sets backlight level
[bin.git] / brightness-set
1 #!/usr/bin/env sh
2 # Show a notification and change screen brightness
3
4 brightnessctl set ${1}
5 notify-send "Brightness" "$(brightnessctl | grep % | tail -c +22)" -t 1000