bash-color-grc/colourfiles/conf.sensors

29 lines
606 B
Plaintext
Raw Permalink Normal View History

2018-10-09 20:56:13 +02:00
# Sensor name
regexp=([a-z\-0-9]+)
colours=underline yellow
2017-06-07 15:03:32 +02:00
======
2018-10-09 20:56:13 +02:00
# Data names
regexp=(.+:)\s+(.+)
colours=unchanged, bright_cyan, default
2017-06-07 15:03:32 +02:00
======
2018-10-09 20:56:13 +02:00
# Extra info
regexp=.+\s+(\(.+\))
colours=unchanged, bright_black
======
# Adapter name
regexp=Adapter:(\s.*)
colours=unchanged, yellow
======
# Low temperature (below 60)
regexp=.+:\s+(\+[2345][0-9]\.[0-9]°C)
colours=unchanged, green
======
# High temperature (above 60)
regexp=.+:\s+(\+[67][0-9]\.[0-9]°C)
colours=unchanged, bright_yellow
======
# Very high temperature (above 80)
regexp=.+:\s+(\+[89][0-9]\.[0-9]°C)
colours=unchanged, bright_red
2017-06-07 15:03:32 +02:00
======