summaryrefslogtreecommitdiffstats
path: root/backlight
blob: 53c93691bc9bcd1a09c19e8d3d241965ef167dd7 (plain) (blame)
1
2
3
#!/usr/bin/sh
BRIGHTNESS=$(xbacklight -get | awk '{print int($1)}')
echo "☀ ${BRIGHTNESS}%"