diff options
Diffstat (limited to 'old/notify-battery')
| -rwxr-xr-x | old/notify-battery | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/old/notify-battery b/old/notify-battery new file mode 100755 index 0000000..0294b70 --- /dev/null +++ b/old/notify-battery | |||
| @@ -0,0 +1,10 @@ | |||
| 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 | ||
| 8 | notify=herbe | ||
| 9 | |||
| 10 | $notify "Battery" "$(battery-status)" | ||
