Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/walkersumida/battery-alarm

Checks and notifies the battery level of devices connected via Bluetooth on Mac.
https://github.com/walkersumida/battery-alarm

battery battery-monitor bluetooth go macos

Last synced: 17 days ago
JSON representation

Checks and notifies the battery level of devices connected via Bluetooth on Mac.

Awesome Lists containing this project

README

        

## Battery Alarm

This is a simple script that will check the battery level of devices connected via Bluetooth on Mac and notify if it is below a certain threshold.

![preview](./preview.png)

## Usage

#### Clone this repository

```sh
git clone [email protected]:walkersumida/battery-alarm.git
```

#### Adjust the threshold

Please adjust the number being passed to the `-t` (threshold) flag defined in the plist file.

#### Install

```sh
make install
```

#### Update

```sh
make update
```

#### Uninstall

```sh
make uninstall
```