From 414bbb0e6e5af21fdef5766c472a3048850aab1b Mon Sep 17 00:00:00 2001 From: Curtis 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') 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 rc/refs/?id=8da82224ab3ddf4db9165a276f2ff0017bf1c6da'>refs log tree commit diff
path: root/bin/bri.c (unfollow)
Commit message (Expand)Author
2019-05-19Specify precedence of unary versions of operatorsJune McEnroe
2019-05-18Add compound assignment operators to orderJune McEnroe
2019-05-15Support simple assignment in orderJune McEnroe
2019-05-15Implement sizeof in orderJune McEnroe
2019-05-15Add orderJune McEnroe
2019-05-12Add T suffix in bitJune McEnroe
2019-05-10Highlight yacc and lex files as CJune McEnroe
2019-05-10Use val instead of suboptargJune McEnroe
2019-05-09Add Parable of the SowerJune McEnroe
2019-05-07Add bit without buildJune McEnroe
2019-05-04Fix MANDIR typoJune McEnroe
2019-05-04Move relay to binJune McEnroe