1
0
Prechádzať zdrojové kódy

Set temperature warning threshold to 60°C

DricomDragon 4 rokov pred
rodič
commit
8a62e5a94f
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  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"
 }