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