Skip to content

dmarcuse/batnotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

batnotify

Notify you about low battery levels

Installation

batnotify supports Linux, and theoretically, Mac OS. On Linux, ensure the requirements for the dbus dependency are met before compiling the project.

To install the latest version published on crates.io:

cargo install batnotify

To install from the latest commit on the master branch:

cargo install --git https://github.com/dmarcuse/batnotify.git

To update batnotify after installing, re-run the same command you used to install with the --force flag.

Usage

Check battery levels every 60 seconds, and notify at 25% and 10%:

batnotify --critical 10 --low 25 --interval 60

About

Notify you about low battery levels

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages