Browse Source

Set temperature warning threshold to 60°C

DricomDragon 4 years ago
parent
commit
8a62e5a94f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Install/Templates/i3status/config

+ 2 - 0
Install/Templates/i3status/config

@@ -63,6 +63,8 @@ load {
 
 cpu_temperature 0 {
 	format = "%degrees°C"
+	format_above_threshold = "⚠ %degrees°C"
+	max_threshold = 60
 	path = "/sys/class/thermal/thermal_zone5/temp"
 }