Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.04 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.04 KB

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)