wmgtemp: Add verson 1.1 to repository.
[dockapps.git] / wmgtemp / examples / wmgtemprc
blob572113019ae7648ab901e57c5d27f1e2eb8b0a83
1 # Graph style, 'block' or 'line', 'b' and 'l' for the lazy
2 graph: block
3 # Scale type, 'celcius', 'fahrenheit' or 'kelvin', 'c', 'f' or 'k' for the lazy.
4 scale: celcius
5 # High CPU temperature (red light)
6 high: 50
7 # Warning CPU temperature(amber light)
8 warn: 45
9 # Upper bound of graph
10 max: 35
11 # Lower bound of graph
12 min: 20
13 # Execute a command at this temperature
14 execat: 80
15 # What to execute at the above temperature.
16 exec: xmessage "Ouch, I'm HOT!"
17 # Update delay in seconds
18 update: 2
19 # Use temp3 for second sensor
20 feature2:temp3
21 # Be quiet
22 quiet:y