Skip to content

Core Temperature -> Linux / Mac #23

@marceloboeira

Description

@marceloboeira

Look:

image

I'm using "acpi" for ubuntu: Check here

temperature () { acpi -t | grep -Eo '[0-9]+.{2,4}'| awk '{print $1}' | head -2 | tail -1; }

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions