https://github.com/zebp/sensorem
A colorful temperature sensor output
https://github.com/zebp/sensorem
Last synced: about 2 months ago
JSON representation
A colorful temperature sensor output
- Host: GitHub
- URL: https://github.com/zebp/sensorem
- Owner: zebp
- License: unlicense
- Created: 2021-08-06T21:51:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-07T00:34:43.000Z (almost 4 years ago)
- Last Synced: 2025-04-02T05:49:35.620Z (about 2 months ago)
- Language: Rust
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sensorem
[![Crates.io][crates-badge]][crates-url]
[![Unlicense][license-badge]][license-url][crates-badge]: https://img.shields.io/crates/v/sensorem.svg
[crates-url]: https://crates.io/crates/sensorem
[license-badge]: https://img.shields.io/badge/license-Unlicense-blue.svg
[license-url]: https://github.com/zebp/worker-kv/blob/master/LICENSEColorful sensors!
## Features
- Colorful output, yay!
- Watch mode## Todo
### Config files
Ideally sensorem could have config files so we could turn a name like `k10temp-pci-00c3` into `AMD Ryzen 9 5950x`, whitelist sensors that should be displayed, ranges for certain display colors, etc.
### Fan RPM support
Currently sensorem only supports temperatures, but showing fan rpm would also be useful.
### Non sensor based input sources
For some devices it might be nice to know why a device might be running at a given temperature, so things like clock speed or IO throughput could be displayed.