blob: 74e763f62bf1f7e65b836d923465f1e89201b11a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
$NetBSD: patch-al,v 1.1.1.1 2002/09/07 20:22:54 jschauma Exp $
--- /dev/null Sat Sep 7 15:09:14 2002
+++ data/bbapm.1.tmp Sat Sep 7 15:10:35 2002
@@ -0,0 +1,69 @@
+.TH BBAPM 1 "Spetmeber 07, 2002" bbapm "bbtools"
+.SH NAME
+bbapm \- APM monitor for Blackbox
+
+.SH SYNOPSIS
+.B bbapm
+[\fIOPTIONS\fR]
+
+.SH DESCRIPTION
+\fBbbapm\fR is an APM monitor for the Blackbox window manager.
+It displays the current battery status for your laptop.
+
+.SH USAGE
+By default \fBbbapm\fR reads the Blackbox style-file as defined in
+\fI$HOME/.blackboxrc\fR and copies as much of the style as possible. The
+result is an application which looks a lot like the toolbar.
+
+.SH OPTIONS
+A summary of the options supported by \fBbbapm\fR is included below.
+
+.TP
+\fB\-c[onfig]\fR \fIfilename\fR
+use alternate config file
+.TP
+.B \-d[ecorated]
+Show 'normal' decorated window
+.TP
+\fB\-d[isplay]\fR \fIdisplay name\fR
+X server to connect to
+.TP
+\fB\-p[osition]\fR \fIposition\fR
+Set position of window using +x+y
+.TP
+\fB\-h[elp]\fR
+Show summary of options and exit.
+.TP
+\fB\-n[obb]\fR
+fall back on default configuration
+.TP
+\fB\-s[hape]\fR
+Don't display groundplate
+.TP
+\fB\-v[ersion]\fR
+Display version number
+.TP
+\fB\-w[ithdrawn]\fR
+Place bbtool in the Slit
+
+.SH FILES
+.SS "Under Blackbox"
+.nf
+\fI@PREFIX@/share/bbtools/bbapm.conf\fR the global configuration file
+\fI$HOME/.bbtools/bbapm.bb\fR a local configuration file
+
+.SS "Under other Window managers"
+.nf
+\fI@PREFIX@/share/bbtools/bbappconf.nobb\fR the global configuration file
+\fI$HOME/.bbtools/bbappconf.nobb\fR a local configuration file
+
+.SH VERSION
+0.0.1
+
+.SH "SEE ALSO"
+.BR blackbox(1)
+
+.SH AUTHOR
+EJ <kojak@oakhill.demon.nl> - bbapm
+.br
+Jan Schaumann <jschauma@netmeister.org> - this man page
|