mirror of
https://bitbucket.org/skobkin/dotfiles.git
synced 2024-11-22 04:46:02 +00:00
hwtemp-desktop.sh backtick fixed according to new k10temp patch (Threadripper native sensor).
This commit is contained in:
parent
a70b3ea0a2
commit
6b86bb8c53
|
@ -2,4 +2,4 @@
|
|||
# Core i7-4820k
|
||||
#sensors | fgrep -i "core " | tr "\n" " " | sed -e "s/Core\ [0-9]\:[ ]\++//g;s/ ([^)]*)//g;s/ $//"
|
||||
# Threadripper 1950X (via motherboard sensors, not die)
|
||||
sensors | fgrep 'CPUTIN' | awk '{print $2}'
|
||||
sensors | fgrep 'temp1:' | awk '{print $2}' | head -n1
|
||||
|
|
Loading…
Reference in a new issue