Page 2136 of 2348 FirstFirst ... 1136163620362086212621342135213621372138214621862236 ... LastLast
Results 21,351 to 21,360 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #21351
    Join Date
    Aug 2011
    Beans
    32

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Petro Dawg View Post
    Just as a side note, do you actually have a fan2 or is it dead? It appears to be at 0 RPM.
    No I don't, I am not sure why that comes up.

    Screenshot attached:



    EDIT: I just noticed my TEMP2 and TEMP3 aren't reading right.

    Fixed that but now I have had a shuffle around I want my CPU temp to match the others but it is set up with mawk not grep so I don't know how to change it.

    Code:
    ${font}CPU TEMP: ${alignr}${execp sensors coretemp-isa-0000 | mawk '/Core 0/ {gsub(/(\+)|(\..)/,"",$3);gsub(/(\+)|(\..)|(,)/,"",$6) ; print $3" / ${color #FBAA35}"$6}'}${color}
    Attached Images Attached Images
    Last edited by DobsonM; December 29th, 2012 at 06:00 AM.

  2. #21352
    Join Date
    Jul 2012
    Location
    Oklahoma, USA
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by DobsonM View Post
    No I don't, I am not sure why that comes up.

    Screenshot attached:

    In that case you might want to lose the 1 after Fan.

  3. #21353
    Join Date
    Aug 2011
    Beans
    32

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Petro Dawg View Post
    In that case you might want to lose the 1 after Fan.
    Good idea.

  4. #21354
    Join Date
    Jul 2012
    Location
    Oklahoma, USA
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by DobsonM View Post
    No I don't, I am not sure why that comes up.

    Screenshot attached:



    EDIT: I just noticed my TEMP2 and TEMP3 aren't reading right.

    Fixed that but now I have had a shuffle around I want my CPU temp to match the others but it is set up with mawk not grep so I don't know how to change it.

    Code:
    ${font}CPU TEMP: ${alignr}${execp sensors coretemp-isa-0000 | mawk '/Core 0/ {gsub(/(\+)|(\..)/,"",$3);gsub(/(\+)|(\..)|(,)/,"",$6) ; print $3" / ${color #FBAA35}"$6}'}${color}
    Same way as the others I showed you, just change to "exec sensors" and “grep 'Core 0'"

  5. #21355
    Join Date
    Aug 2011
    Beans
    32

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Petro Dawg View Post
    Same way as the others I showed you, just change to "exec sensors" and “grep 'Core0'"
    Sweet! Got it thanks.

    One very last thing......I want to show HDD temp, could you please give me a tip on how I add this, I can't for the life of me work out how to display the sensor for the HDD etc in terminal.

  6. #21356
    Join Date
    Jul 2012
    Location
    Oklahoma, USA
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by DobsonM View Post
    Sweet! Got it thanks.

    One very last thing......I want to show HDD temp, could you please give me a tip on how I add this, I can't for the life of me work out how to display the sensor for the HDD etc in terminal.
    If none of the temps displayed by "sensors" is your HDD temp then you may not have a sensor for it installed.

  7. #21357
    Join Date
    Aug 2011
    Beans
    32

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Petro Dawg View Post
    If none of the temps displayed by "sensors" is your HDD temp then you may not have a sensor for it installed.
    I'll deal with that later. Thanks again for the help!

  8. #21358
    Join Date
    Jan 2008
    Beans
    735
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Slightly OT - but is conky all good to work in XFCE?

  9. #21359
    Join Date
    Mar 2012
    Beans
    782
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Yes it's working.

    I DON'T EVEN KNOW WHAT A QUANTAL QUETZAL IS...BUT IT SOUNDS LIKE PRETZEL AND I LIKE PRETZEL

  10. #21360
    Join Date
    Jan 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by DobsonM View Post
    Excellent thank you,

    can you please help me with showing the HDD temp in the same format as the others and I also have an annoying ) on the end of the temp for the Motherboard temp. Picture attached to show you what I mean for both requests.
    Oh. Forgot about ")" at the end:
    Code:
    MOTHER TEMP: ${alignr}${execp sensors it8721-isa-0a10 | mawk '/temp1/ {gsub(/(\+)|(\..)/,"",$2); gsub(/(\+)|(\..)|(,)|(\))/,"",$8); print $2" / ${color #FCAF3E}"$8}'}${color}


    Quote Originally Posted by DobsonM View Post
    Oh and the config that I need help with:
    Code:
    ${font AvantGarde LT ExtraLight:pixelsize=10}${goto 32}HD-DISK TEMP:${alignr}${exec hddtemp /dev/sda -n --unit=C}°C / ${color #FCAF3E}${exec sensors | grep 'CPU Temperature' | cut -c54-55}°C$color
    Change it to:
    Code:
    ${font AvantGarde LT ExtraLight:pixelsize=10}${goto 32}HD-DISK TEMP:${alignr}${exec hddtemp /dev/sda -n --unit=C}°C / ${color #FCAF3E}70°C$color
    Linux Debian Sid (Minted) x86_64/3.12.10, Conky 2.0_pre, Xorg 7.7/1.15.0, KDE 4.11.5, Lenovo T61, Intel X3100, HITACHI HTS722010K9SA00 100GB, WDC_WD5000BEVT 500GB
    Linux user No.: 483055 | My Conky Pitstop corner | One4All project

Page 2136 of 2348 FirstFirst ... 1136163620362086212621342135213621372138214621862236 ... LastLast

Tags for this Thread

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
  •