Added Night Light description to notification

This commit is contained in:
Kelly Roberts 2022-09-29 04:04:52 +00:00 committed by GitHub
parent 46ae4084c5
commit 8b882b679b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,9 @@ case $BLOCK_BUTTON in
🔌: charging 🔌: charging
⚡: charged ⚡: charged
❗: battery very low! ❗: battery very low!
- Scroll to change adjust xbacklight." ;; 🌙: Night Light enabled
- Scroll to change adjust xbacklight.
- Left click to activate Night Light." ;;
4) xbacklight -inc 10 ;; 4) xbacklight -inc 10 ;;
5) xbacklight -dec 10 ;; 5) xbacklight -dec 10 ;;
6) "$TERMINAL" -e "$EDITOR" "$0" ;; 6) "$TERMINAL" -e "$EDITOR" "$0" ;;