From 6f45972265b532365421658f1370742bb82b757b Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 9 Feb 2022 19:50:38 +0100 Subject: Changed default notification system to herbe --- notify-battery | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'notify-battery') diff --git a/notify-battery b/notify-battery index 0d26ef4..0294b70 100755 --- a/notify-battery +++ b/notify-battery @@ -1,4 +1,10 @@ #!/bin/sh # Popup battery notification, based on the script battery-status -notify-send "Battery" "$(battery-status)" + +# Requires: notify-send or similar + +#notify=notify-send +notify=herbe + +$notify "Battery" "$(battery-status)" -- cgit v1.3