Page 2211 of 2348 FirstFirst ... 1211171121112161220122092210221122122213222122612311 ... LastLast
Results 22,101 to 22,110 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #22101
    Join Date
    Jan 2008
    Beans
    130

    Re: Post your .conkyrc files w/ screenshots

    I'm using the following line to retrieve nvidia GPU temp:

    Code:
    ${execi 60 nvidia-settings -t -q GPUCoreTemp} C
    My question is what do I use in the bargraph_small.lua?

    Code:
    {	--[ Graph for GPU Temp ]--
    			name="?",
    			arg="?",
    			max=100,
    			alarm=50,
    			alarm_colour={0xFF0000,0.60},
    			bg_colour={0xFFFFFF,0.20},
    			fg_colour={0x00FF00,0.55},
    			mid_colour={{0.45,0xFFFF00,0.70}},
    			x=50,y=393,
    			blocks=18,
                            space=2,
    			height=10,width=4,
    			angle=90,
                            smooth=true
    			},

  2. #22102
    Join Date
    Jan 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Code:
    {	--[ Graph for GPU Temp ]--
    			name="nvidia",
    			arg="temp",
    			max=100,
    			alarm=50,
    			alarm_colour={0xFF0000,0.60},
    			bg_colour={0xFFFFFF,0.20},
    			fg_colour={0x00FF00,0.55},
    			mid_colour={{0.45,0xFFFF00,0.70}},
    			x=50,y=393,
    			blocks=18,
                            space=2,
    			height=10,width=4,
    			angle=90,
                            smooth=true
    			},
    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

  3. #22103
    Join Date
    Jan 2008
    Beans
    130

    Re: Post your .conkyrc files w/ screenshots

    no go

    I should add I'm using Conky v1.8.1-6. 12.04 and a GeForce GTS250.
    Last edited by davesbrain; June 22nd, 2013 at 10:07 PM.

  4. #22104
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by davesbrain View Post
    no go

    I should add I'm using Conky v1.8.1-6. 12.04 and a GeForce GTS250.
    If this line in a conky gives your gpu temp then what dk75 gave should work.
    Code:
    ${nvidia temp}
    Works here.

    Maybe try conky-all from this ppa
    Vincent Cheng Conky ppa
    Attached Images Attached Images
    Last edited by stinkeye; June 23rd, 2013 at 03:17 PM.

  5. #22105
    Join Date
    Jan 2008
    Beans
    130

    Re: Post your .conkyrc files w/ screenshots

    This is what ${nvidia temp} displays on screen, which is why I changed it.

    Screenshot from 2013-06-23 08:42:28.png

  6. #22106
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Post your .conkyrc files w/ screenshots

    Try the ppa.

    My conky -v in Raring shows nvidia support.
    Code:
    glen@Raring:~$ conky -v
    Conky 1.9.0 compiled Thu May 24 15:31:18 UTC 2012 for Linux 2.6.24-31-server (x86_64)
    
    Compiled in features:
    
    System config file: /etc/conky/conky.conf
    Package library path: /usr/lib/conky
    
     X11:
      * Xdamage extension
      * XDBE (double buffer extension)
      * Xft
      * ARGB visual
    
     Music detection:
      * Audacious
      * MPD
      * MOC
      * XMMS2
    
     General:
      * math
      * hddtemp
      * portmon
      * Curl
      * RSS
      * Weather (METAR)
      * Weather (XOAP)
      * wireless
      * support for IBM/Lenovo notebooks
      * nvidia
      * eve-online
      * config-output
      * Imlib2
      * apcupsd
      * iostats
      * ncurses
      * Lua
    
      Lua bindings:
       * Cairo
       * Imlib2

  7. #22107
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by stinkeye View Post
    Maybe try conky-all from this ppa
    Vincent Cheng Conky ppa
    +1 on that - that should be a "gotta have link" for all conky enthusiasts.

    I have what he calls: (Newer version available)

    Code:
     23 Jun 13 | 12:07:56 ~
        $ show conky-all
    Package: conky-all                       
    State: installed
    Automatically installed: no
    Version: 1.9.0-3
    Priority: optional
    Section: contrib/utils
    Maintainer: Vincent Cheng <Vincentc1208@gmail.com>
    Architecture: amd64
    Uncompressed Size: 1,148 k
    Software Packages in "sid", Subsection utils » scroll down or search for "conky-all" maintained by the same person - it's the same conky.

    I'm running SID so it came in with an update.

    Code:
     
     23 Jun 13 | 12:18:35 ~
        $ conky -v
    Conky 1.9.0 compiled Thu May  9 16:41:29 UTC 2013 for Linux 3.2.0-4-amd64 (x86_64)
    
    Compiled in features:
    
    System config file: /etc/conky/conky.conf
    Package library path: /usr/lib/conky
    
     X11:
      * Xdamage extension
      * XDBE (double buffer extension)
      * Xft
      * ARGB visual
    
     Music detection:
      * Audacious
      * MPD
      * MOC
      * XMMS2
    
     General:
      * math
      * hddtemp
      * portmon
      * Curl
      * RSS
      * Weather (METAR)
      * Weather (XOAP)
      * wireless
      * support for IBM/Lenovo notebooks
      * nvidia
      * eve-online
      * config-output
      * Imlib2
      * apcupsd
      * iostats
      * ncurses
      * Lua
    
      Lua bindings:
       * Cairo
       * Imlib2
     
     23 Jun 13 | 12:18:43 ~
        $
    Look at that - almost a year later to the day.
    Last edited by Sector11; June 23rd, 2013 at 04:22 PM.

  8. #22108
    Join Date
    Jan 2008
    Beans
    130

    Re: Post your .conkyrc files w/ screenshots

    Thanks guys, that did the trick!

  9. #22109
    Join Date
    Jan 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots



    Code:
     conky -v
    conky 2.0.0_pre compiled Fri Nov  2 11:55:33 UTC 2012 for Linux 3.2.0-4-amd64 x86_64
    
    Compiled in features:
    
    System config file: /etc/conky/conky.conf
    Package library path: /usr/local/lib/conky
    
    
     General:
      * math
      * hddtemp
      * portmon
      * HTTP
      * IRC
      * Curl
      * RSS
      * Weather (METAR)
      * Weather (XOAP)
      * wireless
      * support for IBM/Lenovo notebooks
      * nvidia
      * builtin default configuration
      * old configuration syntax
      * Imlib2
      * apcupsd
      * iostats
      * ncurses
      * Internationalization support
    
     Lua bindings:
      * Cairo
      * Imlib2
     X11:
      * Xdamage extension
      * XDBE (double buffer extension)
      * Xft
      * ARGB visual
      * Own window
    
     Music detection:
      * Audacious
      * CMUS
      * MPD
      * MOC
    
     Default values:
      * Netdevice: eth0
      * Local configfile: $HOME/.conkyrc
      * Localedir: /usr/local/share/locale
      * HTTP-port: 10080
      * Maximum netdevices: 64
      * Maximum text size: 16384
      * Size text buffer: 256
    Should I compile newer version? But this works...
    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

  10. #22110
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Sector11 View Post
    +1 on that - that should be a "gotta have link" for all conky enthusiasts.
    You might find this link interesting, too...


    Mateusz Łukasik's EvilWM PPA

    Code:
    vindsl@Zuul:~$ apt-cache policy conky-all
    conky-all:
      Installed: 1.9.1~git09022013.318324fc63-1
      Candidate: 1.9.1~git09022013.318324fc63-1
      Version table:
     *** 1.9.1~git09022013.318324fc63-1 0
            100 /var/lib/dpkg/status
         1.9.0-3 0
            500 http://archive.ubuntu.com/ubuntu/ saucy/universe i386 Packages
         1.9.0-2~ppa1~precise1 0
            500 http://ppa.launchpad.net/vincent-c/conky/ubuntu/ precise/main i386 Packages
    vindsl@Zuul:~$



    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

Page 2211 of 2348 FirstFirst ... 1211171121112161220122092210221122122213222122612311 ... 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
  •