/bat-notif

a battery status notification utility

Primary LanguageRustGNU General Public License v3.0GPL-3.0

bat-notif

bat-notif is a small (linux-only) utility to send a notification on changes to battery state, and a warning on low battery.

it was made to fix some grievances i had with battery-notify and is directly inspired by it.

config

the config is located at ~/.config/bat-notif.json and the default config is:

{
    "interval": 10,
    "low_pct": 15
}