diff options
Diffstat (limited to 'notify-battery')
| -rwxr-xr-x | notify-battery | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/notify-battery b/notify-battery index 0d26ef4..0294b70 100755 --- a/notify-battery +++ b/notify-battery | |||
| @@ -1,4 +1,10 @@ | |||
| 1 | #!/bin/sh | 1 | #!/bin/sh |
| 2 | 2 | ||
| 3 | # Popup battery notification, based on the script battery-status | 3 | # Popup battery notification, based on the script battery-status |
| 4 | notify-send "Battery" "$(battery-status)" | 4 | |
| 5 | # Requires: notify-send or similar | ||
| 6 | |||
| 7 | #notify=notify-send | ||
| 8 | notify=herbe | ||
| 9 | |||
| 10 | $notify "Battery" "$(battery-status)" | ||
