battery-notify

battery level notifier
git clone git://git.pyratebeard.net/battery-notify.git
Log | Files | Refs | README

commit d0d0a6a175ab68a5ba5b947c679e20ee3d6cdd80
parent a94d611a54e56f5b11c530b705c61cdac512fd8a
Author: pyratebeard <root@pyratebeard.net>
Date:   Tue,  5 Mar 2019 14:10:49 +0000

updated readme with usage

Diffstat:
MREADME.md | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -8,3 +8,13 @@ A simple battery level notifier ## REQUIRES - dunst + +## USAGE +- copy the `check-batt` script into $HOME/bin/ +- copy the systemd service and timer into $HOME/.config/systemd/user/ +- modify the timer period if you wish +- enable and start the service + ``` + systemctl --user enable batter-notify + systemctl --user start batter-notify + ```