Skip to content

gopsuinfo 0.1.9

Latest
Compare
Choose a tag to compare
@nwg-piotr nwg-piotr released this 06 Nov 00:57
9ce93f6
  • Added -ts argument to specify which (t)emperature (s)sensor to show the value for. Closes #8.
  1. List available sensors with the -ls argument:
❯ gopsuinfo -ls
acpitz_input (43°C)
amdgpu_edge_input (45°C)
amdgpu_junction_input (47°C)
amdgpu_mem_input (0°C)
amdgpu_edge_input (41°C)
nvme_composite_input (40.85°C)
nvme_sensor1_input (40.85°C)
nvme_sensor2_input (39.85°C)
k10temp_tctl_input (41.125°C)
  1. Use one as the -ts string, e.g. to show the temperature value for the k10temp_tctl_input sensor:
❯ gopsuinfo -c t -ts k10temp_tctl_input
47℃

Hint

By adding two nwg-panel executors one after another, you can see values for different sensors behind a single icon:

Executor 1:

gopsuinfo -i t -ts k10temp_tctl_input

executor 2:

gopsuinfo -c t -ts amdgpu_junction_input

obraz