From 7514333213705879a0d80d78c28f233d38ee0c5d Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Wed, 4 Mar 2026 12:13:57 -0500 Subject: [PATCH] u --- dots/bin/temperature.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" + + + +