diff --git a/bin/temperature b/bin/temperature
index 1ff05cd..23f79c8 100755
--- a/bin/temperature
+++ b/bin/temperature
@@ -1,4 +1,4 @@
#!/bin/sh
-CPUTEMP=$(sysctl -n hw.sensors.cpu0.temp0 | cut -d\ -f 1)
-MBTEMP=$(sysctl -n hw.sensors.pchtemp0.temp0 | cut -d\ -f 1)
+CPUTEMP=$(sysctl -n hw.sensors.acpithinkpad0.temp0 | cut -d\ -f 1)
+MBTEMP=$(sysctl -n hw.sensors.ksmn0.temp0 | cut -d\ -f 1)
echo "${CPUTEMP}°C ${MBTEMP}°C"