Page 2173 of 2348 FirstFirst ... 1173167320732123216321712172217321742175218322232273 ... LastLast
Results 21,721 to 21,730 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #21721
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Petro Dawg View Post
    Well I got my Conky up and running, but sensors on this computer are compatible with lm-sensors it appears. No temp or fan speed available. Just using the Cairo dock applet for weather now to save some screen space on my tiny monitor.
    Looking good - small but good.

  2. #21722
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by AndyOpie150 View Post
    PS: Found this in my save folder I have on my Flash Drive:

    Will this work?
    What is that suppose to do?

  3. #21723
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by AndyOpie150 View Post
    Neither scripts worked.
    I ended up just puting in
    Code:
     conky -p 15
    where it asks for command. Works great now.
    Something I learned recently from VastOne about Xfce is that "Session and Startup" autostart requires an "absolute path"

    Doesn't work:
    ~/conky/script.sh
    $HOME/conky/script.sh
    $USER/conky/script.sh

    Works:
    /home/sector11/conky/script.sh

    Well, if your user name is sector11 that is.

    Interesting that conky -p 15 command
    ... we are all so caught up with sleep 15 && conky, I'm guilty as well, that we forget conky has that built in.

    Nice reminder AndyOpie150 - Thank You!

  4. #21724
    Join Date
    Aug 2012
    Location
    Florida
    Beans
    185
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    Hey! Nice to see you again.
    The afore mentioned file was suposedly a conky start up script. Didn't write down the details of how to incorporate it, which is why I asked if it would work.
    Once my brain was kickstarted by Petro Dog the conky -p 15 in my notes was the next thing I tried.

    Strange though, I still haven't figured out why I have to open up the desktop settings to get my conky to quit showing the original background when i'm in a different background. Kinda annoying.
    Made sure the first thing I did to set up conky was to open a Terminal and type in:
    Code:
     sudo apt-get install conky-all
    Something I need to check?

  5. #21725
    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 AndyOpie150 View Post
    Hey! Nice to see you again.
    The afore mentioned file was suposedly a conky start up script. Didn't write down the details of how to incorporate it, which is why I asked if it would work.
    Once my brain was kickstarted by Petro Dog the conky -p 15 in my notes was the next thing I tried.

    Strange though, I still haven't figured out why I have to open up the desktop settings to get my conky to quit showing the original background when i'm in a different background. Kinda annoying.
    Made sure the first thing I did to set up conky was to open a Terminal and type in:
    Code:
     sudo apt-get install conky-all
    Something I need to check?
    Yay! Someone gave me an old 16" in monitor at work today to replace my ancient 13" monitor, so now I can read an entire post without having to scroll

    Anyways, you might need to post your Conky script (I didn't see it posted in my quick glance of the past several thread pages) . I expect your issue is with your window type settings. You might play around with the settings, mine are as follows...

    Code:
      
      update_interval 3.0
      total_run_times 0
      cpu_avg_samples 4
      no_buffers yes
      double_buffer yes
      override_utf8_locale yes
    
    #overall appearance of conky window
      own_window yes
      own_window_type normal
      own_window_transparent yes
      own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
      draw_borders no
    Those settings work for me on my xfce machine without issue.
    Who's Awesome? You're Awesome.

  6. #21726
    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 Sector11 View Post
    Something I learned recently from VastOne about Xfce is that "Session and Startup" autostart requires an "absolute path"

    Doesn't work:
    ~/conky/script.sh
    $HOME/conky/script.sh
    $USER/conky/script.sh

    Works:
    /home/sector11/conky/script.sh

    Well, if your user name is sector11 that is.

    Interesting that conky -p 15 command
    ... we are all so caught up with sleep 15 && conky, I'm guilty as well, that we forget conky has that built in.

    Nice reminder AndyOpie150 - Thank You!
    Current versions of Xubuntu should handle creating the file path automatically. Adding applications to auto start-up just requires clicking a button, navigating to, and selecting the correct executable; easy as pie (or cake depending on your preference). And yes, it does create the path starting with /home/....

    This is the first time I heard of "conky -p 15", and here I thought I knew the native Conky application pretty well, guess I have more to learn yet.
    Who's Awesome? You're Awesome.

  7. #21727
    Join Date
    Jul 2009
    Location
    AL, USA
    Beans
    330
    Distro
    Kubuntu 16.04 Xenial Xerus

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by VinDSL View Post
    Conky seems to be very resilient to change...
    The only problem I'm having, right now, is getting QDBus to work correctly with Guayadeque.

    Anyway, no reason to start_from_scratch, unless you're bored IMO...
    I just found my old script and got it running, but I have some tinkering to do to it. For starters, my old machine was a Pentium4 desktop with two HDDs. I still can't seem to get an external IP and I haven't even bothered with the calendar. At least it's there!


    Edit: Now that I think about it, since this is a laptop, there's a good many statuses that might be done in Conky. Battery and wlan come to mind... ^_^?
    Attached Images Attached Images
    Last edited by zer010; April 2nd, 2013 at 04:01 AM.
    Thinkpad T430, Intel i5-3320M (Ivy), 8GB RAM, Intel HD 4000, 500GB HDD: Xubuntu 20.04 LTS 64bit

  8. #21728
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by zer010 View Post
    I just found my old script and got it running, but I have some tinkering to do to it. For starters, my old machine was a Pentium4 desktop with two HDDs. I still can't seem to get an external IP and I haven't even bothered with the calendar. At least it's there!


    Edit: Now that I think about it, since this is a laptop, there's a good many statuses that might be done in Conky. Battery and wlan come to mind... ^_^?
    External IP (needs curl)...
    Code:
    ${execi 3600 curl ifconfig.me}
    Test in terminal...
    Code:
    curl ifconfig.me
    Last edited by stinkeye; April 2nd, 2013 at 04:14 AM.

  9. #21729
    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 zer010 View Post
    Edit: Now that I think about it, since this is a laptop, there's a good many statuses that might be done in Conky. Battery and wlan come to mind... ^_^?
    Just takes a little gentle nudging.



    * 10" Eee PC netbook
    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

  10. #21730
    Join Date
    Jul 2009
    Location
    AL, USA
    Beans
    330
    Distro
    Kubuntu 16.04 Xenial Xerus

    Re: Post your .conkyrc files w/ screenshots

    "External IP (needs curl)..."

    Thanks for that, stinkeye! I had an old wget line to fetch it from "whatsmyip", but this is so much better!
    Last edited by zer010; April 2nd, 2013 at 05:17 AM. Reason: Forgot quote
    Thinkpad T430, Intel i5-3320M (Ivy), 8GB RAM, Intel HD 4000, 500GB HDD: Xubuntu 20.04 LTS 64bit

Page 2173 of 2348 FirstFirst ... 1173167320732123216321712172217321742175218322232273 ... 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
  •