From afdce8d838139beec3c2acb85a5ce22cfd56a5ac Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 15 Nov 2019 11:27:50 +0100 Subject: README finished --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9949100..5a7adb8 100644 --- a/README.md +++ b/README.md @@ -26,9 +26,28 @@ lowbat > /dev/null 2>&1 & ## Options -Two options are available. +Two options are available: + ++ `--say [MESSAGE]` ++ `--silent` + +### Definitions + +`--say "message"` will allow you to set your own warning message lowbat is active. + +#### Example: + ```shell -lowbat --say "" +lowbat --say "your custom message" > /dev/null 2>&1 +``` + +`--silent` disables audio warnings. + +#### Example: + +```shell +lowbat --silent > /dev/null 2>&1 +``` ## Uninstallation -- cgit v1.2.3