You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

16 lines
253 B

  1. #!/bin/bash
  2. BACKLIGHT=~/.backlight
  3. dialog --scrollbar --default-item `pptk-backlight get` --menu Backlight 0 0 10 \
  4. 10 FULL \
  5. 9 :::: \
  6. 8 :::. \
  7. 7 ::: \
  8. 6 ::. \
  9. 5 :: \
  10. 4 :. \
  11. 3 MIN \
  12. 2>$BACKLIGHT && pptk-backlight set `cat $BACKLIGHT`