Page 1849 of 2348 FirstFirst ... 849134917491799183918471848184918501851185918991949 ... LastLast
Results 18,481 to 18,490 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #18481
    Join Date
    Dec 2008
    Location
    The Desert
    Beans
    281
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by prupert View Post
    I've done some searching on this, but haven't had any luck, since most posts my searches return are about network stats and not what I am after.

    Is it possible, has anyone managed or is there a hack to allow conky to show the stats for local AND remote PCs? I have a PC that is always on, I'd like to use it to show me the stats/health of a few other PCs on the network and to me conky would be a great way to do that. So, is it possible to use conky to pipe it's output from one PC to another instance of conky on another PC?
    I wouldn't see why not. My thinking has me headed more towards bash and ssh or telnet into whatever machine then just using print to get what stats you might need.
    Code:
    #!/bin/bash
    SSH_User=*****
    SSH_IP=192.168.1.101
    sudo ssh SSH_USER@SSH_IP
    hostname
    exit
    something like that I think should get your data. You going to have to add the ssh command. Heres a HOWTO in order to edit your visudo. It could become a security threat so only do this with caution
    I'm a super power user

  2. #18482
    Join Date
    Aug 2007
    Location
    a puddle in Manchester
    Beans
    9,198
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Post your .conkyrc files w/ screenshots

    I'm running Oneiric and recently there have been some issues with the new Nvidia driver and Cairo which stopped X from running.
    Reverting to an older Cairo version solved the issue.
    However, now my conky display is out of sync (or something) with the desktop background.
    If you look at the screenshot you can see that the conky part of the desktop is about a quarter of an inch higher than the background, so it doesn't line up properly.
    Any ideas?
    It could just be an Oneiric release problem but it's not something I've seen before
    Attached Images Attached Images
    MacBook Pro 10,1 retina

  3. #18483
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by prupert View Post
    I've done some searching on this, but haven't had any luck, since most posts my searches return are about network stats and not what I am after.

    Is it possible, has anyone managed or is there a hack to allow conky to show the stats for local AND remote PCs? I have a PC that is always on, I'd like to use it to show me the stats/health of a few other PCs on the network and to me conky would be a great way to do that. So, is it possible to use conky to pipe it's output from one PC to another instance of conky on another PC?
    Quote Originally Posted by djyoung4 View Post
    I wouldn't see why not. My thinking has me headed more towards bash and ssh or telnet into whatever machine then just using print to get what stats you might need.
    Code:
    #!/bin/bash
    SSH_User=*****
    SSH_IP=192.168.1.101
    sudo ssh SSH_USER@SSH_IP
    hostname
    exit
    something like that I think should get your data. You going to have to add the ssh command. Heres a HOWTO in order to edit your visudo. It could become a security threat so only do this with caution
    Take a look starting with Post 6796 and see if that is what you're trying to do - the original conky got more sophisticated as I recall so maybe check through some posts in that time frame.
    The mark of an honest man ... is that he means what he says and knows what he means.
    A.R.

  4. #18484
    Join Date
    Jan 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by djyoung4 View Post
    I wouldn't see why not. My thinking has me headed more towards bash and ssh or telnet into whatever machine then just using print to get what stats you might need.
    Code:
    #!/bin/bash
    SSH_User=*****
    SSH_IP=192.168.1.101
    sudo ssh SSH_USER@SSH_IP
    hostname
    exit
    something like that I think should get your data. You going to have to add the ssh command. Heres a HOWTO in order to edit your visudo. It could become a security threat so only do this with caution
    SNMP will be safer than SSH login in a plain text.
    And if SSH is your choise then login with RSA/DSA not with password.
    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

  5. #18485
    Join Date
    Apr 2006
    Beans
    4

    Re: Post your .conkyrc files w/ screenshots

    CONKY-Colors 7.0(2011-08-09)
    New sls mode:
    --sls - Enable SLS-conky mode
    options avaliable with this mode:
    --nobg option
    --weather=<area_id> option
    --user=<username> - Type your gmail username
    --passwd=<password> - Type your gmail password
    * Three new themes: agata, sapphire and ruby
    * Lots of improviments in all cairo-scripts
    * Added conkyZimCalendar and conkyZimEvents scripts with zim-wiki support
    * Updated scripts
    * Many bugfixes

    Download
    Attached Images Attached Images
    • File Type: jpg 1.jpg (94.9 KB, 159 views)
    • File Type: jpg 2.jpg (76.2 KB, 117 views)
    • File Type: jpg 3.jpg (88.9 KB, 99 views)

  6. #18486
    Join Date
    Jun 2005
    Location
    Buenavista, ADN, Phils
    Beans
    285

    Re: Post your .conkyrc files w/ screenshots

    Think its time I take a good look at LUA and Cairo.
    Mac Mini: OSX 10.9 Mavericks, i7-3720QM 2.6Ghz, 16GB RAM, 1.25TB Fusion Array, Intel HD4000 iGPU
    Photo Blog on Youtube: www.youtube.com/user/ExodistPhotoBlog
    Linux User: 380654

  7. #18487
    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 Bandit View Post
    Think its time I take a good look at LUA and Cairo.
    Same drug - different delivery system.
    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

  8. #18488
    Join Date
    May 2007
    Location
    Somewhere down the road
    Beans
    1,629
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    it seems gauges are not displaying on sls mode. got some error like

    Conky: llua_do_call: function conky_main execution failed: /usr/share/conkycolors/scripts/conkySLS.lua:23: assertion failed!
    Last edited by Script Warlock; August 9th, 2011 at 10:05 PM.

  9. #18489
    Join Date
    Apr 2006
    Beans
    4

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Script Warlock View Post
    it seems gauges are not displaying on sls mode. got some error like

    Conky: llua_do_call: function conky_main execution failed: /usr/share/conkycolors/scripts/conkySLS.lua:23: assertion failed!
    I cant check it now bc i'm not on my computer, only tomorow now. Sry dude...

  10. #18490
    Join Date
    Apr 2010
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    Conky: llua_do_call: function conky_main execution failed: /usr/share/conkycolors/scripts/conkySLS.lua:26: assertion failed!

    on archlinux

Page 1849 of 2348 FirstFirst ... 849134917491799183918471848184918501851185918991949 ... 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
  •