Page 2087 of 2348 FirstFirst ... 1087158719872037207720852086208720882089209721372187 ... LastLast
Results 20,861 to 20,870 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #20861
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Post your .conkyrc files w/ screenshots

    Had problems with
    Code:
    own_window_type override

    Code:
    own_window_type normal
    Working fine with or without real transparency. Nvidia gfx.

  2. #20862
    Join Date
    Aug 2010
    Location
    Earth, usually...
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Sector11 View Post
    IT'S BACK!!!!!


    conkyForecast is BACK! No ID No KEY 10days!


    conkyForecast LIVES! It's ALIVE!!!!!!!
    That's affirmative! Spent some "quality time" with conky tonight, and between Sector11, mclovin, mrpeachy, VinDSL, Vastone, and way to many more to name, I'm looking pretty decent! Love CTRL-C and CTRL-V and other peoples creativity!

    The moon and sun images are showing correctly now on my desktop! It's not part of the desktop picture! Love the way it just blends in. Looks like it is part of the wallpaper! Conky is fantastic! If you think any of it looks bad, then that is my fault totally and has nothing to do with the aforementioned folks. I was just saying thank-you to them for their help, whether they know they gave it or not! Your a patient man Sector11... Definitely thanks... (Not sure why I'm getting the 'shadows' behind the text for the middle conky?)

    Accidental learnin'! You gotta love it!

    Jed
    Attached Images Attached Images
    Last edited by Jedcurtis; October 24th, 2012 at 12:51 PM.

  3. #20863
    Join Date
    Oct 2005
    Location
    Wabasha MN
    Beans
    2,571
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by stinkeye View Post
    Had problems with
    Code:
    own_window_type override

    Code:
    own_window_type normal
    Working fine with or without real transparency. Nvidia gfx.
    I made the same change and it seems to be working for me also.
    Information on my Main laptop. Information on my small laptop Dell 11 3000
    Using a Asus 3632QM laptop with 8gig RAM, 250 SSD.
    Machine Registered 366271, 366273, 366275.
    Registered Ubuntu user number 18630. Registered Linux user number 458093.

  4. #20864
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by stinkeye View Post
    Had problems with
    Code:
    own_window_type override

    Code:
    own_window_type normal
    Working fine with or without real transparency. Nvidia gfx.
    Yea, I gave up "override" a while back, I like the "full control" of:
    Code:
    own_window_hints
    that override doesn't allow: (italics - mine)

    If own_window is yes, you may use these window manager hints to affect the way Conky displays. Notes: Use own_window_type desktop as another way to implement many of these hints implicitly. If you use own_window_type override, window manager hints have no meaning and are ignored.
    Note that: If own_window is yes

    Also if you are using wmctrl with conky in anyway, 'override' is a no no. (in my experience)

  5. #20865
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Jedcurtis View Post
    Accidental learnin'! You gotta love it!
    Looking really good there Jed!

    I learn by osmosis.

    EDIT:

    Shadows:
    Code:
    draw_shades yes
    Last edited by Sector11; October 24th, 2012 at 06:54 PM. Reason: added shadows

  6. #20866
    Join Date
    Aug 2008
    Location
    Bucharest, ROMANIA
    Beans
    13
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Post your .conkyrc files w/ screenshots

    Hi, everyone !
    Is there any way to make conky hide automatically or manually..?
    May be interactive conky method applied here..?
    Attached Images Attached Images

  7. #20867
    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 Sector11 View Post

    conkyForecast LIVES! It's ALIVE!!!!!!!
    Did you tell K?
    I'm a super power user

  8. #20868
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by vasilub1 View Post
    Hi, everyone !
    Is there any way to make conky hide automatically or manually..?
    May be interactive conky method applied here..?
    Link to that conky please.
    Interactive ... probably has a touch of mrpeachy's interactive LUA script in there.


    You could always remove "undecorated" from:
    Code:
    own_window_hints
    putting conky in a window make an icon that starts it and click on the [x] to shut it down.

    Or the start-stop conky script (ssc.sh) assign that to an icon and it will open a closed conky (group of conkys) or shut them all down.

    Start/Stop Conky or another version Start/Stop Conky II

  9. #20869
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by djyoung4 View Post
    Did you tell K?
    Oh yea, he was the first to get an email.

    Quoting K (not the MIB K)
    Well found, so the moral of the story? Don't do a thing and everything will turn out alright

    Think of all those old examples that can serve as a basis for lots of conky files!

  10. #20870
    Join Date
    Oct 2009
    Location
    Under a rock
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by vasilub1 View Post
    Hi, everyone !
    Is there any way to make conky hide automatically or manually..?
    May be interactive conky method applied here..?
    see here
    http://crunchbanglinux.org/forums/post/245759/#p245759

    this is my button script and conkyrc

    the conkyrc is like this currently
    Code:
    template1 ${lua rc_button {btype=1,bname="conkybutton1",blx_off=5,bly_off=50,bw_off=70,bh_off=30,draw=1,text=1,fcol_off={0x000000},txt_off={"BUTTON","OFF"},font_off={"Sans"},fs_off={12},fxadj_off={5},fyadj_off={-17,-2},txt_on={"BUTTON","ON"}}}
    TEXT
    ${cpu cpu0}
                            ${if_match ${template1}==0}the button is off${else}the button is on${endif}
    but could easily control an entire conky display
    Code:
    template1 ${lua rc_button  {btype=1,bname="conkybutton1",blx_off=5,bly_off=50,bw_off=70,bh_off=30,draw=1,text=1,fcol_off={0x000000},txt_off={"BUTTON","OFF"},font_off={"Sans"},fs_off={12},fxadj_off={5},fyadj_off={-17,-2},txt_on={"BUTTON","ON"}}}
    TEXT
    ${if_match ${template1}==0}${else}
    all your conky stuff
    ${endif}

Page 2087 of 2348 FirstFirst ... 1087158719872037207720852086208720882089209721372187 ... 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
  •