Page 1205 of 2348 FirstFirst ... 2057051105115511951203120412051206120712151255130517052205 ... LastLast
Results 12,041 to 12,050 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #12041
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by internalkernel View Post
    So, I've made it up to about... page 600-something

    My perfectionist nature wants to squelch the error... Is this possible? or is this just the burden of using the if statement?
    Hi internalkernel

    Would that be opposed to externalcaptain? {just kidding}

    600 - you've just touched the surface. NICE Conky though.

    I don't use "if" statements in my conkys as they are not needed. However looking at you code I see the proper number of endif's to match the "if_xx"'x so it's not that.

    I tacked this onto the end of one of my conkys:
    Code:
    ${voffset -3}${color4}${fs_bar /home}
    ${color9}DropBox${if_existing /media/DropBox}
    ${color1}${font DroidSans:size=9}Backup:  ${alignc}${color0}${font lucidamac:size=8}${fs_used /media/DropBox}  of  ${fs_size /media/DropBox} : ${fs_free_perc /media/DropBox}%   
    ${voffset -3}${color4}${fs_bar /media/DropBox}${endif}
    Which should have showed the "home bar" and the word DropBox, twice, one RED one Yellow and that's that.

    But I get the same error:
    Code:
    Conky: statfs '/media/DropBox': No such file or directory
    Conky: statfs '/media/DropBox': No such file or directory
    Conky: statfs '/media/DropBox': No such file or directory
    Conky: statfs '/media/DropBox': No such file or directory
    Conky: statfs '/media/DropBox': No such file or directory
    Conky: statfs '/media/DropBox': No such file or directory
    if_existing file (string)

    if FILE exists, display everything between if_existing and the matching $endif. The optional second paramater checks for FILE containing the specified string and prints everything between $if_existing and the matching $endif.
    So I tried:

    if_mounted (mountpoint)

    if MOUNTPOINT is mounted, display everything between $if_mounted and the matching $endif
    Same display, same error - This is NOT right!

    Have a nice day
    Bruce
    Attached Images Attached Images
    Last edited by Bruce M.; February 16th, 2010 at 01:56 AM.

  2. #12042
    Join Date
    Feb 2008
    Location
    I'm lost ... HELP!
    Beans
    1,014
    Distro
    Xubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by internalkernel View Post
    So, I've made it up to about... page 600-something

    I figured I should update my conky screenshot and post the conf along with it...

    Also had a question, hoping someone has gotten this sorted... I'm using an if_existing statement to detect a removable drive... however, I end up with:
    Code:
    Conky: statfs '/media/DropBox': No such file or directory
    My perfectionist nature wants to squelch the error... Is this possible? or is this just the burden of using the if statement?
    Try if_mounted instead

    Meh, Bruce beat me to it.

  3. #12043
    Join Date
    Feb 2008
    Location
    I'm lost ... HELP!
    Beans
    1,014
    Distro
    Xubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    Trust me, you've been pegged. And how could you possibly make conky detect which wallpaper and change it's output? Are you a "Gandalf" in disguise?

    @ Everyone - I'm not MIA, I'm not abandoning the thread, nor Conky.

    I am basically in a "semi-lurk" mode here because of three things:

    1. My ISP is "rebuilding it's network" so for the month of Feb it's a "touch-n-go" situation as to whether or not I have Internet access. The GOOD thing about it is they've upgraded my service to 3MB for the same priceas I was paying for 1MB. We'll see what March brings.

    2. Some really heavy duty personal stuff of late sometimes demands my time, even when I do have Internet access, and "LIFE" wins every time!

    3. I am super involved in a new Debian based Linux Distro: TOTA - (Tools Of The Adventure) that has NO Desktop, only Window Managers; FluxBox, OpenBox, Awesome and Window Maker. At this point in time it is in Beta and all WM's are included. When the "Final" comes out it will come in at least 4 flavours: TOTA-FB, TOTA-OB, TOTA-Awe and TOTA-WM. Maybe even a TOTA-All who knows.

    It comes with a whole bunch of conkys installed as well, most need "some" configuring (Email, weather, etho is default in all except one that defaults to wan0, etc.). Here's the default Conky for OpenBox and what OB looks like.


    Have a nice day.
    Bruce
    1. That's why I have 2 ISPs

    2. Life is overrated! Damn this web is wide, I've been surfing for over a decade and still haven't reached the edge.

    3. It still comes with compiz I hope? WM + conky + compiz + a pretty picture, what else do you need? Oh yeah, some place to hide my skype/deluge/tomboy-notes

  4. #12044
    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 abumaia View Post
    You don't make conky detect the wallpaper. Set up a script to change the wallpaper on a certain interval, and have it killall conky and restart conky with a new conkyrc made just for that wallpaper. Repeat for however many wallpapers you want. Duh.
    read my mind. now to find the time to put it together
    I'm a super power user

  5. #12045
    Join Date
    Nov 2009
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    So I tried:

    if_mounted (mountpoint)

    if MOUNTPOINT is mounted, display everything between $if_mounted and the matching $endif
    Same display, same error - This is NOT right!

    Have a nice day
    Bruce
    if mountpoint is mounted, conky will DISPLAY everything between $if_mounted and the matching $endif.
    if mountpoint is not mounted it will not DISPLAY it on the desktop but will still execute the command between $if_mounted and the matching $endif (i think).
    Last edited by arzali; February 16th, 2010 at 03:51 AM.

  6. #12046
    Join Date
    Nov 2009
    Location
    Florida, USA
    Beans
    242
    Distro
    Ubuntu Studio 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Bruce M. View Post
    And how could you possibly make conky detect which wallpaper and change it's output?
    Hm.. A Challenge? Well, count ten paces, turn, and duel, comrade!
    Ubuntu User #29918 | Linux User #501271 |

  7. #12047
    Join Date
    Nov 2009
    Location
    Florida, USA
    Beans
    242
    Distro
    Ubuntu Studio 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    My newest creation. I got about 100 hours into this thing, and that's on the low end. And yes, the entire thing is a conky, and the orbs do indeed flow.

    Introducing: The Gamer

    And without any volume/mail/trash/updates
    Attached Images Attached Images
    Last edited by cariboo; February 18th, 2010 at 07:52 AM. Reason: Added display Remove huge inline images and convert to attachment
    Ubuntu User #29918 | Linux User #501271 |

  8. #12048
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by miegiel View Post
    1. That's why I have 2 ISPs

    2. Life is overrated! Damn this web is wide, I've been surfing for over a decade and still haven't reached the edge.

    3. It still comes with compiz I hope? WM + conky + compiz + a pretty picture, what else do you need? Oh yeah, some place to hide my skype/deluge/tomboy-notes
    RE: #3 - Well, it it doesn't - it has the tools to install it.

    Have a nice night.
    Bruce

  9. #12049
    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 Mahngiel View Post
    My newest creation. I got about 100 hours into this thing, and that's on the low end. And yes, the entire thing is a conky, and the orbs do indeed flow.

    Introducing: The Gamer


    And without any volume/mail/trash/updates
    i dont even know what the orbs are displaying. can we see the scripts
    I'm a super power user

  10. #12050
    Join Date
    Nov 2009
    Location
    Chicago
    Beans
    121

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by legolas_w View Post
    Hi,

    Can you share you wallpaper?

    Thanks.
    If I'm not mistaken, that looks like the main character from a Korean movie called Lady Vengeance. (And supposedly Charlize Theron wants to star in a remake of it...)
    HP Compaq Evo N610c, P4M 2.8gHz, 768mb, ATI Radeon m7500
    Mint XFCE, Mint Isadora Fluxbox, #! Statler/CompizWM, Mint Katya, Windows XP

Page 1205 of 2348 FirstFirst ... 2057051105115511951203120412051206120712151255130517052205 ... 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
  •