Page 513 of 2348 FirstFirst ... 1341346350351151251351451552356361310131513 ... LastLast
Results 5,121 to 5,130 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #5121
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by dmsuperman View Post
    I use the nvidia binaries, and with them come the application "nvidia-settings".
    nvidia-settings -q ATTRIBUTE lets you print out the value of an attribute, so from there I just figured out which bit was the temperature and cut from there. Not the prettiest way, but it gets the job done.

    I'm not sure how to do it if you don't have my circumstances.
    I have "nvidia-settings" too, but I don't see how to get the GPUCoreTemp.
    Code:
    bruloo@bruloo:~$ nvidia-settings -q GPUCoreTemp
    
      Attribute 'GPUCoreTemp' (bruloo:0.0): 54.
        'GPUCoreTemp' is an integer attribute.
        'GPUCoreTemp' is a read-only attribute.
        'GPUCoreTemp' can use the following target types: X Screen, GPU.
    
    bruloo@bruloo:~$
    Maybe I'm blind and don't know it.

    Chimo!
    Bruce

  2. #5122
    Join Date
    May 2008
    Beans
    11

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    I have "nvidia-settings" too, but I don't see how to get the GPUCoreTemp.
    Code:
    bruloo@bruloo:~$ nvidia-settings -q GPUCoreTemp
    
      Attribute 'GPUCoreTemp' (bruloo:0.0): 54.
        'GPUCoreTemp' is an integer attribute.
        'GPUCoreTemp' is a read-only attribute.
        'GPUCoreTemp' can use the following target types: X Screen, GPU.
    
    bruloo@bruloo:~$
    Maybe I'm blind and don't know it.

    Chimo!
    Bruce
    It's that "54" at the very end of the only line with the word "Attribute".

  3. #5123
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by bbzzdd View Post
    Are those just PNGs? I was hoping to find a dingbat font with the graphics so I can write scripts for battery and WiFi to spit out the corresponding characters in the font for the battery percentage graphic and WiFi (sort of like the icons on the menu panel but scalable vector on the desktop).
    mostly png and some svg.

    I knew what you meant Bruce, just adding some holiday glitz with that awesome conky you have going now

    Edit:
    Nice wallpaper Bruce, looks good with my Fvwm set up; thanks for sharing.
    Attached Images Attached Images
    Last edited by ddnev45; December 24th, 2008 at 04:11 AM. Reason: more info
    The mark of an honest man ... is that he means what he says and knows what he means.
    A.R.

  4. #5124
    Join Date
    Feb 2008
    Location
    52°38'41.6"N/1°19'43.6"E
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    Maybe I'm blind and don't know it.

    Chimo!
    Bruce
    Here you go, use this:

    Code:
    nvidia-settings -q GPUCoreTemp | grep 'Attribute' | cut -c43-44

  5. #5125
    Join Date
    Jun 2006
    Beans
    106
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by kaivalagi View Post
    Here you go, use this:

    Code:
    nvidia-settings -q GPUCoreTemp | grep 'Attribute' | cut -c43-44
    Instead of the nvidia-settings you can also use nvclock. It is available in the repos.

    Sample config:
    Code:
    ${color yellow}GFX:
    ${color lightgrey} ${execi 10000 nvclock -i | grep 'Card:' | cut -c9-29} ${execi 10000 nvclock -i | grep 'Amount:' | cut -c10-12}MB ${execi 10000 nvclock -i | grep 'Type:' | cut -c9-19}
    ${color #ddaa00} Drivers: ${color lightgrey}${execi 10000 cat /proc/driver/nvidia/version| grep "NVRM"| cut -c46-51} ${alignr}${color #ddaa00} GPU: ${color lightgrey}${execi 10000  nvclock -T | grep 'GPU temperature:' | cut -c21-22}C
    Prints out on my machine:
    Code:
    GFX:
    nVidia Geforce 7600GT 256MB 128 bit DDR
    Drivers: 173.14   GPU: 50C

  6. #5126
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by dmsuperman View Post
    It's that "54" at the very end of the only line with the word "Attribute".
    Oh! I should have guessed that one.

    That's for you!

    Thanks.
    Have a nice day
    Bruce

  7. #5127
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by ddnev45 View Post
    I knew what you meant Bruce, just adding some holiday glitz with that awesome conky you have going now

    Edit:
    Nice wallpaper Bruce, looks good with my Fvwm set up; thanks for sharing.
    Yea, I like them both, The Darkness Wall and The After Smoke is Clear Wall.

    I'm using The After Smoke is Clear Wall without the pattern at the moment.

    Looks like a black velvet curtain. I love it!

    Of course, my background changes daily it seems, sometimes more often, but I favour the darker ones. My wife not so much, so when she uses the computer.......

  8. #5128
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by kaivalagi View Post
    Here you go, use this:

    Code:
    nvidia-settings -q GPUCoreTemp | grep 'Attribute' | cut -c43-44
    I logged off and started editing conky, so I didn't see your reply. Then my wife was using the computer.

    Anyway, I came up with (see the tail end starting at GPU):
    Code:
    ${font DejaVu Sans Mono:size=9}${color4}CPU: ${color5}${execpi 8 sensors | grep 'CPU Temp' | cut --characters 15-16 | xargs ~/Conky/scripts/ColorTempCPU.sh}°$color${goto 80}${color4}Core: ${execpi 8 sensors | grep 'Core0' | cut --characters 15-16 | xargs ~/Conky/scripts/ColorTempCore.sh}°$color${goto 150}${color4}M/B: ${execpi 8 sensors | grep 'M/B Temp' | cut --characters 15-16 | xargs ~/Conky/scripts/ColorTempMB.sh}°$color${alignr 2}${color4}GPU: ${execpi 8 sh -c "DISPLAY=:0.0 nvidia-settings -q gpucoretemp | grep Attribute | cut --characters 41-42" | xargs ~/Conky/scripts/ColorTempGPU.sh}°$font
    as I wanted the colour codes for cool (lighrblue), average (yellow) and hot (red) in there. See attached.

    Quote Originally Posted by TheTank View Post
    Instead of the nvidia-settings you can also use nvclock. It is available in the repos.

    Sample config:
    Code:
    ${color yellow}GFX:
    ${color lightgrey} ${execi 10000 nvclock -i | grep 'Card:' | cut -c9-29} ${execi 10000 nvclock -i | grep 'Amount:' | cut -c10-12}MB ${execi 10000 nvclock -i | grep 'Type:' | cut -c9-19}
    ${color #ddaa00} Drivers: ${color lightgrey}${execi 10000 cat /proc/driver/nvidia/version| grep "NVRM"| cut -c46-51} ${alignr}${color #ddaa00} GPU: ${color lightgrey}${execi 10000  nvclock -T | grep 'GPU temperature:' | cut -c21-22}C
    Prints out on my machine:
    Code:
    GFX:
    nVidia Geforce 7600GT 256MB 128 bit DDR
    Drivers: 173.14   GPU: 50C
    Oh boy, I'll have to look at that one.
    Thank you!
    Chimo!
    Bruce
    Attached Images Attached Images

  9. #5129
    Join Date
    Jul 2007
    Location
    The U. S. of A.
    Beans
    163
    Distro
    Kubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    nvclock always makes my graphics glich for a second.....

    attach that to an execi and you have a recipe for losing yer everlovin mind.
    || Kubuntu x86_64 (15.10 Dev.) || KDE 4.9.00 ||
    || Dell Inspiron 570 || 8GB PC3-10600 DDR3 RAM || AMD Phenom II X4 820 @ 2.8Ghz ||
    || Logitech M570 Trackball || Logitech G15 Gaming Keyboard ||
    Conky: ... no such configuration: 'normal'

  10. #5130
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Crinos512 View Post
    nvclock always makes my graphics glich for a second.....

    attach that to an execi and you have a recipe for losing yer everlovin mind.
    Explain please.

    I'm old enough I can't afford to loose a single neuron.

    It would equate to my entire everlovin' mind.

    Chimo!
    Bruce

    EDIT: I saw three versions, which is good for Xfce?

Page 513 of 2348 FirstFirst ... 1341346350351151251351451552356361310131513 ... 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
  •