https://github.com/paroj/sensors-unity
A simple sensors GUI for Unity & Dash to Dock
https://github.com/paroj/sensors-unity
Last synced: 5 months ago
JSON representation
A simple sensors GUI for Unity & Dash to Dock
- Host: GitHub
- URL: https://github.com/paroj/sensors-unity
- Owner: paroj
- License: gpl-3.0
- Created: 2018-03-04T13:39:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-27T16:02:06.000Z (11 months ago)
- Last Synced: 2025-04-14T15:03:05.519Z (9 months ago)
- Language: Python
- Homepage: https://snapcraft.io/sensors-unity
- Size: 73.2 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sensors Unity
Allows monitoring the output of the `sensors` command graphically.
**Note:** for sensors-unity to work you have to manually give it the `hardware-observe` permission as:
```
sudo snap connect sensors-unity:hardware-observe :hardware-observe
```
## Configuration
Sensors Unity uses the `/etc/sensors3.conf` config file by default. However you can also specify a local override by copying it to `~/.config/sensors3.conf` (or `~/snap/sensors-unity/current/.config/sensors3.conf`).
This is useful in case you want to hide some unconnected sensors or give them more descriptive labels.
* to disable a sensor use the **ignore** statement
```sh
# ignore everything from this chip
chip "acpitz-virtual-0"
ignore temp1
ignore temp2
```
* to change the label use the **label** statement
```sh
chip "coretemp-*"
label temp1 "CPU Package"
```
## Translating
You can [help translating Sensors Unity to your language at weblate](https://hosted.weblate.org/projects/paroj/sensors-unity/).