aboutsummaryrefslogtreecommitdiff
path: root/brightness
blob: 46fd0a8631ec1ce0a8097bda5e2575bd7b9d5107 (plain)
1
2
3
4
5
6
7
#!/bin/sh

# Increase / decrease brightness, and pops up a notification
# Requires: xbacklight, notify-send
# Usage: brightness {inc|dec} n

xbacklight -$1 $2 && notify-send "Brightness: $(xbacklight | sed 's/\..*$//')%"

Generated with cgit - Back to sebastiano.tronto.net