Dotfiles/grc/.config/grc/conf.sensors
2020-07-29 17:22:46 +01:00

12 lines
233 B
Text

# 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
======