diff --git a/dots/bin/temperature.sh b/dots/bin/temperature.sh index bc9ad66..b5d7a60 100755 --- a/dots/bin/temperature.sh +++ b/dots/bin/temperature.sh @@ -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 "$(($(cat /sys/devices/virtual/thermal/thermal_zone3/hwmon6/temp1_input) / 1000))°C" + + + +