Procházet zdrojové kódy

Set temperature warning threshold to 60°C

DricomDragon před 4 roky
rodič
revize
8a62e5a94f
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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"
 }