File: wmgtemprc

package info (click to toggle)
wmgtemp 1.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 464 kB
  • sloc: sh: 1,232; ansic: 925; makefile: 10
file content (22 lines) | stat: -rw-r--r-- 549 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Graph style, 'block' or 'line', 'b' and 'l' for the lazy
graph: block
# Scale type, 'celcius', 'fahrenheit' or 'kelvin', 'c', 'f' or 'k' for the lazy.
scale: celcius
# High CPU temperature (red light)
high: 50
# Warning CPU temperature(amber light)
warn: 45
# Upper bound of graph
max: 35
# Lower bound of graph
min: 20
# Execute a command at this temperature
execat: 80
# What to execute at the above temperature.
exec: xmessage "Ouch, I'm HOT!"
# Update delay in seconds
update: 2
# Use temp3 for second sensor
feature2:temp3
# Be quiet
quiet:y