Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/JanuszPXYZ/unPlug
- Owner: JanuszPXYZ
- Created: 2020-05-09T22:43:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T00:42:09.000Z (11 months ago)
- Last Synced: 2024-06-19T03:56:50.239Z (5 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Mac-Menubar-Megalist - unPlug
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)
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%).
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.
### 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.