FollieHiyuki-dotfiles/home/.local/bin/info/tempamd

6 lines
154 B
Plaintext
Raw Normal View History

2021-02-13 11:28:59 -05:00
#!/bin/sh
# Replace default temperature module (on AMD CPU)
temp=$(sensors | grep "Tdie" | sed "s/Tdie: *+//;s/°C *//" | cut -d'.' -f1)
echo "$temp"°C