Page 2128 of 2348 FirstFirst ... 1128162820282078211821262127212821292130213821782228 ... LastLast
Results 21,271 to 21,280 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #21271
    Join Date
    Aug 2011
    Beans
    1

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by FrankenCub View Post
    I'm not sure I understand..You use imperial in Romania ? Do you want to change it to metric ?
    You can use imperial but, I can not get used to being familiar with Celsius.
    I changed to metric everything is perfect.
    Thanks.
    Last edited by gbagape; December 19th, 2012 at 06:45 AM.

  2. #21272
    Join Date
    Oct 2009
    Location
    Under a rock
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    i wondered if there was an option built into sensors:
    Code:
    man sensors
    Code:
           -f     Print the temperatures in degrees Fahrenheit instead of Celsius.
    if you are using the exec method

  3. #21273
    Join Date
    Oct 2010
    Location
    Whitney Point, NY
    Beans
    93

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by mrpeachy View Post
    i wondered if there was an option built into sensors:
    Code:
    man sensors
    Code:
           -f     Print the temperatures in degrees Fahrenheit instead of Celsius.
    if you are using the exec method
    Oh geeze, I have read through that manual sooo many times I never remembered that lol. But I don't use exec for that either.
    So he want's the line to read...?
    Code:
    ${exec sensors | grep -n 'Core 0' | cut -c 18-19} -f

  4. #21274
    Join Date
    Oct 2010
    Location
    Whitney Point, NY
    Beans
    93

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by gbagape View Post
    You can use imperial but, I can not get used to being familiar with Celsius.
    I changed to metric everything is perfect.
    Thanks.
    That's what I was wondering, I thought you might have wanted metric. Glad ya got it solved

  5. #21275
    Join Date
    Oct 2009
    Location
    Under a rock
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by FrankenCub View Post
    Oh geeze, I have read through that manual sooo many times I never remembered that lol. But I don't use exec for that either.
    So he want's the line to read...?
    would be something like this:
    Code:
    ${execi 10 sensors -f | grep -n 'Core 0' | cut -c 18-19}

  6. #21276
    Join Date
    Oct 2010
    Location
    Whitney Point, NY
    Beans
    93

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by mrpeachy View Post
    would be something like this:
    Code:
    ${execi 10 sensors -f | grep -n 'Core 0' | cut -c 18-19}
    Ok got it, so basically telling it in order to grab the imperial temperature before it actually gets there, instead of being out of order as I am
    I had the same problem a year or so ago, needing F instead of C, but I am using a different method and I never documented what I did to fix it lol

  7. #21277
    Join Date
    Oct 2010
    Location
    Whitney Point, NY
    Beans
    93

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Sector11 View Post

    BTW, check this out:
    Code:
    nvidia     threshold
    
         Nvidia graficcard support for the XNVCtrl library. Each option
    can be shortened to the least significant part. Temperatures are printed
    as float, all other values as integer.
    
        threshold - The thresholdtemperature at which the gpu slows down
        temp - Gives the gpu current temperature
        ambient - Gives current air temperature near GPU case
        gpufreq - Gives the current gpu frequency
        memfreq - Gives the current mem frequency
        imagequality - Which imagequality should be chosen by OpenGL applications


    Code:
    ${font Monofur:bold:size=12}Thresh: ${color}${nvidia threshold}°   GPU: ${color}${nvidia temp}°
    Ambient: ${color}${nvidia ambient}°   GPU Freq: ${color}${nvidia gpufreq}
    Mem Freq: ${color}${nvidia memfreq}   IQ: ${color}${nvidia imagequality}
    ambient doesn't work for me the rest do.
    Cool Ambient doesn't work for me at the moment either but I will leave it there for when I do replace this card, if I do. I removed the GPU temp seems I'm already pulling that one and made the rest a subset of the Asus line.


  8. #21278
    Join Date
    May 2006
    Location
    Milwaukee,WI
    Beans
    6,280
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by mrpeachy View Post
    would be something like this:
    Code:
    ${execi 10 sensors -f | grep -n 'Core 0' | cut -c 18-19}
    that's exactly what I did but it's now showing only 9 degrees, that can't be F can it? Here is my sensors -f output

    Code:
    sensors -f
    coretemp-isa-0000
    Adapter: ISA adapter
    Core 0:      +111.2°F  (high = +165.2°F, crit = +212.0°F)
    Core 1:      +113.0°F  (high = +165.2°F, crit = +212.0°F)
    
    w83697hf-isa-0290
    Adapter: ISA adapter
    in0:          +1.30 V  (min =  +0.10 V, max =  +2.56 V)
    in2:          +3.30 V  (min =  +0.06 V, max =  +1.34 V)  ALARM
    in3:          +2.98 V  (min =  +1.15 V, max =  +1.06 V)  ALARM
    in4:          +2.96 V  (min =  +0.26 V, max =  +0.38 V)  ALARM
    in5:          +2.98 V  (min =  +2.05 V, max =  +2.06 V)  ALARM
    in6:          +2.99 V  (min =  +0.00 V, max =  +1.31 V)  ALARM
    in7:          +3.30 V  (min =  +0.10 V, max =  +0.64 V)  ALARM
    in8:          +3.41 V  (min =  +1.02 V, max =  +0.21 V)  ALARM
    fan1:        2083 RPM  (min =  753 RPM, div = 8)
    fan2:        2136 RPM  (min = 84375 RPM, div = 8)  ALARM
    temp1:        +82.4°F  (high = +111.2°F, hyst = +32.0°F)  sensor = thermistor
    temp2:        +90.5°F  (high = +176.0°F, hyst = +167.0°F)  sensor = thermistor
    beep_enable: enabled
    and here's the conky line
    Code:
    ${exec sensors -f | grep -n 'Core 0' | cut -c 18-19}° F
    any thoughts? here's the pic if you don't believe me.


  9. #21279
    Join Date
    Oct 2005
    Location
    Wabasha MN
    Beans
    2,571
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Sector11 setting own_Windows type normal seems to have fixed the problem.
    Again thanks for the tip.
    Information on my Main laptop. Information on my small laptop Dell 11 3000
    Using a Asus 3632QM laptop with 8gig RAM, 250 SSD.
    Machine Registered 366271, 366273, 366275.
    Registered Ubuntu user number 18630. Registered Linux user number 458093.

  10. #21280
    Join Date
    Apr 2011
    Location
    USA
    Beans
    1

    Re: Post your .conkyrc files w/ screenshots

    @dannyboy79

    Your temp is probably 109 F so you need to increase the amount of characters cut.

    Try:

    Code:
    ${exec sensors -f | grep -n 'Core 0' | cut -c 16-19}
    Given the potential to add/lose a digit from 99 to 100 degrees F (for example) it might be better to use awk instead of grep to get the result.

    Try this in a terminal:

    Code:
    sensors -f | awk '/Core 0/ {print $2}'
    Should give the entire temperature - should be a way to drop the plus sign and degrees F using the -d and -f options in cut; but that is beyond my meager coding talents. Something along the lines of:

    Code:
    sensors -f | awk '/Core0 Temp/ {print $3}' | cut -d"+" -f2 | cut -d"F" -f1
    which gives 80.6° for my system - I can't figure out how to cut the degree symbol.
    Last edited by landwell; December 19th, 2012 at 04:10 PM.

Page 2128 of 2348 FirstFirst ... 1128162820282078211821262127212821292130213821782228 ... 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
  •