Page 1174 of 2348 FirstFirst ... 1746741074112411641172117311741175117611841224127416742174 ... LastLast
Results 11,731 to 11,740 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #11731
    Join Date
    Jun 2008
    Beans
    13
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Crinos512 View Post
    ${execpi 3600 ~/.conky/conkyparts/conkymoon.sh}

    where conkymoon.sh
    Code:
    #!/bin/bash
    # conkytemplate.sh
    # by Crinos512
    # Usage:
    # ${execpi 3600 ~/.conky/conkyparts/conkymoon.sh}
    #
    Image="~/Images/moon-phase/576.png"
    ImageSize="75x75"
    ImageX="280"
    ImageY="110"
    
    ### FIX FOR KDE4 TRANSPARENCY
    #feh --bg-scale "`grep 'wallpaper=' ~/.kde/share/config/plasma-desktop-appletsrc | head -n1 | tail --bytes=+11`"
    
    mkdir ~/Images/moon-phase
    cd ~/Images/moon-phase
    rm -f *.*
    wget http://static.die.net/moon/576.jpg -O ~/Images/moon-phase/576.jpg
    convert 576.jpg \( +clone -fx 'p{0,0}' \) -compose Difference -composite -modulate 100,0 +matte difference.png
    convert difference.png -threshold 1% threshold_mask.png
    convert 576.jpg threshold_mask.png +matte -compose CopyOpacity -composite 576-1.png
    convert 576-1.png -sigmoidal-contrast 2,0% 576.png
    
    ### DO NOT EDIT BELOW THIS LINE
    echo "\${image $Image -p $ImageX,$ImageY -s $ImageSize}"
    
    exit 0
    Thank you for the script, but I have a problem:
    Code:
    zet120@zet120-desktop:~$ conky -c ~/Pulpit/test
    Conky: desktop window (18000aa) is subwindow of root window (b1)
    Conky: window type - override
    Conky: drawing to created window (0x4a00001)
    Conky: drawing to double buffer
    mkdir: nie można utworzyć katalogu `/home/zet120/Images/moon-phase': File exists
    --2010-01-23 22:20:46--  http://static.die.net/moon/576.jpg
    Translacja static.die.net... 209.151.236.22
    Łączenie się z static.die.net|209.151.236.22|:80... połączono.
    Żądanie HTTP wysłano, oczekiwanie na odpowiedź... 200 OK
    Długość: 43195 (42K) [image/jpeg]
    Zapis do: `/home/zet120/Images/moon-phase/576.jpg'
    
    100%[======================================>] 43.195      73,1K/s   w 0,6s     
    
    2010-01-23 22:20:47 (73,1 KB/s) - zapisano `/home/zet120/Images/moon-phase/576.jpg' [43195/43195]
    
    /home/zet120/Pulpit/conkymoon.sh: line 19: convert: nie znaleziono polecenia
    /home/zet120/Pulpit/conkymoon.sh: line 20: convert: nie znaleziono polecenia
    /home/zet120/Pulpit/conkymoon.sh: line 21: convert: nie znaleziono polecenia
    /home/zet120/Pulpit/conkymoon.sh: line 22: convert: nie znaleziono polecenia
    Conky: Unable to load image '/home/zet120/Images/moon-phase/576.png'
    P.S.
    nie znaleziono polecenia = command not found

    Any idea?

  2. #11732
    Join Date
    Feb 2008
    Location
    I'm lost ... HELP!
    Beans
    1,014
    Distro
    Xubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by zet120 View Post
    Thank you for the script, but I have a problem:
    Code:
    zet120@zet120-desktop:~$ conky -c ~/Pulpit/test
    Conky: desktop window (18000aa) is subwindow of root window (b1)
    Conky: window type - override
    Conky: drawing to created window (0x4a00001)
    Conky: drawing to double buffer
    mkdir: nie można utworzyć katalogu `/home/zet120/Images/moon-phase': File exists
    --2010-01-23 22:20:46--  http://static.die.net/moon/576.jpg
    Translacja static.die.net... 209.151.236.22
    Łączenie się z static.die.net|209.151.236.22|:80... połączono.
    Żądanie HTTP wysłano, oczekiwanie na odpowiedź... 200 OK
    Długość: 43195 (42K) [image/jpeg]
    Zapis do: `/home/zet120/Images/moon-phase/576.jpg'
    
    100%[======================================>] 43.195      73,1K/s   w 0,6s     
    
    2010-01-23 22:20:47 (73,1 KB/s) - zapisano `/home/zet120/Images/moon-phase/576.jpg' [43195/43195]
    
    /home/zet120/Pulpit/conkymoon.sh: line 19: convert: nie znaleziono polecenia
    /home/zet120/Pulpit/conkymoon.sh: line 20: convert: nie znaleziono polecenia
    /home/zet120/Pulpit/conkymoon.sh: line 21: convert: nie znaleziono polecenia
    /home/zet120/Pulpit/conkymoon.sh: line 22: convert: nie znaleziono polecenia
    Conky: Unable to load image '/home/zet120/Images/moon-phase/576.png'
    P.S.
    nie znaleziono polecenia = command not found

    Any idea?
    Yes, you're missing the convert command that's used in lines 19 to 22 somehow. Don't know why

  3. #11733
    Join Date
    Jul 2008
    Location
    Connecticut, U.S.
    Beans
    106
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by zet120 View Post
    Thank you for the script, but I have a problem:
    Code:
    zet120@zet120-desktop:~$ conky -c ~/Pulpit/test
    Conky: desktop window (18000aa) is subwindow of root window (b1)
    Conky: window type - override
    Conky: drawing to created window (0x4a00001)
    Conky: drawing to double buffer
    mkdir: nie można utworzyć katalogu `/home/zet120/Images/moon-phase': File exists
    --2010-01-23 22:20:46--  http://static.die.net/moon/576.jpg
    Translacja static.die.net... 209.151.236.22
    Łączenie się z static.die.net|209.151.236.22|:80... połączono.
    Żądanie HTTP wysłano, oczekiwanie na odpowiedź... 200 OK
    Długość: 43195 (42K) [image/jpeg]
    Zapis do: `/home/zet120/Images/moon-phase/576.jpg'
    
    100%[======================================>] 43.195      73,1K/s   w 0,6s     
    
    2010-01-23 22:20:47 (73,1 KB/s) - zapisano `/home/zet120/Images/moon-phase/576.jpg' [43195/43195]
    
    /home/zet120/Pulpit/conkymoon.sh: line 19: convert: nie znaleziono polecenia
    /home/zet120/Pulpit/conkymoon.sh: line 20: convert: nie znaleziono polecenia
    /home/zet120/Pulpit/conkymoon.sh: line 21: convert: nie znaleziono polecenia
    /home/zet120/Pulpit/conkymoon.sh: line 22: convert: nie znaleziono polecenia
    Conky: Unable to load image '/home/zet120/Images/moon-phase/576.png'
    P.S.
    nie znaleziono polecenia = command not found

    Any idea?
    When I try to execute convert I get the following:

    Code:
    The program 'convert' can be found in the following packages:
     * imagemagick
     * graphicsmagick-imagemagick-compat
    Try: sudo apt-get install <selected package>
    Maybe you need one of these packages in order for it to run properly.
    Registered Ubuntu User #29430

  4. #11734
    Join Date
    Feb 2008
    Location
    I'm lost ... HELP!
    Beans
    1,014
    Distro
    Xubuntu

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Crinos512 View Post
    ${execpi 3600 ~/.conky/conkyparts/conkymoon.sh}

    where conkymoon.sh
    Code:
    #!/bin/bash
    # conkytemplate.sh
    # by Crinos512
    # Usage:
    # ${execpi 3600 ~/.conky/conkyparts/conkymoon.sh}
    #
    Image="~/Images/moon-phase/576.png"
    ImageSize="75x75"
    ImageX="280"
    ImageY="110"
    
    ### FIX FOR KDE4 TRANSPARENCY
    #feh --bg-scale "`grep 'wallpaper=' ~/.kde/share/config/plasma-desktop-appletsrc | head -n1 | tail --bytes=+11`"
    
    mkdir ~/Images/moon-phase
    cd ~/Images/moon-phase
    rm -f *.*
    wget http://static.die.net/moon/576.jpg -O ~/Images/moon-phase/576.jpg
    convert 576.jpg \( +clone -fx 'p{0,0}' \) -compose Difference -composite -modulate 100,0 +matte difference.png
    convert difference.png -threshold 1% threshold_mask.png
    convert 576.jpg threshold_mask.png +matte -compose CopyOpacity -composite 576-1.png
    convert 576-1.png -sigmoidal-contrast 2,0% 576.png
    
    ### DO NOT EDIT BELOW THIS LINE
    echo "\${image $Image -p $ImageX,$ImageY -s $ImageSize}"
    
    exit 0
    Thanks for that, now I have a new desktop image

    2 things though, you're changing the image conky calls and conky caches images. So conky will keep displaying the 1st moon image it gets til conky is restarted. To turn off caching use:
    Code:
    echo "\${image $Image -p $ImageX,$ImageY -s $ImageSize -n}"
    And, since you're scaling down to 75x75 anyway, there's also a http://static.die.net/moon/320.jpg It will be a faster download and convert.

    Oh, and there's a http://static.die.net/earth/mercator/1024.jpg too.

    In their words:
    Watch the sun rise and set all over the world on this real-time, computer-generated illustration of the earth's patterns of sunlight and darkness. The clouds are updated every 3 hours with current weather satellite imagery.
    Of course there also is a
    http://static.die.net/earth/mercator/320.jpg
    http://static.die.net/earth/mercator/1280.jpg
    and more

    But it's not as pretty as the moon!

    The moon in my .conkyrc
    Code:
    ${execi 21600 wget http://static.die.net/moon/576.jpg -O ~/.conky/tmp/moon.jpg}${image ~/.conky/tmp/moon.jpg -p 395,64 -f 3600}
    Having a black background saves me a lot of trouble here.
    Attached Images Attached Images
    Last edited by miegiel; January 24th, 2010 at 12:03 AM.

  5. #11735
    Join Date
    Aug 2009
    Beans
    282

    Re: Post your .conkyrc files w/ screenshots

    How do I make Conky be ABOVE other windows?

    thanks.

  6. #11736
    Join Date
    Jul 2008
    Location
    Connecticut, U.S.
    Beans
    106
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by TheNessus View Post
    How do I make Conky be ABOVE other windows?

    thanks.
    try making the following lines above TEXT in your conky look like this:

    Code:
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager,above
    (this caused an interesting problem for me while I was testing to make sure it was correct as my conky fills my entire desktop. lol)
    Registered Ubuntu User #29430

  7. #11737
    Join Date
    Aug 2009
    Beans
    282

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by dmillerct View Post
    try making the following lines above TEXT in your conky look like this:

    Code:
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager,above
    (this caused an interesting problem for me while I was testing to make sure it was correct as my conky fills my entire desktop. lol)
    meh, conky doesnt start with those lines for some reason (using Karmic).

    Specifically, I want conky to be above AWN when AWN is in panel mode. right now it is AWN which is above conky, not good.

  8. #11738
    Join Date
    Jul 2008
    Location
    Connecticut, U.S.
    Beans
    106
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by TheNessus View Post
    meh, conky doesnt start with those lines for some reason (using Karmic).

    Specifically, I want conky to be above AWN when AWN is in panel mode. right now it is AWN which is above conky, not good.
    I only briefly used AWN, I think there is a setting in there to make it below all other windows.

    I am also using Karmic and was able to get my conky to run using those settings. I am using compiz as well.

    I am stepping out for a pint or two (or twenty) right now. I will check back on your issue later if someone else doesn't help you out first.
    Registered Ubuntu User #29430

  9. #11739
    Join Date
    Feb 2008
    Location
    North Carolina
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Got the weather conky problem fixed. I think I may want to change the system monitor conky. I'm not really sure what I want though.

    conkymain:
    Code:
    # UBUNTU-CONKY.
    
    # Update interval in seconds
    update_interval 1.0
    
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    #own_window_colour 000000 # Black
    own_window_type override #try also 'normal' or 'desktop' 
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    text_buffer_size 6000 # large buffer needed
    
    max_specials 512
    max_user_text 4000
    
    # Minimum size of text area
    #minimum_size 300 5
    #maximum_width 300
    
    draw_shades no
    draw_outline no # amplifies text if yes
    draw_borders no
    draw_graph_borders no
    
    use_xft yes
    xftalpha 0.9
    xftfont Candera:size=8
    uppercase no
    override_utf8_locale yes
    use_spacer no
    
    stippled_borders 3
    border_margin 10
    border_width 0
    
    border_inner_margin 5
    border_outer_margin 0
    
    # Gap between borders of screen and text
    gap_x 10
    gap_y 10
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color grey
    color1 orange
    
    #	colours below used by colorize script
    color7 lightblue
    color8 yellow
    color9 red
    
    # Text alignment, other possible values are commented
    #alignment top_left
    #alignment top_right
    #alignment bottom_left
    alignment bottom_right
    
    # stuff after 'TEXT' will be formatted on screen
    
    
    
    TEXT
    ${color }SYSTEM:
    ${offset 5}${color }Distro${alignr}${color}${pre_exec cat /etc/issue.net}
    ${offset 5}${color }Kernel${alignr}${color}$sysname $kernel
    ${offset 5}${color }UpTime${alignr}${color}${uptime}
    
    ${color }PROCESSOR: 
    ${color }${execi 1000 cat /proc/cpuinfo | grep "model name" | cut -c14-36}
    ${color lightgrey}${tab 20}Freqency: ${alignr}${color }${freq_g cpu0}Ghz
    ${color lightgrey}${tab 20}Temperature: ${alignr}${color #ddaa00}${acpitemp}C   ${color }
    ${color lightgrey}${tab 20}Load: ${color #ddaa00}${cpu}%${alignr }${color }${cpubar 6,175}	
    ${color lightgrey}${tab 20}CPU History ${color }${tab 47}${cpugraph cpu0 10,175 000000 ffffff}
    ${color lightgrey}${tab 20}Processes Running: ${color }${running_processes}
    ${color lightgrey}${tab 20}Processes Sleeping: ${color }${processes}
    	
    ${color }${tab 20}Top CPU Processes: $alignr CPU%
    ${color #ddaa00}${tab 40}${top name 1}$alignr${top cpu 1}
    ${color }${tab 40}${top name 2}$alignr${top cpu 2}
    ${color }${tab 40}${top name 3}$alignr${top cpu 3}
    
    ${color }MEMORY:
    ${color }${tab 20}Real:  ${memmax} total / ${mem} in use
    ${color lightgrey}${tab 20}Used: ${color #ddaa00}${memperc}%${alignr}${color }${membar 6,175}
    ${color }${tab 20}Swap: ${swapmax} total / ${swap} in use
    ${color lightgrey}${tab 20}Used:  ${color #ddaa00}${swapperc}%${alignr}${color }${swapbar 6,175}
    
    ${color }${tab 20}Top Memory Processes: $alignr MEM%
    ${color #ddaa00}${tab 40}${top_mem name 1}$alignr${top_mem mem 1}
    ${color }${tab 40}${top_mem name 2}$alignr${top_mem mem 2}
    ${color }${tab 40}${top_mem name 3}$alignr${top_mem mem 3}
    
    ${color }VIDEO: ${color }
    ${tab 20}${execi 30 nvclock -i | grep 'Card:' | cut -c9-27}
    ${tab 20}GPU Temp: ${alignr}${execpi 8 nvidia-settings -q GPUCoreTemp -t | xargs /home/peter1/Conky/scripts/colorizegpu.sh}°C
    ${tab 20}${color lightgrey}NVidia Driver Version:$alignr ${color} ${exec nvidia-settings -q NvidiaDriverVersion | grep Attribute | cut -d ' ' -f 6}
    ${tab 20}${color lightgrey}Current GPU Clock:$alignr ${color} ${exec nvidia-settings -q GPUPerfModes | grep perf=0 | cut -d ' ' -f 7 | cut -c 9-11} MHz
    
    ${color }DISK: 
    ${color }/dev/hda3 Linux (ext3)
    ${color lightgrey}${tab 20}Total: ${color }${fs_size} 
    ${color lightgrey}${tab 20}Used: ${color }${fs_used}
    ${color lightgrey}${tab 20}Available: ${color }${fs_free}
    ${color lightgrey}${tab 20}Free: ${color #ddaa00}${fs_free_perc}%${tab 45}${color }${alignr}${fs_bar 6,175}
    ${color lightgrey}${tab 20}I/O History: ${tab 47}${diskiograph 10,175 000000 ffffff}
    
    
    ${voffset -15}${color}${font LCDMono:size=50}${time %I:%M:%P}${font}
    conky calendar:
    Code:
    # UBUNTU-CONKY.
    
    # Update interval in seconds
    update_interval 1.0
    
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    #own_window_colour 000000 # Black
    own_window_type override #try also 'normal' or 'desktop' 
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    text_buffer_size 6144 # large buffer needed
    
    max_specials 640
    max_user_text 4000
    
    # Minimum size of text area
    minimum_size 1280
    maximum_width 1280
    
    draw_shades no
    draw_outline no # amplifies text if yes
    draw_borders no
    draw_graph_borders no
    
    use_xft yes
    xftalpha 0.9
    xftfont Candera:size=8
    uppercase no
    override_utf8_locale yes
    use_spacer no
    
    stippled_borders 3
    border_margin 0
    border_width 0
    
    # Gap between borders of screen and text
    gap_x 0
    gap_y 20
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color grey
    color1 orange
    
    #	colours below used by colorize script
    color7 lightblue
    color8 yellow
    color9 red
    
    # Text alignment, other possible values are commented
    #alignment top_left
    #alignment top_right
    #alignment bottom_left
    #alignment bottom_right
     alignment top_middle
    
    TEXT
    ${voffset 8}${goto 190}${font LCDMono:bold:size=24}${color6}${time %b}${font}${color} ${voffset -19}${font DejaVu Sans Mono:Bold:size=10}${execpi 60 /home/peter1/Conky/scripts/conky_calhoriz.sh} ${voffset -15}${font LCDMono:bold:size=24}${color3}${time %Y}${font}
    conkyForecast. template (Thanks Bruce!!):
    Code:
    ${image [--datatype=WI --imperial] -p 12,0 -s 90x90}${goto 120}${color2}${font Zekton:size=20}[--datatype=DW --imperial --shortweekday --startday=0]:${color6} [--datatype=HT --imperial]
    ${goto 120}${voffset -10}${font Zekton:bold:size=9}${color2}Apparent Temperature: ${color6}[--datatype=LT --imperial --night]${font}
    ${goto 120}${color2}Mín: ${color6}[--startday=0 --datatype=LT --imperial --night] ${color2}Max: ${color9}[--startday=0 --datatype=HT --imperial --night]
    ${goto 10}${voffset 10}${font Zekton:bold:size=11} ${color7}[--datatype=CC --imperial]${color}${font}
    ${goto 10}${voffset 3}${color7}Visibility:${color8} [--datatype=VI --imperial]
    ${goto 10}${voffset 3}${color7}Dew Pnt.: ${color8}[--datatype=DP --imperial]${color}
    ${goto 10}${voffset 3}${color7}Pressure: ${color8}[--datatype=BR --imperial] - [--datatype=BD --imperial]${color}
    ${goto 10}${voffset 3}${color7}Humidity: ${color8}[--datatype=HM --imperial]  ${color7}UV: ${color8}[--datatype=UI --imperial] - ${color8}[--datatype=UT --imperial]
    ${goto 15}${voffset 5}${color8}${font SunNMoon:size=50}n${font}${goto 70}${voffset -38}${font Arrows:size 20}${color3}b${color8}${font}[--datatype=SR --imperial]
    ${goto 75}${color0}D-L: [--datatype=DL --imperial]
    ${goto 70}${font Arrows:size 20}${color1}h${color8}${font}[--datatype=SS --imperial]${color}
    ${image [--datatype=MI --imperial] -p 173,180 -s 55x55}
    ${goto 15}${font DejaVu Sans Mono:bold:size=7}W:[--datatype=LU --imperial] -=- C:[--datatype=LF --imperial]${font}
    ${image [--datatype=BI --imperial] -p 280,6 -s 80x80}
    ${goto 280}${voffset -195}${color7}(${color8}[--datatype=WA --imperial]°${color7}) ${color8}[--datatype=WD --imperial]
    ${goto 300}${voffset 5}${color8}[--datatype=WS --imperial]
    ${voffset -110}${goto 380}${color2}[--datatype=DW --imperial --shortweekday --startday=1]:${color1}[--datatype=HT --imperial --hideunits --hidedegreesymbol --startday=1]${color}/${color7}[--datatype=LT --imperial --hideunits --hidedegreesymbol --startday=1]${goto 480}${color2}[--datatype=DW --imperial --shortweekday --startday=2]:${color1}[--datatype=HT --imperial--hideunits --hidedegreesymbol --startday=2]${color}/${color7}[--datatype=LT --imperial --hideunits --hidedegreesymbol --startday=2]${goto 580}${color2}[--datatype=DW --imperial --shortweekday --startday=3]:${color1}[--datatype=HT --imperial --hideunits --hidedegreesymbol --startday=3]${color}/${color7}[--datatype=LT --imperial --hideunits --hidedegreesymbol --startday=3]
    ${image [--datatype=WI --imperial --startday=1] -p 380,20 -s 50x50}${image [--datatype=WI --imperial --startday=2] -p 480,20 -s 50x50}${image [--datatype=WI --imperial --startday=3] -p 580,20 -s 50x50}
    ${voffset 30}${goto 380}${color7}Sun:${color3}[--datatype=SR --imperial --startday=1]${goto 480}${color7}Sun:${color3}[--datatype=SR --imperial --startday=2]${goto 580}${color7}Sun:${color3}[--datatype=SR --imperial --startday=3]
    ${goto 380}${color7}   :${color1}[--datatype=SS --imperial --startday=1]${color}${goto 480}${color7}   :${color1}[--datatype=SS --imperial --startday=2]${color}${goto 580}${color7}   :${color1}[--datatype=SS --imperial --startday=3]${color}
    ${goto 380}${color7}D-L:${color8}[--datatype=DL --imperial --startday=1]${color}${goto 480}${color7}D-L:${color8}[--datatype=DL --imperial --startday=2]${color}${goto 580}${color7}D-L:${color8}[--datatype=DL --imperial --startday=3]${color}
    ${voffset 10}${color8}${goto 280}${cpubar cpu3 1,370}${color}
    ${voffset 10}${goto 280}${color2}[--datatype=DW --imperial --shortweekday --startday=4]:${color1}[--datatype=HT --imperial --hideunits --hidedegreesymbol --startday=4]${color}/${color7}[--datatype=LT --imperial --hideunits --hidedegreesymbol --startday=4]${goto 380}${color2}[--datatype=DW --imperial --shortweekday --startday=5]:${color1}[--datatype=HT --imperial --hideunits --hidedegreesymbol --startday=5]${color}/${color7}[--datatype=LT --imperial --hideunits --hidedegreesymbol --startday=5]${goto 480}${color2}[--datatype=DW --imperial --shortweekday --startday=6]:${color1}[--datatype=HT --imperial --hideunits --hidedegreesymbol --startday=6]${color}/${color7}[--datatype=LT --imperial --hideunits --hidedegreesymbol --startday=6]${goto 580}${color2}[--datatype=DW --imperial --shortweekday --startday=7]:${color1}[--datatype=HT --imperial --hideunits --hidedegreesymbol --startday=7]${color}/${color7}[--datatype=LT --imperial --hideunits --hidedegreesymbol --startday=7]
    ${image [--datatype=WI --imperial --startday=4] -p 280,160 -s 50x50}${image [--datatype=WI --imperial --startday=5] -p 380,160 -s 50x50}${image [--datatype=WI --imperial --startday=6] -p 480,160 -s 50x50}${image [--datatype=WI --imperial --startday=7] -p 580,160 -s 50x50}
    ${voffset 35}${goto 280}${color7}Sun:${color3}[--datatype=SR --imperial --startday=4]${goto 380}${color7}Sun:${color3}[--datatype=SR --imperial --startday=5]${goto 480}${color7}Sun:${color3}[--datatype=SR --imperial --startday=6]${goto 580}${color7}Sun:${color3}[--datatype=SR --imperial --startday=7]
    ${goto 280}${color7}   :${color1}[--datatype=SS --imperial --startday=4]${color}${goto 380}${color7}   :${color1}[--datatype=SS --imperial --startday=5]${color}${goto 480}${color7}   :${color1}[--datatype=SS --imperial --startday=6]${color}${goto 580}${color7}   :${color1}[--datatype=SS --imperial --startday=7]${color}
    ${goto 280}${color7}D-L:${color8}[--datatype=DL --imperial --startday=4]${color}${goto 380}${color7}D-L:${color8}[--datatype=DL --imperial --startday=5]${color}${goto 480}${color7}D-L:${color8}[--datatype=DL --imperial --startday=6]${color}${goto 580}${color7}D-L:${color8}[--datatype=DL --imperial --startday=7]${color}
    Attached Images Attached Images

  10. #11740
    Join Date
    Jul 2008
    Location
    Connecticut, U.S.
    Beans
    106
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by TheNessus View Post
    meh, conky doesnt start with those lines for some reason (using Karmic).

    Specifically, I want conky to be above AWN when AWN is in panel mode. right now it is AWN which is above conky, not good.
    I'm back. How is your conky doing?
    Registered Ubuntu User #29430

Page 1174 of 2348 FirstFirst ... 1746741074112411641172117311741175117611841224127416742174 ... 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
  •