1WMAPMLOAD(1) General Commands Manual WMAPMLOAD(1)
2
3
4
6 wmapmload - A dockapp to monitor apm battery status
7
9 wmapmload [options]
10
12 This manual page documents briefly the wmapmload command.
13
14 WMApmLoad is a program to monitor apm battery status. It is a dockapp
15 that is supported by X window managers such as Window Maker, AfterStep,
16 BlackBox, and Enlightenment.
17
18 The remaining time is displayed in the top half. The battery load per‐
19 centage is in the bottom half in two manner : number and graphic. Next
20 to percentage number are the on-line/on-battery and on-charge status.
21 It has an LCD look-alike user interface. The back-light may be turned
22 on/off by clicking the mouse button 1 (left) over the application. If
23 battery status is below a critical level, an alarm-mode will alert you
24 by turning on and off back-light. This can be stopped (and restarted)
25 by clicking the mouse button 3 (right) over the application. An appli‐
26 cation can be launched when alarm is on to notify user that level is
27 too low. By clicking with mouse button 2 (middle), the computer can be
28 put in STANDBY (default) or SUSPEND mode (with CONTROL key).
29
30
32 This program follows the usual GNU command line syntax, with long
33 options starting with two dashes (`-'). A summary of options is
34 included below.
35
36 -d, --display <string>
37 Attempt to open a window on the named X display. In the absence
38 of this option, the display specified by the DISPLAY envi‐
39 ronment variable is used.
40
41 -bl, --backlight
42 turn on back-light
43
44 -lc, --light-color <color>
45 back-light color (rgb:6E/C6/3B is default)
46
47 -i, --interval <number>
48 number of secs between updates (1 is default)
49
50 -a, --alarm <number>
51 low battery level when to raise alarm (20 is default)
52
53 -h, --help
54 show help text and exit
55
56 -v, --version
57 show program version and exit
58
59 -w, --windowed
60 run the application in windowed mode
61
62 -bw, --broken-wm
63 activate broken window manager fix
64
65 -n, --notify <string>
66 command to launch when battery level falls below the limit set
67 via the -a (--alarm) flag - see above.
68
69 -s, --suspend <string>
70 set command for apm suspend
71
72 -S, --standby <string>
73 set command for apm standby
74
75
76
78 WMApmLoad was assembled by Thomas Nemeth <tnemeth@free.fr>. It is
79 largely based on WMMemMon and WMCPULoad by Seiichi SATO
80 <ssato@sh.rim.or.jp>, WMMemLoad by Mark Staggs <me@markstaggs.net> and
81 wmapm by Chris D. Faulhaber <jedgar@speck.ml.org> Michael G. Henderson
82 <mghenderson@lanl.gov>.
83
84
85
86 September 26, 2002 WMAPMLOAD(1)