aboutsummaryrefslogtreecommitdiff
path: root/pw-battery
diff options
context:
space:
mode:
authorPhilip Wittamore <philip@wittamore.com>2025-06-03 21:59:19 +0200
committerPhilip Wittamore <philip@wittamore.com>2025-06-03 21:59:19 +0200
commit3430f835adb2a015c6b5eb66eb8fdf118d760c42 (patch)
tree38851fa54a5f467011d383352a13c546fa3bf35d /pw-battery
parent093217047e2d514d4a8bbd0ce47457f736766112 (diff)
downloadscripts-3430f835adb2a015c6b5eb66eb8fdf118d760c42.tar.gz
scripts-3430f835adb2a015c6b5eb66eb8fdf118d760c42.tar.bz2
scripts-3430f835adb2a015c6b5eb66eb8fdf118d760c42.zip
update
Diffstat (limited to 'pw-battery')
-rwxr-xr-xpw-battery7
1 files changed, 4 insertions, 3 deletions
diff --git a/pw-battery b/pw-battery
index e486769..b6f78fe 100755
--- a/pw-battery
+++ b/pw-battery
@@ -4,14 +4,15 @@
notify() {
dunstify \
-i battery-good-symbolic \
- -t 4000 \
+ -t 10000 \
-h string:x-canonical-private-synchronous:battery \
"Battery" "$1"
}
case "$BLOCK_BUTTON" in
- 1) notify "$(acpi -b | awk -F ': |, ' '{printf "%s\n%s\n", $2, $4}')" ;;
- 3) ghostty -e "$EDITOR" "$0" ;;
+ # ugly must do better
+ 1) notify "$(inxi -B --extra -c 0 -y 1 | sed -e 's/^[ \t]*//')" ;;
+ 3) notify "$(acpi -b | awk -F ': |, ' '{printf "%s\n%s\n", $2, $4}')" ;;
esac
# Loop through all attached batteries.