Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 538 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 538 Bytes

Low Battery Alert

Rust
Send notification when battery falls below critical level.

Installation Instructions

  1. Make sure you have a notification daemon running.
  2. $ cargo build -release or download the binary from release.
  3. Modify the .service file to the binary path.
  4. Copy the .service file to ~/.config/systemd/user
  5. $ systemctl enable bat-notify && systemctl start bat-notify

Screenshots