Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 423 Bytes

readme.md

File metadata and controls

17 lines (11 loc) · 423 Bytes

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
}