m4rch3n1ng / bat-notif

a battery status notification utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
}

About

a battery status notification utility

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%