From 8c6231616c4ceda4939518e736a3d900c257bea1 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Thu, 6 Nov 2025 21:15:51 +0000 Subject: [PATCH] Change macOS CPU temp sensor --- system-info/system-info-macOS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-info/system-info-macOS.sh b/system-info/system-info-macOS.sh index 4737207..c555fdf 100755 --- a/system-info/system-info-macOS.sh +++ b/system-info/system-info-macOS.sh @@ -81,7 +81,7 @@ ioreg -w0 -l | grep BatteryInstalled &> /dev/null && \ while true; do # Get the current CPU temperature. - cpu_temp="`$cache_dir/cpu-temp 'PMU tdie0'` " + cpu_temp="`$cache_dir/cpu-temp 'PMU tdie1'` " cpu_load=$(sudo powermetrics --format text \ --sample-rate 1200 --sample-count 1 --samplers cpu_power |