Adds cpu temperature to the conky configuration of barpyrus. If the temperature has reached a specific value, change the color. if temp <= 50: blue else if temp <= 70: orange else: red |
||
|---|---|---|
| .. | ||
| config.py | ||
Adds cpu temperature to the conky configuration of barpyrus. If the temperature has reached a specific value, change the color. if temp <= 50: blue else if temp <= 70: orange else: red |
||
|---|---|---|
| .. | ||
| config.py | ||