From 7f4ba44a4d8288eaa5a3c0f218ba8ff2941bb265 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Wed, 4 Mar 2026 12:21:36 -0500 Subject: [PATCH] u --- dots/bin/temperature.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dots/bin/temperature.sh b/dots/bin/temperature.sh index b5d7a60..f8eb568 100755 --- a/dots/bin/temperature.sh +++ b/dots/bin/temperature.sh @@ -12,7 +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 bell +echo "$(($(cat /sys/devices/virtual/thermal/thermal_zone3/hwmon6/temp1_input) / 1000))°C"