Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Core Temperature -> Linux / Mac #23

Open
marceloboeira opened this issue Sep 24, 2014 · 2 comments
Open

Core Temperature -> Linux / Mac #23

marceloboeira opened this issue Sep 24, 2014 · 2 comments

Comments

@marceloboeira
Copy link

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; }
@xta
Copy link
Owner

xta commented Sep 24, 2014

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 :)

@marceloboeira
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants