We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Look:
I'm using "acpi" for ubuntu: Check here
temperature () { acpi -t | grep -Eo '[0-9]+.{2,4}'| awk '{print $1}' | head -2 | tail -1; }
The text was updated successfully, but these errors were encountered:
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 :)
Sorry, something went wrong.
@xta I'll try, but I can only test on ubuntu ... :)
No branches or pull requests
Look:
I'm using "acpi" for ubuntu: Check here
The text was updated successfully, but these errors were encountered: