Skip to content

Program that notifies the user when it's time to plug in or unplug the laptop to maximize the battery life

License

Notifications You must be signed in to change notification settings

yehwankim23/battery-status

Repository files navigation

Battery Status

Program that notifies the user when it's time to plug in or unplug the laptop to maximize the battery life

Installation

Windows

  1. Download and unzip Battery Status
  2. Run Battery Status Installer.exe
  3. (Optional) Move the Battery Status shortcut on the desktop to the Startup Folder folder to run Battery Status on computer startup

macOS

  1. Build Battery Status
git clone https://github.com/yehwankim23/battery-status
cd battery-status
npm i
npm run make
  1. Unzip out/make/zip/darwin/arm64/Battery Status-darwin-arm64-#.#.#.zip
  2. Move Battery Status.app to the Applications folder
  3. (Optional) Add Battery Status.app in System Settings > General > Login Items > + to run Battery Status on computer startup
  4. Run Battery Status.app
  5. Allow notifications when the battery level reaches 20% or 80% (or later in System Settings > Notifications)