xbacklight
This commit is contained in:
parent
7d25d7368a
commit
ed6f8b0fde
1 changed files with 4 additions and 3 deletions
|
@ -9,9 +9,10 @@ case $BLOCK_BUTTON in
|
|||
♻: stagnant charge
|
||||
🔌: charging
|
||||
⚡: charged
|
||||
❗: battery very low!" ;;
|
||||
4) sudo light -A 10 ;;
|
||||
5) sudo light -U 10 ;;
|
||||
❗: battery very low!
|
||||
- Scroll to change adjust xbacklight." ;;
|
||||
4) xbacklight -inc 10 ;;
|
||||
5) xbacklight -dec 10 ;;
|
||||
6) "$TERMINAL" -e "$EDITOR" "$0" ;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Reference in a new issue