fossfreedom/indicator-sysmonitor

Sensor not supported

rawsh opened this issue · 1 comments

rawsh commented

What I am trying to do:

Use OpenCorsairLink with indicator-sysmonitor

My command

sudo /home/robert/Documents/Programs/OpenCorsairLink/OpenCorsairLink.elf --device 0 | grep "Temperature 0:" | sed 's/^.*: //'

Command is in the sudoers file and can be run without a password. Example output:

28.80

I get a unsupported command error.

rawsh commented

TO FIX:

#!/bin/bash
echo "$(sudo /home/robert/Documents/Programs/OpenCorsairLink/OpenCorsairLink.elf --device 0 | grep 'Temperature 0:' | sed 's/^.*: //')"

add echo. Not sure why it fails without it when it's the same output