dotfiles/config/barpyrus
Thomas Preisner 38a8c0710b config: barpyrus: config.py: add colorized cpu temperature to conky
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
2018-03-02 21:03:10 +01:00
..
config.py config: barpyrus: config.py: add colorized cpu temperature to conky 2018-03-02 21:03:10 +01:00