aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-04-18 21:52:07 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-04-18 21:52:07 +0200
commit98723b6ef8c15339d55499bca13edc7af34a0ff2 (patch)
treeddd19c2c1751725561e0253054f47838758ddfed
parentRemoved some comments (diff)
downloadlowbat-bsd-98723b6ef8c15339d55499bca13edc7af34a0ff2.tar.gz
lowbat-bsd-98723b6ef8c15339d55499bca13edc7af34a0ff2.tar.bz2
lowbat-bsd-98723b6ef8c15339d55499bca13edc7af34a0ff2.tar.xz
lowbat-bsd-98723b6ef8c15339d55499bca13edc7af34a0ff2.tar.zst
lowbat-bsd-98723b6ef8c15339d55499bca13edc7af34a0ff2.zip
Added man
-rw-r--r--man/lowbat.128
1 files changed, 28 insertions, 0 deletions
diff --git a/man/lowbat.1 b/man/lowbat.1
new file mode 100644
index 0000000..cf05938
--- /dev/null
+++ b/man/lowbat.1
@@ -0,0 +1,28 @@
+.\" Manpage for lowbat
+.\" Contact bousset.rudy@gmail.com to correct errors and typos.
+.TH lowbat 1 "29 Dec 2019" "lowbat 1.2" "Lowbat Reference"
+.SH NAME
+lowbat \- Lightweight battery warning utility
+.SH SYNOPSYS
+.B lowbat
+[\fB\-\-say\fR \fIMESSAGE\fR]
+.SH DESCRIPTION
+\fBlowbat\fR is a small program meant to be run as a daemon.
+It warns you using \fBnotify\-send\fR when your battery is falling under 15%.
+\fBlowbat\fR can send audio notifications using \fBespeak\fR with the \fB--say\fR option.
+.SH OPTIONS
+.TP
+.BR \-\-say =\fIMESSAGE\fR
+Sets a custom audio message.
+.SH TROUBLESHOOTING
+If \fBlowbat\fR fails to run correctly, you might be missing a dependency.
+To get run-time informations, simply run in a new terminal:
+.TP
+.in +.5i
+$ lowbat
+.SH BUGS
+No known bugs. If you found a bug, please get in touch with me via GitHub.
+.SH AUTHOR
+Joe
+.SH SEE ALSO
+dunst(1), notify-send(1), espeak(1)