Skip to content

Instantly share code, notes, and snippets.

@kometchtech
Created May 31, 2014 12:34
Show Gist options
  • Save kometchtech/fe58ebb64659d3c8df6f to your computer and use it in GitHub Desktop.
Save kometchtech/fe58ebb64659d3c8df6f to your computer and use it in GitHub Desktop.
UserParameter=sensors.fan[*],sensors -u | grep fan1_input | cut -d ":" -f2 | cut -d " " -f2
UserParameter=sensors.coretemp1,sensors -u coretemp-isa-0000 | grep temp2_input | cut -d ":" -f2 | cut -d " " -f2
UserParameter=sensors.coretemp2,sensors -u coretemp-isa-0000 | grep temp3_input | cut -d ":" -f2 | cut -d " " -f2
@kometchtech
Copy link
Author

lm_sensorsパッケージが別途必要。

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