mirror of
https://bitbucket.org/skobkin/dotfiles.git
synced 2024-11-21 20:36:03 +00:00
screen/backticks/hwtemp-desktop.sh modified due to AMD Ryzen support in k10temp Linux module.
This commit is contained in:
parent
3077bdbafa
commit
19dd8784b1
|
@ -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 'temp1:' | awk '{print $2}' | head -n1
|
||||
sensors | fgrep 'Tdie:' | awk '{print $2}' | head -n1
|
||||
|
|
Loading…
Reference in a new issue