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
I installed the plugin in a Ubuntu server system.
I use sensors -A acpitz-virtual-0 to check the temperature and use a grep on it to filter the temperature grep -A 0 'temp1' | cut -c13-24
sensors -A acpitz-virtual-0
grep -A 0 'temp1' | cut -c13-24
Can be possible to integrate it? Maybe adding a field into the setting page to put a custom code so in will not be hardcoded?
thanks in advance
The text was updated successfully, but these errors were encountered:
Hello,
This is a duplicate of #28
I will look into adding this in the future, but I currently don't have the time to work on this plugin.
I'll give it a shot in the future.
Since this is the same as issue #28, I'll be closing this one
Sorry, something went wrong.
No branches or pull requests
I installed the plugin in a Ubuntu server system.
I use
sensors -A acpitz-virtual-0
to check the temperature and use a grep on it to filter the temperaturegrep -A 0 'temp1' | cut -c13-24
Can be possible to integrate it? Maybe adding a field into the setting page to put a custom code so in will not be hardcoded?
thanks in advance
The text was updated successfully, but these errors were encountered: