Adds grc configs

This commit is contained in:
Jonathan Hodgson 2020-07-29 17:22:46 +01:00
parent 83a047a8a3
commit ab36c9eb8f
24 changed files with 1013 additions and 0 deletions

View file

@ -0,0 +1,12 @@
# 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
======