diff options
Diffstat (limited to 'notify-battery')
| -rwxr-xr-x | notify-battery | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/notify-battery b/notify-battery new file mode 100755 index 0000000..0d26ef4 --- /dev/null +++ b/notify-battery | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | #!/bin/sh | ||
| 2 | |||
| 3 | # Popup battery notification, based on the script battery-status | ||
| 4 | notify-send "Battery" "$(battery-status)" | ||
