HalloweenBash icon indicating copy to clipboard operation
HalloweenBash copied to clipboard

Core Temperature -> Linux / Mac

Open marceloboeira opened this issue 11 years ago • 2 comments

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; }

marceloboeira avatar Sep 24 '14 14:09 marceloboeira

Hey, thanks for another great suggestion. Core Temperature could possibly be implemented similar to the git branch parsing. See how it works here.

If I get a pull request that conforms to the existing HalloweenBash implementation, I'll consider it for inclusion. Cheers :)

xta avatar Sep 24 '14 23:09 xta

@xta I'll try, but I can only test on ubuntu ... :)

marceloboeira avatar Sep 25 '14 00:09 marceloboeira