Look:  I'm using "acpi" for ubuntu: [Check here](https://github.com/marceloboeira/ubuntu-dev-setup/blob/master/resources/.bashrc) ``` bash temperature () { acpi -t | grep -Eo '[0-9]+.{2,4}'| awk '{print $1}' | head -2 | tail -1; } ```
Look:
I'm using "acpi" for ubuntu: Check here