25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

18 lines
290 B

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