Search:

Type: Posts; User: Bruce M.; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.10 seconds.

  1. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    It is still pure genius!

    Have a nice day.
    Bruce
  2. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    RE: #3 - Well, it it doesn't - it has the tools to install it. :)

    Have a nice night.
    Bruce
  3. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    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...
  4. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    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...
  5. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Nice, does it "automatically" change to match wallpapers?

    {yea yea, I know, I'll leave peacefully!!}

    Have a nice day.
    Bruce
  6. Re: Conky Support Scripts: Show us your "Scripts" & Screenshots of what they do.

    Now that's GREAT!

    Very nice work.

    +1 for you.

    Have a nice day.
    Bruce
  7. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    NO NO NO NO!!!

    londonali1010 does NOT do basic, she does "simple elegance"!

    HUGE difference - by comparison I do basic. :D

    That's really nice!

    CHIMO!
    Bruce
  8. [SOLVED] Re: How to mark in conky in calender current day+centered?

    HEY there buddy, you beat me to the punch, but missed one part of his two part quest.

    He wanted the day marked differently AND centred. No problem though, I did give him "# Updated by:...
  9. [SOLVED] Re: How to mark in conky in calender current day+centered?

    Hi vickoxy

    Rather than look at yours, because I'm sure if you use an ${alignc} on it only the top half gets centred, here is one that does what you want and more:


    ${font DejaVu Sans...
  10. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Well, that's not quite true. What causes conky to "grow" is:

    Vertical: the number of lines of code you use, and blank lines count and,

    Horizontal: the width of the widest line you use.

    TEXT...
  11. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Text buffer is only needed if one call overflows the buffer like conkyForcast calling in a template for 7 days weather, thats where it needs to be increased.

    In your case, I think commenting out a...
  12. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Nothing secret about it, he pages, O said to check his PM - has my email so he can send his conky to me to look at.

    Now can I interest you in a bridge? :D

    Have a nice day.
    Bruce
  13. Re: Conky Support Scripts: Show us your "Scripts" & Screenshots of what they do.

    Thanks dk75, it works great in a terminal. :)

    I REALLY REALLY hate being "script deficient" and having too much on my plate at this stage of my life to learn.


    # Colors
    default_color 7FFF00...
  14. Re: Conky Support Scripts: Show us your "Scripts" & Screenshots of what they do.

    I've seen that somewhere, but can's figure out the seconds on that one. :)

    Besides, I didn't want to use LUA for this.

    Have a nice day.
    Bruce
  15. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Check your PM
  16. Re: Conky Support Scripts: Show us your "Scripts" & Screenshots of what they do.

    I'm not so sure. Here is the code I have, it only has 1 line for the years but I'm getting errors already, and I need two more. That's why I was wondering is a bash script could take the %y command...
  17. Re: Conky Support Scripts: Show us your "Scripts" & Screenshots of what they do.

    Don't want the century, just the "decade" and the "year" number For example next year will be 2011 so I need it to look like:



    and in 2012


    X 0 0 0 X 0
    0 0 0 0 0 0
    0 0 0 0 0 0
  18. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Hi lpanebr

    fs_used = FileSystem so it does the "mount point" not individual directories.

    If you do something like this:

    Thu Feb 04, 22:38 $ du -h -c /media/9/My_Images
    -h = human readable...
  19. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Yea, maybe I have, but I am only giving back what people gave me: HELP!

    I've seen some pretty awesome "first conkys" considering what my first one was like. I don't have the "original" image...
  20. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    If it doesn't work will I still be great?

    Have a nice day.
    Bruce
  21. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Sure:


    ${voffset 12}${font LCDMono:bold:size=11}${color3}${time %H:%M} ${color0}${time %b %y}${font}${color}${voffset -10}${color}${font DejaVu Sans Mono:bold:size=9}${execpi 3600...
  22. Re: Conky Support Scripts: Show us your "Scripts" & Screenshots of what they do.

    Valid operands are: '>', '<', '>=', '<=', '==', '!='.

    There are 100 years in a century, if I use '==' I need 100 ${if_matching}, 100 ${else} and 100 ${endif} statements.

    If I use '>=' it's the...
  23. Re: Conky Support Scripts: Show us your "Scripts" & Screenshots of what they do.

    Since I can't write a script - I need help.



    Unfortunately, if_match does NOT evaluate "><" (greater than or less than)

    Sooooooooooo:

    ${if_match ${time %y} == 00}${color}${else}${color4}...
  24. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    I'm quoting Crinos here since you haven't done it:

    Show us your conky! Then we can help

    Have a nice day.
    Bruce
  25. Replies
    23,479
    Views
    9,301,897

    Re: Post your .conkyrc files w/ screenshots

    Hi ramjitmyrtle

    Try this ... difficult with out the actual size of your son's picture, so I used a floppy disk image, but you will get the idea:


    TEXT
    ${voffset 130}${color d40000}${hr...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4