paroj / sensors-unity

A simple sensors GUI for Unity & Dash to Dock

Home Page:https://snapcraft.io/sensors-unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    # ignore everything from this chip
    chip "acpitz-virtual-0"
        ignore temp1
        ignore temp2
  • to change the label use the label statement
    chip "coretemp-*"
        label temp1 "CPU Package"

Translating

You can help translating Sensors Unity to your language at weblate.

About

A simple sensors GUI for Unity & Dash to Dock

https://snapcraft.io/sensors-unity

License:GNU General Public License v3.0


Languages

Language:Python 100.0%