diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-14 01:32:56 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-14 01:32:56 +0100 |
commit | c5a6d9b6c4609918968b459a2e591059218ca2ea (patch) | |
tree | 53b2924a4b7f7f741f420d86f72c0fbd3f07aef7 /README.md | |
parent | Update (diff) | |
download | lowbat-gnu-c5a6d9b6c4609918968b459a2e591059218ca2ea.tar.gz lowbat-gnu-c5a6d9b6c4609918968b459a2e591059218ca2ea.tar.bz2 lowbat-gnu-c5a6d9b6c4609918968b459a2e591059218ca2ea.tar.xz lowbat-gnu-c5a6d9b6c4609918968b459a2e591059218ca2ea.tar.zst lowbat-gnu-c5a6d9b6c4609918968b459a2e591059218ca2ea.zip |
README update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |