Page 899 of 2348 FirstFirst ... 39979984988989789889990090190994999913991899 ... LastLast
Results 8,981 to 8,990 of 23480

Thread: Post your .conkyrc files w/ screenshots

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

    Thumbs down Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by londonali1010 View Post
    Well, Brucie, here's a go with reversing the colours, but this one you can only use on a dark background or the 1px border is even more obvious! (See the second screenie.) I tried
    Code:
    border_inner_margin 0
    border_outer_margin 0
    border_width 0
    but it crashes out of Conky with an error.
    you can try this
    gap_x -1

    but it'll probably not work, crash, set your cat on fire, or worse.
    Last edited by Crinos512; September 5th, 2009 at 10:40 PM.
    || 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'

  2. #8982
    Join Date
    Feb 2009
    Location
    UK
    Beans
    129
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Crinos512 View Post
    you can try this
    gap_x -1

    but it'll probably not work, crash, set your cat on fire, or worse.
    No, that doesn't work And now my cat's on fire. Thanks a LOT.
    - Samsung R519 Silver - Dual-Boot Windows 7/Ubuntu 9.10 -
    - The Official Conky Blog - Follow conkynews on Twitter -
    - My Launchpad PPA -
    - My blog: My Little Desktop -

  3. #8983
    Join Date
    Jul 2005
    Location
    2 exits past crazy
    Beans
    4,222
    Distro
    Lubuntu 12.10 Quantal Quetzal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by londonali1010 View Post
    No, that doesn't work And now my cat's on fire. Thanks a LOT.
    Flame broiled is the only way to eat cat...

  4. #8984
    Join Date
    Jul 2008
    Location
    Connecticut, U.S.
    Beans
    106
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by yabbadabbadont View Post
    Flame broiled is the only way to eat cat...
    10 Points to Griffindor!
    Registered Ubuntu User #29430

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

    Re: Post your .conkyrc files w/ screenshots

    Lol, ya ever notice how a turn of phrase can take on a life of it's own?
    || 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'

  6. #8986
    Join Date
    Mar 2009
    Location
    Cork, Ireland
    Beans
    239
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    The original version of this conky can be found here and credit goes to them, I just took it and modified for my own setup
    Attached Images Attached Images
    Attached Files Attached Files
    Acer Aspire T650, 3GHz PIV 1.4Gb RAM ATi Radeon Xpress 200
    320+80GB SATA Ubuntu 9.10 Karmic x86_64 Windows XP Home SP3

    Linux Expresso - Now featuring videos of my systems!

  7. #8987
    Join Date
    Aug 2009
    Beans
    19
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Post Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by The Real Dave View Post
    The original version of this conky can be found here and credit goes to them, I just took it and modified for my own setup :D
    Cool. Where do you get the font: 'Weather' ?

    Edit
    Never mind, found out from the original post, all the fonts were downloaded from www.dafont.com.
    Last edited by zmdmw52; September 6th, 2009 at 04:44 PM.

  8. #8988
    Join Date
    Jul 2009
    Location
    Dayton Ohio USA
    Beans
    1,069
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Post your .conkyrc files w/ screenshots

    Last edited by MooPi; September 6th, 2009 at 04:50 PM. Reason: image to big

  9. #8989
    Join Date
    Aug 2009
    Location
    Raleigh, NC
    Beans
    7
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Post your .conkyrc files w/ screenshots

    I am in the process of trying to get my conkyBanshee to function perfectly. I read the replies earlier in the thread http://ubuntuforums.org/showthread.p...81865&page=850 about making album cover art show up correctly, but that has not corrected my problem. I understand fully what the code is doing, but can not determine the best way to succeed at pulling the art for display.

    ${exec cp "`conkyBanshee --datatype=CA | sed -e 's/\\\//g'`" ~/.album/}${image ~/.album/ -p 0,0 -s 100x100}

    This is what previously worked for others, but is not for me. The first command to exec conkyBanshee works perfectly and places the renamed .jpg into my .album directory. The second command however, does not know which cover art to use since it does not reference the actual file just the directory. The error I recieve is simply "Unable to load image". If I add the direct album art into the command line it retrieves it fine, but obviously then it would not allow it to change by the song. What is the best method to use to send the image command the correct file based on the newly renamed image file from the exec? Thanks for any tips, ideas, etc.

    Phillip

  10. #8990
    Join Date
    Feb 2009
    Location
    UK
    Beans
    129
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by pmisley View Post
    I am in the process of trying to get my conkyBanshee to function perfectly. I read the replies earlier in the thread http://ubuntuforums.org/showthread.p...81865&page=850 about making album cover art show up correctly, but that has not corrected my problem. I understand fully what the code is doing, but can not determine the best way to succeed at pulling the art for display.

    ${exec cp "`conkyBanshee --datatype=CA | sed -e 's/\\\//g'`" ~/.album/}${image ~/.album/ -p 0,0 -s 100x100}

    This is what previously worked for others, but is not for me. The first command to exec conkyBanshee works perfectly and places the renamed .jpg into my .album directory. The second command however, does not know which cover art to use since it does not reference the actual file just the directory. The error I recieve is simply "Unable to load image". If I add the direct album art into the command line it retrieves it fine, but obviously then it would not allow it to change by the song. What is the best method to use to send the image command the correct file based on the newly renamed image file from the exec? Thanks for any tips, ideas, etc.

    Phillip
    It looks like your syntax is slightly wrong. What you want is to copy the album image into a file called .album, not a directory...Try:
    Code:
    ${exec cp "`conkyBanshee --datatype=CA | sed -e 's/\\\//g'`" ~/.album}${image ~/.album -p 0,0 -s 100x100}
    instead.

    HTH
    - Samsung R519 Silver - Dual-Boot Windows 7/Ubuntu 9.10 -
    - The Official Conky Blog - Follow conkynews on Twitter -
    - My Launchpad PPA -
    - My blog: My Little Desktop -

Page 899 of 2348 FirstFirst ... 39979984988989789889990090190994999913991899 ... 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
  •