aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-14 01:57:56 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-14 01:57:56 +0100
commit8c9c06086f916f90e0f604b284aabc3fbde0739b (patch)
treebf8f08c30700c713368538d03cdd22012d9ffdf8
parentMan finished (diff)
downloadlowbat-gnu-8c9c06086f916f90e0f604b284aabc3fbde0739b.tar.gz
lowbat-gnu-8c9c06086f916f90e0f604b284aabc3fbde0739b.tar.bz2
lowbat-gnu-8c9c06086f916f90e0f604b284aabc3fbde0739b.tar.xz
lowbat-gnu-8c9c06086f916f90e0f604b284aabc3fbde0739b.tar.zst
lowbat-gnu-8c9c06086f916f90e0f604b284aabc3fbde0739b.zip
Finished README, good man
-rw-r--r--README.md2
-rw-r--r--man/lowbat.112
2 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index ebfa328..fb151ad 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,3 @@
-# README in progress
-
# lowbat
Very small script that runs in the background and warns you when your battery is low until you plug your laptop in. It is POSIX compliant, which is nice.
diff --git a/man/lowbat.1 b/man/lowbat.1
index 7724412..f00ba37 100644
--- a/man/lowbat.1
+++ b/man/lowbat.1
@@ -1,13 +1,15 @@
.\" Manpage for lowbat
.\" Contact bousset.rudy@gmail.com to correct errors and typos.
-.TH man 1 "14 Nov 2019" "1.0" "lowbat man page"
+.TH man 1 "14 Nov 2019" "1.0" "lowbat Reference"
.SH NAME
-lowbat \- warns when battery is running low
+lowbat \- A lightweight battery warning script
.SH SYNOPSYS
.B
lowbat
.SH DESCRIPTION
-Very small script meant to be run in the background. It warns you using
+.B
+lowbat
+mall script meant to be run in the background. It warns you using
.B
notify-send
and
@@ -18,9 +20,9 @@ when your battery is falling under 15%.
.B
lowbat
does not take any options.
-.SH SEE ALSO
-dunst(1)
.SH BUGS
No known bugs.
.SH AUTHOR
Joe
+.SH SEE ALSO
+dunst(1), notify-send(1), espeak(1)