Page 3 of 3 FirstFirst 123
Results 21 to 25 of 25

Thread: Conky / CPU Temp

  1. #21
    Join Date
    Feb 2008
    Beans
    84
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Conky / CPU Temp

    Quote Originally Posted by stinkeye View Post
    Another mistake by me.There is no pipe between execpi and sensors
    Code:
    ${execpi 5 | sensors
    should be
    Code:
    ${execpi 5 sensors
    working like a charm now thanks, just one last thing, i'm still not clear about why there's the difference between "hwmon temp1" and "cpu temp"

    does temp1 refers to some different hardware temp?

  2. #22
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Conky / CPU Temp

    Quote Originally Posted by faixan View Post
    working like a charm now thanks, just one last thing, i'm still not clear about why there's the difference between "hwmon temp1" and "cpu temp"

    does temp1 refers to some different hardware temp?
    hwmon temps are from sensors.

    See HERE for more info.

  3. #23
    Join Date
    Feb 2008
    Beans
    84
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Conky / CPU Temp

    Quote Originally Posted by stinkeye View Post
    hwmon temps are from sensors.

    See HERE for more info.
    Thanks

  4. #24
    Join Date
    Jun 2011
    Beans
    21

    Re: Conky / CPU Temp

    Quote Originally Posted by faixan View Post
    this is working, and showing same output as the line i'm already using in my .conkyrc


    works...


    doesn't work... no output at all
    5 sensors | grep temp1 | awk '{print $2}' | cut -c2-3}

    Above worked for me. Awesome!! Thank You!!

  5. #25
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

Page 3 of 3 FirstFirst 123

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •