mirror of
https://github.com/garabik/grc.git
synced 2024-11-10 21:26:52 +01:00
13 lines
233 B
Plaintext
13 lines
233 B
Plaintext
|
# Adapetr
|
||
|
regexp=Adapter:\s(.*)
|
||
|
colours=default, green
|
||
|
======
|
||
|
# High temperature
|
||
|
regexp=.+:\s+(\+[67][0-9][^0-9])
|
||
|
colours=default, red
|
||
|
======
|
||
|
# Very high temperature
|
||
|
regexp=.+:\s+(\+[89][0-9][0-9]?)
|
||
|
colours=default, blink red
|
||
|
======
|