fix cpu for my computer

This commit is contained in:
David Todd 2019-03-04 20:47:39 -06:00
parent de9bdcd259
commit ed85bab1dd

View File

@ -9,4 +9,4 @@ $(ps axch -o cmd:15,%cpu --sort=-%cpu | head)" ;;
- % is of single core." ;;
esac
sensors | awk '/Core 0/ {print $3}'
sensors | awk '/temp1/ {print $2}'