From ba79267e8593031c620379e52a4e94f4c8cdb486 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Fri, 7 Sep 2018 17:43:38 -0400 Subject: Add fbatt.1 --- bin/fbatt.1 | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 bin/fbatt.1 (limited to 'bin/fbatt.1') diff --git a/bin/fbatt.1 b/bin/fbatt.1 new file mode 100644 index 00000000..fc606ede --- /dev/null +++ b/bin/fbatt.1 @@ -0,0 +1,27 @@ +.Dd $Mdocdate$ +.Dt FBATT 1 +.Sh NAME +.Nm fbatt +.Nd framebuffer battery indicator +.Sh SYNOPSIS +.Nm +.Sh DESCRIPTION +.Nm +displays a battery charge indicator +in the top-right corner +of the Linux framebuffer. +.Sh ENVIRONMENT +.Bl -tag -width "FRAMEBUFFER" +.It Ev FRAMEBUFFER +The framebuffer device. By default, +.Pa /dev/fb0 . +.El +.Sh FILES +.Bl -tag -width "/sys/class/power_supply" +.It Pa /sys/class/power_supply +The first subdirectory containing +.Pa charge_full +and +.Pa charge_now +is used to read the battery charge. +.El -- cgit 1.4.1