This commit is contained in:
committer@tuxwarrior
2026-03-04 12:13:57 -05:00
parent 55158c40f9
commit 7514333213

View File

@@ -12,4 +12,8 @@
# the value is reported in milli-degrees celsius. we divide by 1000 to convert to degrees celsius
echo "$(($(cat /sys/devices/virtual/thermal/thermal_zone3/hwmon6/temp1_input) / 1000))°C"
echo "<span style='color:red'>$(($(cat /sys/devices/virtual/thermal/thermal_zone3/hwmon6/temp1_input) / 1000))°C</span>"