1 .\" Hey, Emacs! This is an -*- nroff -*- source file.
2 .TH "wmgtemp" 1 "February 2001" ""
4 wmgtemp \- Temperature sensor dock app for Window Maker
9 wmgtemp is a dock-app for Window Maker that graphically displays the CPU and
10 System temperatures using the lm_sensors package. It displays the CPU and
11 System temperature values, a scaling graph of temperature history,
12 high-temperature warning lights and temperatures in degrees Celsius,
15 The temperature graph is auto scaling, meaning that if the max or min temperature boundary is crossed the graph will be scaled to display the temperature. A red line marks the upper boundary whereas a blue line indicates the lower boundary. When all the temperatures being displayed are within the boundaries the graph will be scaled back to the preset values for min/max and the boundary indicator lines will be removed.
17 The high temperature warning lights located on the left of the temperature type indicators show amber or red when the warning or high temperatures are reached respectively. Normal operating temperature is indicated by no light.
21 display the usage information
23 .B \-s, \-\-scale=SCALE
24 show temperatures using SCALE temperature scale. SCALE=celcius, fahrenheit or kelvin.
26 \fBDefault\fP: celcius
28 .B \-S, \-\-sensorconf=PATH
29 specify the PATH to the lm_sensors config
31 \fBDefault\fP: /etc/sensors.conf
33 .B \-g, \-\-graph=STYLE
34 display graph as STYLE. STYLE=line or block.
40 display red warning light at TEMP degrees celcius.
46 display amber warning light at TEMP degrees celcius.
51 .B \-u, \-\-update=SEC
52 update the display every SEC seconds.
58 set the lower bound of the graph to TEMP degrees celcius.
64 set the upper bound of the graph to TEMP degrees celcius.
69 .B \-1, \-\-feature1=F1
70 set the feature for CPU
75 .B \-2, \-\-feature2=F2
76 set the feature for SYS
82 specify the chip sensor to use
87 .B \-a, \-\-execat=TEMP
88 execute a command at TEMP degrees celcius.
93 .B \-e, \-\-exec=COMMAND
94 execute COMMAND when the 'execat' temperature is reached.
100 swap/transpose temperature values
104 Don't display any messages
108 ~/.wmgtemprc User configuration.
110 The format of this file is:
113 # wmgtemp example config
130 You can cycle through the graph types by clicking on the graph display area.
132 .SS High Temperature Toggle
133 You can toggle the displaying of high temperatures by click on the temperature for the corrosponding temperature. The viewing of high temperatures is indicated by an amber arrow to the left of the temperature. The current temperatures will continue to be displayed on the graph.
136 .SS Temperature display TOGGLE
137 You may toggle the displaying of a temperature on the graph by clicking on the corrosponding type. e.g To toggle the display of the CPU temperature click on CPU. The type indicator (CPU or SYS) will disappear and the temperature will not be displayed on the graph, although the temperature value will continue to be displayed.
140 .SS Temperature Scale Cycling
141 You may change the scale the temperatures are displayed in by clicking on either of the CPU or SYS scale indicators. The cycle order is \fBC\fP -> \fBK\fP -> \fBF\fP
144 Blank lines in the config file cause a Segmentation Fault.
147 .BR sensors.conf (5),
151 wmgtemp was written by Roger Dunce <kronos@fluxcode.net>