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 line
193 B

  1. #!/bin/bash
  2. BACKLIGHT=~/.backlight
  3. dialog --menu EXECUTE 20 40 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`