diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-15 11:27:50 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-15 11:27:50 +0100 |
commit | afdce8d838139beec3c2acb85a5ce22cfd56a5ac (patch) | |
tree | fd62aa39319ebb25e472ab05e7ade701eae9f943 | |
parent | README update (diff) | |
download | lowbat-gnu-afdce8d838139beec3c2acb85a5ce22cfd56a5ac.tar.gz lowbat-gnu-afdce8d838139beec3c2acb85a5ce22cfd56a5ac.tar.bz2 lowbat-gnu-afdce8d838139beec3c2acb85a5ce22cfd56a5ac.tar.xz lowbat-gnu-afdce8d838139beec3c2acb85a5ce22cfd56a5ac.tar.zst lowbat-gnu-afdce8d838139beec3c2acb85a5ce22cfd56a5ac.zip |
README finished
-rw-r--r-- | README.md | 23 |
1 files changed, 21 insertions, 2 deletions
@@ -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 |