Page 2021 of 2348 FirstFirst ... 1021152119211971201120192020202120222023203120712121 ... LastLast
Results 20,201 to 20,210 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #20201
    Join Date
    Jan 2008
    Beans
    130

    Re: Post your .conkyrc files w/ screenshots

    Couple quick questions:
    How can I make a line (${hr 2}) stop at a specific point?
    and
    How can I align something to the right, but not all the way to the right?

  2. #20202
    Join Date
    Apr 2007
    Beans
    195

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by davesbrain View Post
    Couple quick questions:
    How can I make a line (${hr 2}) stop at a specific point?
    and
    How can I align something to the right, but not all the way to the right?
    Answer 1: To MY knowledge, it requires putting a character at that point. Use your HR, then put a Goto to that point after the HR, and put a dot or a bar, or an underscore there. The HR should stop.

    Answer 2: There's a built in offset to the alignr object. Put a number after the alignr object, but before the curly braces, and it will offset the right alignment by a number of pixels. You can guess from there.
    Last edited by 42dorian; July 17th, 2012 at 11:55 PM.

  3. #20203
    Join Date
    Oct 2009
    Location
    Under a rock
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by davesbrain View Post
    Couple quick questions:
    How can I make a line (${hr 2}) stop at a specific point?
    i dont think you can... unless you fake it like this

    Code:
    some text${voffset 2}${cpubar 1,100}${voffset -2}${goto 170}more text
    the voffset will change depending on the width of the line, its in there so that poistioning is exactly like you would get with hr

    just tried out some options in conky and only ever get hr all the way across no matter what you put after it

  4. #20204
    Join Date
    Jan 2008
    Beans
    130

    Re: Post your .conkyrc files w/ screenshots

    How about something like this:
    Screenshot-1.jpg


  5. #20205
    Join Date
    Apr 2007
    Beans
    195

    Re: Post your .conkyrc files w/ screenshots

    ...Okay... What about it? Is that a solution to the line issue, the alignment issue, or are you just putting it out there for us to look at?

    Context is important, davesbrain!

  6. #20206
    Join Date
    Jan 2008
    Beans
    130

    Re: Post your .conkyrc files w/ screenshots

    Just putting it out there.

    *Edit - Lines were eliminated, and the alignment was:
    Code:
    ${alignr 5}
    Last edited by davesbrain; July 18th, 2012 at 03:09 AM.

  7. #20207
    Join Date
    Oct 2009
    Location
    Under a rock
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by davesbrain View Post
    How about something like this:
    Screenshot-1.jpg

    looks good davesbrain. Are those boxes drawn onto the wallpaper directly?
    you could also use a lua bg script for solid color backgrounds or call the bg images from in the conkyrc

  8. #20208
    Join Date
    Jan 2008
    Beans
    130

    Re: Post your .conkyrc files w/ screenshots

    Thank you mrpeachy. Actually, it's just one long image called up in the conky.

  9. #20209
    Join Date
    Oct 2009
    Location
    Under a rock
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    thought i would have a go at the "traditional" conky layout... with a lua twist of course



    the twist is that the backgrounds, bars and calendar are generated by one lua script, but everything is set up in the conky code... you don't have to edit the lua to make changes

    weather is via my lua weather script v9000

    this fits a 900 pixel high screen

    files (not including main v9000 or config)
    https://dl.dropbox.com/u/19008369/conky3.tar.gz
    Last edited by mrpeachy; July 19th, 2012 at 04:34 AM.

  10. #20210
    Join Date
    Jan 2008
    Beans
    130

    Re: Post your .conkyrc files w/ screenshots

    Looking good mrpeachy. I'm diggin' the modular look.

Page 2021 of 2348 FirstFirst ... 1021152119211971201120192020202120222023203120712121 ... 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
  •