aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org9
1 files changed, 2 insertions, 7 deletions
diff --git a/README.org b/README.org
index d1dbdbd..75b0c53 100644
--- a/README.org
+++ b/README.org
@@ -30,19 +30,14 @@ dunst > /dev/null 2>&1 &
#+END_SRC
** Options
-Two options are available:
-- ~--say [MESSAGE]~ allows you to set your own warning message lowbat is active.
-- ~--silent~ disables audio warnings.
+Only one option is available:
+- ~--say [MESSAGE]~ allows you to set an audio warning message when lowbat is active. By default ~lowbat~ doesn't send audio notifications and will only use ~notify-send~.
**** Examples of use:
#+BEGIN_SRC shell
lowbat --say "your custom message" > /dev/null 2>&1 &
#+END_SRC
-#+BEGIN_SRC shell
-lowbat --silent > /dev/null 2>&1 &
-#+END_SRC
-
** Uninstallation
#+BEGIN_SRC shell
sudo make uninstall