Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/JanuszPXYZ/unPlug

A small status bar application to notify the user to unplug the MacBook from charging
https://github.com/JanuszPXYZ/unPlug

Last synced: 3 months ago
JSON representation

A small status bar application to notify the user to unplug the MacBook from charging

Awesome Lists containing this project

README

        

# unPlug
A small status bar application to notify the user to unplug the MacBook from charging.

Link to download the standalone app: [unPlug v.0.1.1](https://github.com/JanuszPXYZ/unPlug/releases/download/v.0.1.1/unPlug_v.0.1.1.zip)

Zrzut ekranu 2020-05-10 o 00 08 25

All the necessary info about the battery (its current charge, plugged in "status") is contained in the app menu, as well as the option to change the charging threshold (initially it is set at 85%).

Zrzut ekranu 2020-05-10 o 00 09 08

You can change the threshold simply by entering a value into the window. The app can also work as a battery monitor that displays the battery percentage.

Zrzut ekranu 2020-05-10 o 17 18 28

### Credits for the icons
1) App logo in the dock created by: monkik "https://www.flaticon.com/free-icon/charging_861088"
2) Status Bar icon: "https://icons8.com/icon/64388/charging-station"
3) Wrench (Maintenance) Icon in Settings: "https://icons8.com/icon/11151/maintenance"

## TODO's

- It would be cool to not only notify the user in the OSX Notification Center, but also to send a message that would remind him to unplug the computer.

## Version 0.1.1

- After the update, the app no longer resides in the bottom bar when active (initially it was visible both in the dock and the status bar). It is visible only in the status bar
- Some errors that caused the app to crash were removed.