scripts

various scripts and utils
git clone git://kh1b.org/scripts
Log | Files | Refs

bright (151B)


      1 #!/bin/sh
      2 # depends on : wjt
      3 
      4 IN="$(xbacklight)"
      5 
      6 wjt -j 20 -s 5 -p "brightness:" -x  "$IN" "$@" | while read LEVEL; do
      7 	xbacklight -set "$LEVEL"
      8 done