From 60052659b98832c78c902e4f27ecee2663d8e913 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 6 May 2026 08:30:49 +0200 Subject: Added scripts --- scripts/old/notify-battery | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 scripts/old/notify-battery (limited to 'scripts/old/notify-battery') diff --git a/scripts/old/notify-battery b/scripts/old/notify-battery new file mode 100755 index 0000000..0294b70 --- /dev/null +++ b/scripts/old/notify-battery @@ -0,0 +1,10 @@ +#!/bin/sh + +# Popup battery notification, based on the script battery-status + +# Requires: notify-send or similar + +#notify=notify-send +notify=herbe + +$notify "Battery" "$(battery-status)" -- cgit v1.3