From c5a6d9b6c4609918968b459a2e591059218ca2ea Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Thu, 14 Nov 2019 01:32:56 +0100 Subject: README update --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24ff26a..00c3650 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # lowbat -Very small script that runs in the background and warns you when your battery is low. +Very small script that runs in the background and warns you when your battery is low until you plug your laptop in. ## Dependencies @@ -19,7 +19,11 @@ cd lowbat sudo make clean install ``` -Next you must find a way to get the script running when loging in. +Next you must find a way to get the script running when loging in. Add this to your startup programs manager of choice: + +```shell +lowbat > /dev/null 2>&1 & +``` ## Uninstallation -- cgit v1.2.3