summaryrefslogtreecommitdiff
path: root/scripts/old/notify-battery
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2026-05-08 23:55:30 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2026-05-08 23:55:30 +0200
commitc4d0e3de7ad04114797abb14368e4a6f8da04a60 (patch)
tree5ef72a5dfb5f6b1b15c1c3ac3e2e876bb9398ed2 /scripts/old/notify-battery
parent453436ee53cd9935473cf1944dd072281d69a99f (diff)
downloadconfig-c4d0e3de7ad04114797abb14368e4a6f8da04a60.tar.gz
config-c4d0e3de7ad04114797abb14368e4a6f8da04a60.zip
Updates from alpine
Diffstat (limited to '')
-rwxr-xr-xscripts/old/notify-battery10
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/old/notify-battery b/scripts/old/notify-battery
deleted file mode 100755
index 0294b70..0000000
--- a/scripts/old/notify-battery
+++ /dev/null
@@ -1,10 +0,0 @@
1#!/bin/sh
2
3# Popup battery notification, based on the script battery-status
4
5# Requires: notify-send or similar
6
7#notify=notify-send
8notify=herbe
9
10$notify "Battery" "$(battery-status)"

Generated with cgit - Back to sebastiano.tronto.net