Page 2026 of 2348 FirstFirst ... 1026152619261976201620242025202620272028203620762126 ... LastLast
Results 20,251 to 20,260 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #20251
    Join Date
    Aug 2010
    Location
    Arizona USA
    Beans
    3,001
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Party Time!




    Who says it doesn't rain in Arizona?!?!?
    Intel ® P4 Extreme Edition 3.4 (Gallatin) || DFI ® LanParty PRO875B rev B1
    Crucial ® Ballistix Tracer PC4000 1GB || Mountain Mods U2-UFO Opti-1203
    XFX 7600GT 560M AGP (PV-T73A-UDF3) || Corsair HX520W Modular PSU

  2. #20252
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Post your .conkyrc files w/ screenshots

    @ Elaine M
    Change the line near the top
    Code:
    own_window_type override
    to
    Code:
    own_window_type normal
    or
    leave as is and change
    Code:
    own_window_argb_visual yes
    to
    Code:
    own_window_argb_visual no
    argb_visual does not work well with own_window_type override
    Last edited by stinkeye; July 23rd, 2012 at 09:43 AM.

  3. #20253
    Join Date
    Aug 2009
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by 42dorian View Post
    You're using Conky 1.8.1-6. It has a problem with Gnome-Keyring, and also has this strange tendency to wait until the first interval before running any of the execi commands.

    Upgrade to Conky 1.9.0-2. Easiest way (Ubuntu family)?

    Code:
    sudo add-apt-repository ppa:vincent-c/conky
    sudo apt-get update
    Then just accept the updated version of Conky that shows up.
    Thanks! that fixed it.

  4. #20254
    Join Date
    Mar 2005
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    Thank you all so much for your help. Things getting better. HOwever my black background on weather conky has now changed to blue with some sort of image as a water mark or something. Also its not using the weather icons everything is white. And iam attaching screen shot AND conkyrc the "right" way this time....smile

    Code:
    # Create own window instead of using desktop (required in nautilus)
    
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,skip_taskbar,skip_pager
    
    own_window_argb_visual yes
    own_window_argb_value 255
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # fiddle with window
    #use_spacer yes
    use_xft yes
    
    # Update interval in seconds
    update_interval 3
    
    # Minimum size of text area
    minimum_size 355 500
    maximum_width 355
    
    override_utf8_locale yes
    
    # Draw shades?
    draw_shades yes
    
    # Text stuff
    draw_outline yes # amplifies text if yes
    draw_borders no
    #font
    xftfont Arial:size=9
    uppercase no # set to yes if you want all text to be in uppercase
    
    # Stippled borders?
    stippled_borders 3
    
    # border margins
    border_inner_margin 9
    
    # border width
    border_outer_margin 10
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color cbcbcb
    
    
    
    
    
    # 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 35
    
    imlib_cache_size 0
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    ${font Arial:size=12}${color ffffe5e59595}WEATHER ${font}${hr 2}$color${texeci 500 bash $HOME/Accuweather_Conky_USA_Images/acc_usa_images}
    ${image $HOME/Accuweather_Conky_USA_Images/cc.png -p 0,70 -s 180x108}
    ${font Arial:size=10}${execpi 600 sed -n '3p' $HOME/Accuweather_Conky_USA_Images/curr_cond}${font}
    ${goto 200}${color ffe595}TEMP:$color${alignr}${execpi 600 sed -n '4p' $HOME/Accuweather_Conky_USA_Images/curr_cond}°F (${execpi 600 sed -n '5p' $HOME/Accuweather_Conky_USA_Images/curr_cond}°F)
    ${goto 200}${color ffe595}WIND:$color${alignr}${execpi 600 sed -n '6p' $HOME/Accuweather_Conky_USA_Images/curr_cond} ${execpi 600 sed -n '14p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${goto 200}${color ffe595}HUM:$color${alignr}${execpi 600 sed -n '7p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${goto 200}${color ffe595}PRESS:$color${alignr}${execpi 600 sed -n '8p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${goto 200}${color ffe595}CLOUD COVER:$color${alignr}${execpi 600 sed -n '9p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${goto 200}${color ffe595}UV INDEX:$color${alignr 10}${execpi 600 sed -n '10p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${goto 200}${color ffe595}DEW POINT:$color${alignr}${execpi 600 sed -n '11p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${goto 200}${color ffe595}AM. OF PRECIP.(1hr):$color${alignr}${execpi 600 sed -n '12p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${goto 200}${color ffe595}VISIB.:$color${alignr}${execpi 600 sed -n '13p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${goto 200}${color ffe595}SUNRISE:$color${alignr}${execpi 600 sed -n '15p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${goto 200}${color ffe595}SUNSET:$color${alignr}${execpi 600 sed -n '16p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${hr 1}
    ${goto 50}${font Arial:size=10}${color ffe595}TODAY$color$font${goto 230}${font Arial:size=10}${color ffe595}TONIGHT$color$font${image $HOME/Accuweather_Conky_USA_Images/today.png -p 0,230 -s 120x72}${image $HOME/Accuweather_Conky_USA_Images/tonight.png -p 190,230 -s 120x72}
    
    
    
    
    
    ${font Arial:size=8}${execpi 600 sed -n '1p' $HOME/Accuweather_Conky_USA_Images/messages_curr}${goto 195}${execpi 600 sed -n '3p' $HOME/Accuweather_Conky_USA_Images/messages_curr}$font
    ${font Arial:size=8}${execpi 600 sed -n '2p' $HOME/Accuweather_Conky_USA_Images/messages_curr}${goto 195}${execpi 600 sed -n '4p' $HOME/Accuweather_Conky_USA_Images/messages_curr}$font
    ${color ffe595}TEMP: $color${execpi 600 sed -n '28p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F${goto 195}${color ffe595}TEMP: $color${execpi 600 sed -n '32p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F
    ${color ffe595}REAL FEEL: $color${execpi 600 sed -n '29p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F${goto 195}${color ffe595}REAL FEEL: $color${execpi 600 sed -n '33p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F
    ${hr 1}
    ${font Arial:size=9}${goto 40}${color ffe595}${execpi 600 sed -n '6p' $HOME/Accuweather_Conky_USA_Images/tod_ton}${goto 155}${execpi 600 sed -n '11p' $HOME/Accuweather_Conky_USA_Images/tod_ton}${goto 270}${execpi 600 sed -n '16p' $HOME/Accuweather_Conky_USA_Images/tod_ton}$color${font}
    ${image $HOME/Accuweather_Conky_USA_Images/7.png -p 0,390 -s 90x54}
    ${font Arial:size=8}${goto 100}H:${execpi 600 sed -n '9p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F${goto 210}H:${execpi 600 sed -n '14p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F${goto 330}H:${execpi 600 sed -n '19p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F
    ${font Arial:size=8}${goto 100}L:${execpi 600 sed -n '10p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F${goto 210}L:${execpi 600 sed -n '15p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F${goto 330}L:${execpi 600 sed -n '20p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F
    
    
    ${execpi 600 sed -n '1p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 128}${execpi 600 sed -n '3p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 255}${execpi 600 sed -n '5p' $HOME/Accuweather_Conky_USA_Images/messages}
    ${execpi 600 sed -n '2p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 128}${execpi 600 sed -n '4p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 255}${execpi 600 sed -n '6p' $HOME/Accuweather_Conky_USA_Images/messages}
    ${image $HOME/Accuweather_Conky_USA_Images/12.png -p 115,390 -s 90x54}${image $HOME/Accuweather_Conky_USA_Images/17.png -p 230,390 -s 90x54}
    ${font Arial:size=9}${goto 40}${color ffe595}${execpi 600 sed -n '21p' $HOME/Accuweather_Conky_USA_Images/tod_ton}${goto 155}${execpi 600 sed -n '1p' $HOME/Accuweather_Conky_USA_Images/last_days}${goto 270}${execpi 600 sed -n '6p' $HOME/Accuweather_Conky_USA_Images/last_days}$color${font}
    ${image $HOME/Accuweather_Conky_USA_Images/22.png -p 0,505 -s 90x54}
    ${font Arial:size=8}${goto 100}H:${execpi 600 sed -n '24p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F${goto 210}H:${execpi 600 sed -n '4p' $HOME/Accuweather_Conky_USA_Images/last_days}°F${goto 330}H:${execpi 600 sed -n '9p' $HOME/Accuweather_Conky_USA_Images/last_days}°F
    ${font Arial:size=8}${goto 100}L:${execpi 600 sed -n '25p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F${goto 210}L:${execpi 600 sed -n '5p' $HOME/Accuweather_Conky_USA_Images/last_days}°F${goto 330}L:${execpi 600 sed -n '10p' $HOME/Accuweather_Conky_USA_Images/last_days}°F
    
    
    ${execpi 600 sed -n '7p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 128}${execpi 600 sed -n '9p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 255}${execpi 600 sed -n '11p' $HOME/Accuweather_Conky_USA_Images/messages}
    ${execpi 600 sed -n '8p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 128}${execpi 600 sed -n '10p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 255}${execpi 600 sed -n '12p' $HOME/Accuweather_Conky_USA_Images/messages}
    ${image $HOME/Accuweather_Conky_USA_Images/N2.png -p 115,505 -s 90x54}${image $HOME/Accuweather_Conky_USA_Images/N7.png -p 230,505 -s 90x54}
    ${font Arial:size=9}${goto 40}${color ffe595}${execpi 600 sed -n '11p' $HOME/Accuweather_Conky_USA_Images/last_days}${goto 155}${execpi 600 sed -n '16p' $HOME/Accuweather_Conky_USA_Images/last_days}${goto 270}${execpi 600 sed -n '21p' $HOME/Accuweather_Conky_USA_Images/last_days}$color${font}
    ${image $HOME/Accuweather_Conky_USA_Images/N12.png -p 0,620 -s 90x54}
    ${font Arial:size=8}${goto 100}H:${execpi 600 sed -n '14p' $HOME/Accuweather_Conky_USA_Images/last_days}°F${goto 210}H:${execpi 600 sed -n '19p' $HOME/Accuweather_Conky_USA_Images/last_days}°F${goto 330}H:${execpi 600 sed -n '24p' $HOME/Accuweather_Conky_USA_Images/last_days}°F
    ${font Arial:size=8}${goto 100}L:${execpi 600 sed -n '15p' $HOME/Accuweather_Conky_USA_Images/last_days}°F${goto 210}L:${execpi 600 sed -n '20p' $HOME/Accuweather_Conky_USA_Images/last_days}°F${goto 330}L:${execpi 600 sed -n '25p' $HOME/Accuweather_Conky_USA_Images/last_days}°F
    
    
    ${execpi 600 sed -n '13p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 128}${execpi 600 sed -n '15p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 255}${execpi 600 sed -n '17p' $HOME/Accuweather_Conky_USA_Images/messages}
    ${execpi 600 sed -n '14p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 128}${execpi 600 sed -n '16p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 255}${execpi 600 sed -n '18p' $HOME/Accuweather_Conky_USA_Images/messages}
    ${image $HOME/Accuweather_Conky_USA_Images/N17.png -p 115,620 -s 90x54}${image $HOME/Accuweather_Conky_USA_Images/N22.png -p 230,620 -s 90x54}
    Attached Images Attached Images

  5. #20255
    Join Date
    Oct 2009
    Location
    Under a rock
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    @Elaine M

    in a conky file everything above TEXT is settings
    it seems your conky on the right is working just fine

    i would try and copy all the settings from the right side conky and overwrite the settings in the left side conkyrc

  6. #20256
    Join Date
    Mar 2005
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    Thank you so much Mr. Peachy. I will try that, and report back. I hope it does work.

  7. #20257
    Join Date
    Mar 2005
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    Hmmmm, well i did as you suggested Mr. Peachy, heres the results. It looks a little worse, but not really as some tweaks in my right side conky would account for that. But over all no differnced. It seems to me its just not getting the icons from the weather icons folder. But what do i know...im person who just learned how to post conkys...LOL. Do you have any other ideas maybe? Im attaching latest screen shot.
    Attached Images Attached Images

  8. #20258
    Join Date
    Mar 2005
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    Since it didnt work i put it back way it was. Also if it makes a differnce or rrings a bell with you , i used your v9000 weather conky. I had same problem with it (meaning no weather icons, just white) Switched to teo's and it worked ok except for the soldid black background. Im re-attaching screenshot and connkyrc.....thank you again for your patience and effort.

    E.

    [code[
    # Create own window instead of using desktop (required in nautilus)

    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,skip_taskbar,skip_pager

    own_window_argb_visual yes
    own_window_argb_value 255

    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes

    # fiddle with window
    use_spacer right
    use_xft yes

    # Update interval in seconds
    update_interval 3

    # Minimum size of text area
    minimum_size 355 500
    maximum_width 355

    override_utf8_locale yes

    # Draw shades?
    draw_shades yes

    # Text stuff
    draw_outline yes # amplifies text if yes
    draw_borders no
    #font
    xftfont Arial:size=9
    uppercase no # set to yes if you want all text to be in uppercase

    # Stippled borders?
    stippled_borders 3

    # border margins
    border_inner_margin 9

    # border width
    border_outer_margin 10

    # Default colors and also border colors, grey90 == #e5e5e5
    default_color cbcbcb





    # 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 35

    imlib_cache_size 0
    # stuff after 'TEXT' will be formatted on screen

    TEXT
    ${font Arial:size=12}${color ffffe5e59595}WEATHER ${font}${hr 2}$color${texeci 500 bash $HOME/Accuweather_Conky_USA_Images/acc_usa_images}
    ${image $HOME/Accuweather_Conky_USA_Images/cc.png -p 0,70 -s 180x108}
    ${font Arial:size=10}${execpi 600 sed -n '3p' $HOME/Accuweather_Conky_USA_Images/curr_cond}${font}
    ${goto 200}${color ffe595}TEMP:$color${alignr}${execpi 600 sed -n '4p' $HOME/Accuweather_Conky_USA_Images/curr_cond}°F (${execpi 600 sed -n '5p' $HOME/Accuweather_Conky_USA_Images/curr_cond}°F)
    ${goto 200}${color ffe595}WIND:$color${alignr}${execpi 600 sed -n '6p' $HOME/Accuweather_Conky_USA_Images/curr_cond} ${execpi 600 sed -n '14p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${goto 200}${color ffe595}HUM:$color${alignr}${execpi 600 sed -n '7p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${goto 200}${color ffe595}PRESS:$color${alignr}${execpi 600 sed -n '8p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${goto 200}${color ffe595}CLOUD COVER:$color${alignr}${execpi 600 sed -n '9p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${goto 200}${color ffe595}UV INDEX:$color${alignr 10}${execpi 600 sed -n '10p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${goto 200}${color ffe595}DEW POINT:$color${alignr}${execpi 600 sed -n '11p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${goto 200}${color ffe595}AM. OF PRECIP.(1hr):$color${alignr}${execpi 600 sed -n '12p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${goto 200}${color ffe595}VISIB.:$color${alignr}${execpi 600 sed -n '13p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${goto 200}${color ffe595}SUNRISE:$color${alignr}${execpi 600 sed -n '15p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${goto 200}${color ffe595}SUNSET:$color${alignr}${execpi 600 sed -n '16p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${hr 1}
    ${goto 50}${font Arial:size=10}${color ffe595}TODAY$color$font${goto 230}${font Arial:size=10}${color ffe595}TONIGHT$color$font${image $HOME/Accuweather_Conky_USA_Images/today.png -p 0,230 -s 120x72}${image $HOME/Accuweather_Conky_USA_Images/tonight.png -p 190,230 -s 120x72}





    ${font Arial:size=8}${execpi 600 sed -n '1p' $HOME/Accuweather_Conky_USA_Images/messages_curr}${goto 195}${execpi 600 sed -n '3p' $HOME/Accuweather_Conky_USA_Images/messages_curr}$font
    ${font Arial:size=8}${execpi 600 sed -n '2p' $HOME/Accuweather_Conky_USA_Images/messages_curr}${goto 195}${execpi 600 sed -n '4p' $HOME/Accuweather_Conky_USA_Images/messages_curr}$font
    ${color ffe595}TEMP: $color${execpi 600 sed -n '28p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F${goto 195}${color ffe595}TEMP: $color${execpi 600 sed -n '32p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F
    ${color ffe595}REAL FEEL: $color${execpi 600 sed -n '29p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F${goto 195}${color ffe595}REAL FEEL: $color${execpi 600 sed -n '33p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F
    ${hr 1}
    ${font Arial:size=9}${goto 40}${color ffe595}${execpi 600 sed -n '6p' $HOME/Accuweather_Conky_USA_Images/tod_ton}${goto 155}${execpi 600 sed -n '11p' $HOME/Accuweather_Conky_USA_Images/tod_ton}${goto 270}${execpi 600 sed -n '16p' $HOME/Accuweather_Conky_USA_Images/tod_ton}$color${font}
    ${image $HOME/Accuweather_Conky_USA_Images/7.png -p 0,390 -s 90x54}
    ${font Arial:size=8}${goto 100}H:${execpi 600 sed -n '9p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F${goto 210}H:${execpi 600 sed -n '14p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F${goto 330}H:${execpi 600 sed -n '19p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F
    ${font Arial:size=8}${goto 100}L:${execpi 600 sed -n '10p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F${goto 210}L:${execpi 600 sed -n '15p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F${goto 330}L:${execpi 600 sed -n '20p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F


    ${execpi 600 sed -n '1p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 128}${execpi 600 sed -n '3p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 255}${execpi 600 sed -n '5p' $HOME/Accuweather_Conky_USA_Images/messages}
    ${execpi 600 sed -n '2p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 128}${execpi 600 sed -n '4p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 255}${execpi 600 sed -n '6p' $HOME/Accuweather_Conky_USA_Images/messages}
    ${image $HOME/Accuweather_Conky_USA_Images/12.png -p 115,390 -s 90x54}${image $HOME/Accuweather_Conky_USA_Images/17.png -p 230,390 -s 90x54}
    ${font Arial:size=9}${goto 40}${color ffe595}${execpi 600 sed -n '21p' $HOME/Accuweather_Conky_USA_Images/tod_ton}${goto 155}${execpi 600 sed -n '1p' $HOME/Accuweather_Conky_USA_Images/last_days}${goto 270}${execpi 600 sed -n '6p' $HOME/Accuweather_Conky_USA_Images/last_days}$color${font}
    ${image $HOME/Accuweather_Conky_USA_Images/22.png -p 0,505 -s 90x54}
    ${font Arial:size=8}${goto 100}H:${execpi 600 sed -n '24p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F${goto 210}H:${execpi 600 sed -n '4p' $HOME/Accuweather_Conky_USA_Images/last_days}°F${goto 330}H:${execpi 600 sed -n '9p' $HOME/Accuweather_Conky_USA_Images/last_days}°F
    ${font Arial:size=8}${goto 100}L:${execpi 600 sed -n '25p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F${goto 210}L:${execpi 600 sed -n '5p' $HOME/Accuweather_Conky_USA_Images/last_days}°F${goto 330}L:${execpi 600 sed -n '10p' $HOME/Accuweather_Conky_USA_Images/last_days}°F


    ${execpi 600 sed -n '7p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 128}${execpi 600 sed -n '9p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 255}${execpi 600 sed -n '11p' $HOME/Accuweather_Conky_USA_Images/messages}
    ${execpi 600 sed -n '8p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 128}${execpi 600 sed -n '10p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 255}${execpi 600 sed -n '12p' $HOME/Accuweather_Conky_USA_Images/messages}
    ${image $HOME/Accuweather_Conky_USA_Images/N2.png -p 115,505 -s 90x54}${image $HOME/Accuweather_Conky_USA_Images/N7.png -p 230,505 -s 90x54}
    ${font Arial:size=9}${goto 40}${color ffe595}${execpi 600 sed -n '11p' $HOME/Accuweather_Conky_USA_Images/last_days}${goto 155}${execpi 600 sed -n '16p' $HOME/Accuweather_Conky_USA_Images/last_days}${goto 270}${execpi 600 sed -n '21p' $HOME/Accuweather_Conky_USA_Images/last_days}$color${font}
    ${image $HOME/Accuweather_Conky_USA_Images/N12.png -p 0,620 -s 90x54}
    ${font Arial:size=8}${goto 100}H:${execpi 600 sed -n '14p' $HOME/Accuweather_Conky_USA_Images/last_days}°F${goto 210}H:${execpi 600 sed -n '19p' $HOME/Accuweather_Conky_USA_Images/last_days}°F${goto 330}H:${execpi 600 sed -n '24p' $HOME/Accuweather_Conky_USA_Images/last_days}°F
    ${font Arial:size=8}${goto 100}L:${execpi 600 sed -n '15p' $HOME/Accuweather_Conky_USA_Images/last_days}°F${goto 210}L:${execpi 600 sed -n '20p' $HOME/Accuweather_Conky_USA_Images/last_days}°F${goto 330}L:${execpi 600 sed -n '25p' $HOME/Accuweather_Conky_USA_Images/last_days}°F


    ${execpi 600 sed -n '13p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 128}${execpi 600 sed -n '15p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 255}${execpi 600 sed -n '17p' $HOME/Accuweather_Conky_USA_Images/messages}
    ${execpi 600 sed -n '14p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 128}${execpi 600 sed -n '16p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 255}${execpi 600 sed -n '18p' $HOME/Accuweather_Conky_USA_Images/messages}
    ${image $HOME/Accuweather_Conky_USA_Images/N17.png -p 115,620 -s 90x54}${image $HOME/Accuweather_Conky_USA_Images/N22.png -p 230,620 -s 90x54}




    [/code]
    Attached Images Attached Images

  9. #20259
    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 VinDSL View Post

    Who says it doesn't rain in Arizona?!?!?
    gnarly dust storm too on saturday. Maybe a haboob inspired conky
    I'm a super power user

  10. #20260
    Join Date
    Jan 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Elaine M View Post
    Thank you all so much for your help. Things getting better. HOwever my black background on weather conky has now changed to blue with some sort of image as a water mark or something. Also its not using the weather icons everything is white. And iam attaching screen shot AND conkyrc the "right" way this time....smile

    Code:
    # Create own window instead of using desktop (required in nautilus)
    
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,skip_taskbar,skip_pager
    
    own_window_argb_visual yes
    own_window_argb_value 255
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # fiddle with window
    #use_spacer yes
    use_xft yes
    
    # Update interval in seconds
    update_interval 3
    
    # Minimum size of text area
    minimum_size 355 500
    maximum_width 355
    
    override_utf8_locale yes
    
    # Draw shades?
    draw_shades yes
    
    # Text stuff
    draw_outline yes # amplifies text if yes
    draw_borders no
    #font
    xftfont Arial:size=9
    uppercase no # set to yes if you want all text to be in uppercase
    
    # Stippled borders?
    stippled_borders 3
    
    # border margins
    border_inner_margin 9
    
    # border width
    border_outer_margin 10
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color cbcbcb
    
    
    
    
    
    # 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 35
    
    imlib_cache_size 0
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    ${font Arial:size=12}${color ffffe5e59595}WEATHER ${font}${hr 2}$color${texeci 500 bash $HOME/Accuweather_Conky_USA_Images/acc_usa_images}
    ${image $HOME/Accuweather_Conky_USA_Images/cc.png -p 0,70 -s 180x108}
    ${font Arial:size=10}${execpi 600 sed -n '3p' $HOME/Accuweather_Conky_USA_Images/curr_cond}${font}
    ${goto 200}${color ffe595}TEMP:$color${alignr}${execpi 600 sed -n '4p' $HOME/Accuweather_Conky_USA_Images/curr_cond}°F (${execpi 600 sed -n '5p' $HOME/Accuweather_Conky_USA_Images/curr_cond}°F)
    ${goto 200}${color ffe595}WIND:$color${alignr}${execpi 600 sed -n '6p' $HOME/Accuweather_Conky_USA_Images/curr_cond} ${execpi 600 sed -n '14p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${goto 200}${color ffe595}HUM:$color${alignr}${execpi 600 sed -n '7p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${goto 200}${color ffe595}PRESS:$color${alignr}${execpi 600 sed -n '8p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${goto 200}${color ffe595}CLOUD COVER:$color${alignr}${execpi 600 sed -n '9p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${goto 200}${color ffe595}UV INDEX:$color${alignr 10}${execpi 600 sed -n '10p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${goto 200}${color ffe595}DEW POINT:$color${alignr}${execpi 600 sed -n '11p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${goto 200}${color ffe595}AM. OF PRECIP.(1hr):$color${alignr}${execpi 600 sed -n '12p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${goto 200}${color ffe595}VISIB.:$color${alignr}${execpi 600 sed -n '13p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${goto 200}${color ffe595}SUNRISE:$color${alignr}${execpi 600 sed -n '15p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${goto 200}${color ffe595}SUNSET:$color${alignr}${execpi 600 sed -n '16p' $HOME/Accuweather_Conky_USA_Images/curr_cond}
    ${hr 1}
    ${goto 50}${font Arial:size=10}${color ffe595}TODAY$color$font${goto 230}${font Arial:size=10}${color ffe595}TONIGHT$color$font${image $HOME/Accuweather_Conky_USA_Images/today.png -p 0,230 -s 120x72}${image $HOME/Accuweather_Conky_USA_Images/tonight.png -p 190,230 -s 120x72}
    
    
    
    
    
    ${font Arial:size=8}${execpi 600 sed -n '1p' $HOME/Accuweather_Conky_USA_Images/messages_curr}${goto 195}${execpi 600 sed -n '3p' $HOME/Accuweather_Conky_USA_Images/messages_curr}$font
    ${font Arial:size=8}${execpi 600 sed -n '2p' $HOME/Accuweather_Conky_USA_Images/messages_curr}${goto 195}${execpi 600 sed -n '4p' $HOME/Accuweather_Conky_USA_Images/messages_curr}$font
    ${color ffe595}TEMP: $color${execpi 600 sed -n '28p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F${goto 195}${color ffe595}TEMP: $color${execpi 600 sed -n '32p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F
    ${color ffe595}REAL FEEL: $color${execpi 600 sed -n '29p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F${goto 195}${color ffe595}REAL FEEL: $color${execpi 600 sed -n '33p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F
    ${hr 1}
    ${font Arial:size=9}${goto 40}${color ffe595}${execpi 600 sed -n '6p' $HOME/Accuweather_Conky_USA_Images/tod_ton}${goto 155}${execpi 600 sed -n '11p' $HOME/Accuweather_Conky_USA_Images/tod_ton}${goto 270}${execpi 600 sed -n '16p' $HOME/Accuweather_Conky_USA_Images/tod_ton}$color${font}
    ${image $HOME/Accuweather_Conky_USA_Images/7.png -p 0,390 -s 90x54}
    ${font Arial:size=8}${goto 100}H:${execpi 600 sed -n '9p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F${goto 210}H:${execpi 600 sed -n '14p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F${goto 330}H:${execpi 600 sed -n '19p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F
    ${font Arial:size=8}${goto 100}L:${execpi 600 sed -n '10p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F${goto 210}L:${execpi 600 sed -n '15p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F${goto 330}L:${execpi 600 sed -n '20p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F
    
    
    ${execpi 600 sed -n '1p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 128}${execpi 600 sed -n '3p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 255}${execpi 600 sed -n '5p' $HOME/Accuweather_Conky_USA_Images/messages}
    ${execpi 600 sed -n '2p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 128}${execpi 600 sed -n '4p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 255}${execpi 600 sed -n '6p' $HOME/Accuweather_Conky_USA_Images/messages}
    ${image $HOME/Accuweather_Conky_USA_Images/12.png -p 115,390 -s 90x54}${image $HOME/Accuweather_Conky_USA_Images/17.png -p 230,390 -s 90x54}
    ${font Arial:size=9}${goto 40}${color ffe595}${execpi 600 sed -n '21p' $HOME/Accuweather_Conky_USA_Images/tod_ton}${goto 155}${execpi 600 sed -n '1p' $HOME/Accuweather_Conky_USA_Images/last_days}${goto 270}${execpi 600 sed -n '6p' $HOME/Accuweather_Conky_USA_Images/last_days}$color${font}
    ${image $HOME/Accuweather_Conky_USA_Images/22.png -p 0,505 -s 90x54}
    ${font Arial:size=8}${goto 100}H:${execpi 600 sed -n '24p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F${goto 210}H:${execpi 600 sed -n '4p' $HOME/Accuweather_Conky_USA_Images/last_days}°F${goto 330}H:${execpi 600 sed -n '9p' $HOME/Accuweather_Conky_USA_Images/last_days}°F
    ${font Arial:size=8}${goto 100}L:${execpi 600 sed -n '25p' $HOME/Accuweather_Conky_USA_Images/tod_ton}°F${goto 210}L:${execpi 600 sed -n '5p' $HOME/Accuweather_Conky_USA_Images/last_days}°F${goto 330}L:${execpi 600 sed -n '10p' $HOME/Accuweather_Conky_USA_Images/last_days}°F
    
    
    ${execpi 600 sed -n '7p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 128}${execpi 600 sed -n '9p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 255}${execpi 600 sed -n '11p' $HOME/Accuweather_Conky_USA_Images/messages}
    ${execpi 600 sed -n '8p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 128}${execpi 600 sed -n '10p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 255}${execpi 600 sed -n '12p' $HOME/Accuweather_Conky_USA_Images/messages}
    ${image $HOME/Accuweather_Conky_USA_Images/N2.png -p 115,505 -s 90x54}${image $HOME/Accuweather_Conky_USA_Images/N7.png -p 230,505 -s 90x54}
    ${font Arial:size=9}${goto 40}${color ffe595}${execpi 600 sed -n '11p' $HOME/Accuweather_Conky_USA_Images/last_days}${goto 155}${execpi 600 sed -n '16p' $HOME/Accuweather_Conky_USA_Images/last_days}${goto 270}${execpi 600 sed -n '21p' $HOME/Accuweather_Conky_USA_Images/last_days}$color${font}
    ${image $HOME/Accuweather_Conky_USA_Images/N12.png -p 0,620 -s 90x54}
    ${font Arial:size=8}${goto 100}H:${execpi 600 sed -n '14p' $HOME/Accuweather_Conky_USA_Images/last_days}°F${goto 210}H:${execpi 600 sed -n '19p' $HOME/Accuweather_Conky_USA_Images/last_days}°F${goto 330}H:${execpi 600 sed -n '24p' $HOME/Accuweather_Conky_USA_Images/last_days}°F
    ${font Arial:size=8}${goto 100}L:${execpi 600 sed -n '15p' $HOME/Accuweather_Conky_USA_Images/last_days}°F${goto 210}L:${execpi 600 sed -n '20p' $HOME/Accuweather_Conky_USA_Images/last_days}°F${goto 330}L:${execpi 600 sed -n '25p' $HOME/Accuweather_Conky_USA_Images/last_days}°F
    
    
    ${execpi 600 sed -n '13p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 128}${execpi 600 sed -n '15p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 255}${execpi 600 sed -n '17p' $HOME/Accuweather_Conky_USA_Images/messages}
    ${execpi 600 sed -n '14p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 128}${execpi 600 sed -n '16p' $HOME/Accuweather_Conky_USA_Images/messages}${goto 255}${execpi 600 sed -n '18p' $HOME/Accuweather_Conky_USA_Images/messages}
    ${image $HOME/Accuweather_Conky_USA_Images/N17.png -p 115,620 -s 90x54}${image $HOME/Accuweather_Conky_USA_Images/N22.png -p 230,620 -s 90x54}
    Everything is ok with this settings except for one thing... argb_visuals.
    I've colored it in your conky.rc so you could find it.
    You must change it to
    Code:
    #own_window_argb_visual yes
    #own_window_argb_value 255
    (effectively switching it off) because in spite of it's description in documentation, when using with COMPOSITE MANAGER (default for Ubuntu flavors), it cause logical AND operation on Conky window and background data which gives such strange results (icon are there, but "overexposed").
    Linux Debian Sid (Minted) x86_64/3.12.10, Conky 2.0_pre, Xorg 7.7/1.15.0, KDE 4.11.5, Lenovo T61, Intel X3100, HITACHI HTS722010K9SA00 100GB, WDC_WD5000BEVT 500GB
    Linux user No.: 483055 | My Conky Pitstop corner | One4All project

Page 2026 of 2348 FirstFirst ... 1026152619261976201620242025202620272028203620762126 ... 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
  •