Skip to content

Commit

Permalink
argonone-tempmon now displays temps ion C°
Browse files Browse the repository at this point in the history
  • Loading branch information
meuter committed Nov 22, 2020
1 parent 74cb3d3 commit 6593850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argon1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ echo "*****************************************************"

argon_create_file $tempmonscript

echo 'while true; do clear; date; cat /sys/class/thermal/thermal_zone0/temp; sleep 1; done' >> $tempmonscript
echo 'while true; do clear; date; echo "$(( $(cat /sys/class/thermal/thermal_zone0/temp) / 1000 ))°C"; sleep 1 ; done' >> $tempmonscript

sudo chmod 755 $tempmonscript

Expand Down

0 comments on commit 6593850

Please sign in to comment.