Change macOS CPU temp sensor
This commit is contained in:
parent
cc130f0c4d
commit
8c6231616c
@ -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 |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user