diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-12-29 19:21:08 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-12-29 19:21:08 +0100 |
commit | 2af0e53d6a0f61bea29ca6e1a9f2c9c11e8d6301 (patch) | |
tree | 49444538f449f426a6ea7b3721751fa541e4f893 /README.org | |
parent | Makefile update (diff) | |
download | lowbat-gnu-2af0e53d6a0f61bea29ca6e1a9f2c9c11e8d6301.tar.gz lowbat-gnu-2af0e53d6a0f61bea29ca6e1a9f2c9c11e8d6301.tar.bz2 lowbat-gnu-2af0e53d6a0f61bea29ca6e1a9f2c9c11e8d6301.tar.xz lowbat-gnu-2af0e53d6a0f61bea29ca6e1a9f2c9c11e8d6301.tar.zst lowbat-gnu-2af0e53d6a0f61bea29ca6e1a9f2c9c11e8d6301.zip |
README update
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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 |