From e0c472932f3173f0cd02750c80f26463f8191ddd Mon Sep 17 00:00:00 2001 From: Kelly Roberts <105584129+bubstance@users.noreply.github.com> Date: Thu, 29 Sep 2022 04:12:06 +0000 Subject: [PATCH] Changed wording to just "click" --- .local/bin/statusbar/sb-battery | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/statusbar/sb-battery b/.local/bin/statusbar/sb-battery index 44355f43..ffb9a894 100755 --- a/.local/bin/statusbar/sb-battery +++ b/.local/bin/statusbar/sb-battery @@ -13,7 +13,7 @@ case $BLOCK_BUTTON in ❗: battery very low! 🌙: Night Light enabled - Scroll to change adjust xbacklight. -- Left click to activate Night Light." ;; +- Click to activate Night Light." ;; 4) xbacklight -inc 10 ;; 5) xbacklight -dec 10 ;; 6) "$TERMINAL" -e "$EDITOR" "$0" ;;