Adds grc configs
This commit is contained in:
parent
83a047a8a3
commit
ab36c9eb8f
24 changed files with 1013 additions and 0 deletions
12
grc/.config/grc/conf.sensors
Normal file
12
grc/.config/grc/conf.sensors
Normal 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
|
||||
======
|
Loading…
Add table
Add a link
Reference in a new issue