aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 21 insertions, 2 deletions
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