From 8b882b679b44dd2e73888b7056cf253cb5289557 Mon Sep 17 00:00:00 2001 From: Kelly Roberts <105584129+bubstance@users.noreply.github.com> Date: Thu, 29 Sep 2022 04:04:52 +0000 Subject: [PATCH] Added Night Light description to notification --- .local/bin/statusbar/sb-battery | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.local/bin/statusbar/sb-battery b/.local/bin/statusbar/sb-battery index 8f06af7a..44355f43 100755 --- a/.local/bin/statusbar/sb-battery +++ b/.local/bin/statusbar/sb-battery @@ -11,7 +11,9 @@ case $BLOCK_BUTTON in 🔌: charging ⚡: charged ❗: 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 ;; 5) xbacklight -dec 10 ;; 6) "$TERMINAL" -e "$EDITOR" "$0" ;;