From 33e329c8cb44679c37054d1823ef487c2569fcdc Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Thu, 7 May 2020 17:31:42 -0400 Subject: statusbar scripts now open when shift-clicked weather module "fixed" other minor statusbar script tweaks --- .local/bin/statusbar/battery | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.local/bin/statusbar/battery') diff --git a/.local/bin/statusbar/battery b/.local/bin/statusbar/battery index d348279..a6fb62d 100755 --- a/.local/bin/statusbar/battery +++ b/.local/bin/statusbar/battery @@ -4,12 +4,13 @@ # to charge status (🔌 for plugged up, 🔋 for discharging on battery, etc.). case $BLOCK_BUTTON in - 3) notify-send "🔋 Battery module" "🔋: discharging + 3) notify-send "🔋 Battery module" "🔋: discharging 🛑: not charging ♻: stagnant charge 🔌: charging ⚡: charged ❗: battery very low!" ;; + 6) "$TERMINAL" -e "$EDITOR" "$0" ;; esac # acpi alternative -- cgit v1.3.1