Skip to content

Hendrikto/battery_warning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

battery_warning

Issue a warning if the battery capacity drops too low.

Build

make

Sensible defaults are chosen for the systemd service file during generation. It might be necessary to edit [email protected].

Install

sudo make install

Uninstall

sudo make uninstall

Usage

systemctl start battery_warning@<username>.service
systemctl enable battery_warning@<username>.service # optional

Security

It is advisable to run the battery warning service as a non-privileged user.