aboutsummaryrefslogtreecommitdiff
path: root/xbattext.1
diff options
context:
space:
mode:
Diffstat (limited to 'xbattext.1')
-rw-r--r--xbattext.155
1 files changed, 55 insertions, 0 deletions
diff --git a/xbattext.1 b/xbattext.1
new file mode 100644
index 0000000..7460053
--- /dev/null
+++ b/xbattext.1
@@ -0,0 +1,55 @@
+.Dd $Mdocdate$
+.Dt xbattext 1
+.Os
+.Sh NAME
+.Nm xbattext
+.Nd display battery percentage
+.Sh SYNOPSIS
+.Nm
+.Op Ar ...
+.Sh DESCRIPTION
+.Pp
+.Nm
+is a simple X11 program that displays the current battery level on NetBSD.
+It can be configured on the command line
+with the regular X options, such as
+.Fl title
+and
+.Fl bg .
+The foreground color and font are configured by the resources
+described in
+.Sx CONFIGURATION .
+.Sh CONFIGURATION
+.Pp
+The font and color of the battery display is controlled
+by the following resources,
+defined in
+.Pa ~/.Xdefaults
+or
+.Pa ~/.Xresources :
+.Bl -tag -offset indent
+.It xbattext*fontList
+normal font
+.It xbattext*foreground
+normal text color
+.It xbattext*alertFontList
+font when battery is low
+.It xbattext*alertForeground
+text color when battery is low
+.It xbattext*chargeFontList
+font when charging
+.It xbattext*chargeForeground
+text color when charging
+.El
+.Pp
+The battery is considered to be low
+when it is below 25 percent.
+.Sh AUTHORS
+.Pp
+.An John Ankarström Aq Mt "john (at) ankarstrom.se"
+.Sh BUGS
+.Pp
+.Nm
+cannot distinguish between a missing foreground color resource
+and one defined as the color
+.Li black .