Skip to content

Send notification when battery falls below critical level.

Notifications You must be signed in to change notification settings

athulp01/battery-alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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