Page 2183 of 2348 FirstFirst ... 1183168320832133217321812182218321842185219322332283 ... LastLast
Results 21,821 to 21,830 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #21821
    Join Date
    May 2010
    Location
    Australia
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Try
    Code:
    own_window_type desktop
    own_window_transparent yes
    #own_window_argb_visual yes

  2. #21822
    Join Date
    Apr 2013
    Beans
    4

    Re: Post your .conkyrc files w/ screenshots

    Makes no difference.

    From what I have read so far, its related to the way ubuntu us running the background. Conky I believe looks at the root background but ubuntu 13.04 is not using it like that.

    Something else that I have detected when:
    Code:
    double_buffer no
    and
    Code:
    own_window no
    the transparency works but then you have the annoying flicker.
    Last edited by faqterson; April 30th, 2013 at 01:16 PM.

  3. #21823
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by faqterson View Post
    Makes no difference.

    From what I have read so far, its related to the way ubuntu us running the background. Conky I believe looks at the root background but ubuntu 13.04 is not using it like that.

    Something else that I have detected when:
    Code:
    double_buffer no
    and
    Code:
    own_window no
    the transparency works but then you have the annoying flicker.
    Maybe this will help: ARGB Visual from dk75

  4. #21824
    Join Date
    Jul 2006
    Location
    Gujranwala, Pakistan
    Beans
    139
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Originally Posted by sbjaved
    I haven't changed any config settings.
    Then I'm guessing, and it's only a guess, that something in the new Install changed.

    Does it use the same conky version? Do you have "conky-all" installed or just conky?
    I have conky-all installed.
    Last edited by sbjaved; April 30th, 2013 at 02:20 PM.

  5. #21825
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Post your .conkyrc files w/ screenshots

    @ faqterson
    What desktop are you logging in to...
    Code:
    echo $DESKTOP_SESSION
    Attach one of your weather icons so I can test here on 13.04.

  6. #21826
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Hi stinkeye - I was hoping you'd pop in.

  7. #21827
    Join Date
    Jul 2006
    Location
    Gujranwala, Pakistan
    Beans
    139
    Distro
    Ubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by sbjaved View Post


    I just updated to Ubuntu 13.04, conky 1.9.0. What happened to the lower boundary of the upspeed/downspeed graph box? It used to be like this:



    I haven't changed any config settings.
    I've tried changing own_windows_type variable to override, desktop, normal. I've tried enabling/disabling own_window_class and own_window_argb_visual in different combinations. Nothing works. Here is my conky:

    Code:
    # Create own window instead of using desktop (required in nautilus)
    own_window_class Conky
    own_window yes
    own_window_type desktop
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    own_window_argb_visual yes
    # own_window_argb_value 00000000
    # own_window_colour 000000
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # fiddle with window
    use_spacer none
    use_xft yes
    
    # Update interval in seconds
    update_interval 1.0
    
    # Minimum size of text area
    minimum_size 345 620
    
    maximum_width 345
    
    # text_buffer_size 8096
    
    # max_user_text 90000
    
    # Draw shades?
    draw_shades no
    
    # Text stuff
    draw_outline no # amplifies text if yes
    draw_borders no
    xftfont Droid Sans Mono:size=9
    uppercase no # set to yes if you want all text to be in uppercase
    
    # Stippled borders?
    stippled_borders 0
    
    # border margins
    border_inner_margin 0
    
    # border width
    border_width 0
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color white
    
    # Text alignment, other possible values are commented
    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    
    # Gap between borders of screen and text
    gap_x 10
    gap_y 30
    
    # stuff after ‘TEXT’ will be formatted on screen

  8. #21828
    Join Date
    May 2013
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    Hello, all!

    Amazing thread, great work!

    First off I would like to give credit for this post to Rob Graves he has a perfect configuration. I would like to use the came config though I don't have a config file . Would anyone mind helping out?
    Here is the layout I am looking for (I am planning on color matching later):
    https://www.linuxdistrocommunity.com...ad.php?tid=253

    Thanks!

    Edit: Distro- Arch Linux Current release: 4/01/2013, Openbox-3.5.0-7, Conky-1.9.0-1
    Last edited by gixxer675; May 1st, 2013 at 02:40 PM.

  9. #21829
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by sbjaved View Post
    I've tried changing own_windows_type variable to override, desktop, normal. I've tried enabling/disabling own_window_class and own_window_argb_visual in different combinations. Nothing works. Here is my conky:

    Code:
    # Create own window instead of using desktop (required in nautilus)
    own_window_class Conky
    own_window yes
    own_window_type desktop
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    own_window_argb_visual yes
    # own_window_argb_value 00000000
    # own_window_colour 000000
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # fiddle with window
    use_spacer none
    use_xft yes
    
    # Update interval in seconds
    update_interval 1.0
    
    # Minimum size of text area
    minimum_size 345 620
    
    maximum_width 345
    
    # text_buffer_size 8096
    
    # max_user_text 90000
    
    # Draw shades?
    draw_shades no
    
    # Text stuff
    draw_outline no # amplifies text if yes
    draw_borders no
    xftfont Droid Sans Mono:size=9
    uppercase no # set to yes if you want all text to be in uppercase
    
    # Stippled borders?
    stippled_borders 0
    
    # border margins
    border_inner_margin 0
    
    # border width
    border_width 0
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color white
    
    # Text alignment, other possible values are commented
    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    
    # Gap between borders of screen and text
    gap_x 10
    gap_y 30
    
    # stuff after ‘TEXT’ will be formatted on screen
    Can you repost this conky code along with the lines that produce the images you used. No other code necessary.

    If it works here, my "guess" is it has to do with the new Ubuntu.

    'It is an old maxim of mine that when you have excluded the impossible, whatever remains, however improbable, must be the truth.'

    Sherlock Holmes
    -The Beryl Coronet

  10. #21830
    Join Date
    Feb 2010
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    @ gixxer675

    A few things ...
    1. What fonts, are involved in the conky.
    2. Do you have an 8 core Intel CPU?
    3. What script is used for the clock and calendar?
    4. I don't use clementine (can't help)
    5. I'm guessing he's using wlan or some other wireless connection from that signal strength (I don't use that) do you?
    6. Are you using a composite manager? If yes, which one? It does matter for transparency.

    What I'm getting at is; building a conky is a personal process and built for your machine.

    robgraves is a member of the Arch forms, why not ask him for a copy of the conky. Then you'd only need to edit it.

Page 2183 of 2348 FirstFirst ... 1183168320832133217321812182218321842185219322332283 ... 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
  •