Page 541 of 2348 FirstFirst ... 4144149153153954054154254355159164110411541 ... LastLast
Results 5,401 to 5,410 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #5401
    Join Date
    Nov 2006
    Location
    Hampshire, England
    Beans
    139

    Re: Post you're .conkyrc files w/ screenshots

    Derived from Spano's

    Code:
    # set to yes if you want Conky to be forked in the background
    background no
    
    # X font when Xft is disabled, you can pick one with program xfontsel
    #font 5x7
    #font 6x10
    #font 7x13
    #font 8x13
    font 9x15
    #font *mintsmild.se*
    #font -*-*-*-*-*-*-35-*-*-*-*-*-*-*
    
    # Use Xft?
    use_xft no
    
    # Set conky on the bottom of all other applications
    #on_bottom yes
    
    # Xft font when Xft is enabled
    #xftfont Bitstream Vera Sans Mono:size=10
    
    # Text alpha when using Xft
    #xftalpha 0.15
    
    # Print everything to stdout?
    # out_to_console no
    
    # MPD host/port
    # mpd_host localhost
    # mpd_port 6600
    # mpd_password tinker_bell
    
    # Print everything to console?
    # out_to_console no
    
    # mail spool
    #mail_spool $MAIL
    
    # Update interval in seconds
    update_interval 5.0
    
    # This is the number of times Conky will update before quitting.
    # Set to zero to run forever.
    total_run_times 0
    
    # Create own window instead of using desktop (required in nautilus)
    own_window no
    
    # If own_window is yes, you may use type normal, desktop or overide
    own_window_type normal
    
    # Use pseudo transparency with own_window?
    own_window_transparent yes
    
    # If own_window_transparent is set to no, you can set the background colour here
    #own_window_colour
    
    # If own_window is yes, these window manager hints may be used
    own_window_hints undecorated,below,skip_pager
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer no
    
    # Minimum size of text area
    minimum_size 280 5
    
    # Draw shades?
    draw_shades yes
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    
    # Stippled borders?
    stippled_borders 8 no
    
    # border margins
    border_margin 4
    
    # border width
    border_width 1
    
    # Default colors and also border colors
    default_color white
    default_shade_color black
    default_outline_color black
    
    # Text alignment, other possible values are commented
    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    #alignment none
    
    # Gap between borders of screen and text
    # same thing as passing -x at command line
    gap_x 12
    gap_y 28
    
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    # set to yes if you want all text to be in uppercase
    uppercase no
    
    # number of cpu samples to average
    # set to 1 to disable averaging
    cpu_avg_samples 2
    
    # number of net samples to average
    # set to 1 to disable averaging
    net_avg_samples 2
    
    # Force UTF8? note that UTF8 support required XFT
    override_utf8_locale no
    
    
    # Add spaces to keep things from moving about?  This only affects certain objects.
    use_spacer no
    
    #   mldonkey_hostname     Hostname for mldonkey stuff, defaults to localhost
    #   mldonkey_port         Mldonkey port, 4001 default
    #   mldonkey_login        Mldonkey login, default none
    #   mldonkey_password     Mldonkey password, default none
    
    # boinc (seti) dir
    # seti_dir /opt/seti
    
    # variable is given either in format $variable or in ${variable}. Latter
    # allows characters right after the variable and must be used in network
    # stuff because of an argument
    
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    Distro: Ubuntu 8.10
            Intrepid Ibex 
    OS: (Linux $kernel)
    Host: megabox
    
    ${color}Uptime:$color $uptime ${color}- Load:$color $loadavg
    ${color}Usage (Avg):${color} ${freq_dyn_g}Ghz ${color lightgrey}${cpu cpu0}% ${alignr}${color}${cpubar cpu0 5,80}
    ${color}Usage (Core 1):${color} ${freq_dyn_g cpu1}Ghz ${color lightgrey}${cpu cpu1}% ${alignr}${color}${cpubar cpu1 5,80}
    ${color}Usage (Core 2):${color} ${freq_dyn_g cpu2}Ghz ${color lightgrey}${cpu cpu2}% ${alignr}${color}${cpubar cpu2 5,80}
    ${color}${cpugraph 88aadd 88aaee}
    
    ${color}RAM Usage:$color $mem/$memmax - $memperc% ${membar}
    ${color}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar}
    ${color}Processes:$color $processes  ${color}Running:$color $running_processes
    
    ${color}Networking:
     Down:${color} ${downspeed wlan0} k/s${color} ${offset 80}Up:${color} ${upspeed wlan0} k/s
    ${color}${downspeedgraph wlan0 32,150 88aadd 88aaee} ${color}${upspeedgraph wlan0 32,150 88aadd 88aaee}
    
    ${color}File systems:
     / $color${fs_used /}/${fs_size /} ${fs_bar /}
     500GB $color${fs_used /media/Joe's Disk}/${fs_size /media/Joe's Disk} ${fs_bar /media/Joe's Disk}
     Windows $color${fs_used /media/Windows}/${fs_size /media/Windows} ${fs_bar /media/Windows}
    
    ${color}Name              PID     CPU%   MEM%
    ${color lightgrey} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
    ${color} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
    ${color} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
    ${color} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
    ${color}Mem usage
    ${color lightgrey} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
    ${color} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
    ${color} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
    Attached Images Attached Images

  2. #5402
    Join Date
    Jun 2007
    Location
    North London; England
    Beans
    697

    Re: Post your .conkyrc files w/ screenshots

    Code:
    background yes
    
    use_xft yes
    # xft font when Xft is enabled
    xftfont MonoSpace:size=12
    override_utf8_locale yes
    
    # Text alpha when using Xft
    xftalpha 1
    mpd_host 192.168.1.64
    update_interval 1
    draw_shades no
    draw_outline yes
    draw_borders no
    stippled_borders no
    border_margin 0
    border_width 1
    default_color ffffff #BFFFB7 #3FB2C1 #CFE5D3 #BFFFB7 #B1B1B1 #FF8086 #61FFE2 #7EFFF7 #7EB6FF #BAF5FF #BFFFB7 #FFF2E6 #9DFFDD #B599FF
    default_shade_color ffffff
    default_outline_color 000000
    own_window yes
    own_window_transparent no
    own_window_type widget
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
    own_window_colour 010101
    #alignment top_right
    alignment top_left
    gap_x 25
    gap_y 25
    no_buffers yes
    uppercase no
    double_buffer yes
    use_spacer none
    minimum_size 200 200
    mail_spool $HOME/Maildir/
    text_buffer_size 2080
    maximum_width 375
    #${color white}${execpi 120 conkyForecast --location=UKXX1471 --template=/home/mark/conkyweather.template}$color
    TEXT
    ${font MonoSpace:size=18}${time %a, }${time %e %B %G}
    ${time %H:%M:%S}
    Emails: ${execi 129 conkyEmail --servertype=IMAP  --servername=imap.gmail.com --ssl --username=*** --password=**** --connectiontimeout=10}$font
    
    ${color white}${execpi 120 conkyForecast --location=UKXX1471 --template=/home/mark/conkyweather.template}$color
    Warnings
    ${alignc}${color ff0000}${rss http://www.metoffice.gov.uk/xml/warnings_rss_se.xml 10 item_title 0}${color ffffff}
    ${alignc}${color ff0000}${rss http://www.metoffice.gov.uk/xml/warnings_rss_se.xml 10 item_title 1}${color ffffff}
    ${alignc}${color ff0000}${rss http://www.metoffice.gov.uk/xml/warnings_rss_se.xml 10 item_title 2}${color ffffff}
    
    ${font}News
    ${rss http://www.harrowtimes.co.uk/news/rss/ 10 item_title 0}
    ${rss http://www.harrowtimes.co.uk/news/rss/ 10 item_title 1}
    ${rss http://www.harrowtimes.co.uk/news/rss/ 10 item_title 3}
    ${rss http://www.harrowtimes.co.uk/news/rss/ 10 item_title 4}
    
    ${font }Tube Info
    ${alignc}${color ae6118}${rss http://conor.net/feeds/rss/tube.xml 20 item_title 0}
    ${alignc}${color e41f1f}${rss http://conor.net/feeds/rss/tube.xml 20 item_title 1}
    ${alignc}${color f8d42d}${rss http://conor.net/feeds/rss/tube.xml 20 item_title 2}
    ${alignc}${color 00a575}${rss http://conor.net/feeds/rss/tube.xml 20 item_title 3}
    ${alignc}${color e899a8}${rss http://conor.net/feeds/rss/tube.xml 20 item_title 4}
    ${alignc}${color 8f989e}${rss http://conor.net/feeds/rss/tube.xml 20 item_title 5}
    ${alignc}${color 893267}${rss http://conor.net/feeds/rss/tube.xml 20 item_title 6}
    ${alignc}${color ffffff}${rss http://conor.net/feeds/rss/tube.xml 20 item_title 7}
    ${alignc}${color 0450a1}${rss http://conor.net/feeds/rss/tube.xml 20 item_title 8}
    ${alignc}${color 009fe0}${rss http://conor.net/feeds/rss/tube.xml 20 item_title 9}
    ${alignc}${color 70c3ce}${rss http://conor.net/feeds/rss/tube.xml 20 item_title 10} ${color}
    Attached Images Attached Images
    Desktop:i7 875k|4gb OCZ platinum ddr3 2000|Evga P55 LE mobo|OCZ RevoDrive 50gb|ATI 5850 Black Edition|Silverstone FT02|corsair tx650
    Portable: 13" Macbook Pro 2.8ghz i7 16gb RAM | Asus EEE TF101 | Samsung Galaxy S2

  3. #5403
    Join Date
    Apr 2008
    Location
    Sessrumnir
    Beans
    440
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Post your .conkyrc files w/ screenshots

    Hi all

    heres my Conky for my eeepc 904HD. The desktop picture is from a fan made comic strip of the daleks. The space under the SD and mem stick heading fills with the relevant info as and when I plug one of my sticks or cards in. Thanks to dccrens for sorting the method out for me.

    regards

    Fenris




    Code:
    # UBUNTU-CONKY 
    # A comprehensive conky script, configuwhite for use on 
    # Ubuntu / Debian Gnome, without the need for any external scripts. 
    # 
    # Based on conky-jc and the default .conkyrc. 
    # INCLUDES: 
    # - tail of /var/log/messages 
    # - netstat connections to your computer 
    # 
    # -- Pengo (conky@pengo.us) 
    # 
    
    # Create own window instead of using desktop (requiwhite in nautilus) 
    own_window yes 
    own_window_type override 
    own_window_transparent yes 
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager 
    
    # Use double buffering (whiteuces flicker, may not work for everyone) 
    double_buffer yes 
    
    # fiddle with window 
    use_spacer left 
    use_xft yes 
    
    # Update interval in seconds 
    update_interval 3.0 
    
    # Minimum size of text area 
    minimum_size 200 5 
    
    # Draw shades? 
    draw_shades no 
    
    # Text stuff 
    draw_outline no # amplifies text if yes 
    draw_borders no 
    # Xft font when Xft is enabled
    xftfont Purisa:size=7
    
    uppercase no # set to yes if you want all text to be in uppercase 
    
    # Stippled borders? 
    stippled_borders 3 
    
    # border margins 
    border_margin 9 
    
    # border width 
    border_width 10 
    
    # Default colors and also border colors, white
    default_color white
    
    own_window_colour brown 
    own_window_transparent yes 
    
    # 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 10 
    
    # stuff after 'TEXT' will be formatted on screen 
    
    TEXT 
    $color 
    ${color white}SYSTEM ${hr 1}$color 
    $nodename $sysname $kernel on $machine 
    
    ${color white}Time: ${color white}${time %k:%M:%S} 
    ${color white}Date: ${color white}${time %A, %d %B} 
    
    ${color white}CPU ${hr 1}$color 
    ${color white}${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'} 
    ${freq}MHz   Load: ${loadavg}   Temp: ${acpitemp} C
    ${cpugraph 736F6E FF0000} 
    
    NAME	    ${alignr}PID    CPU%    MEM% 
    ${top name 1}${alignr 5}${top pid 1} 	${top cpu 1}   ${top mem 1} 
    ${top name 2}${alignr 5}${top pid 2} 	${top cpu 2}   ${top mem 2} 
    ${top name 3}${alignr 5}${top pid 3} 	${top cpu 3}   ${top mem 3} 
    ${top name 4}${alignr 5}${top pid 4} 	${top cpu 4}   ${top mem 4} 
    ${top name 5}${alignr 5}${top pid 5} 	${top cpu 5}   ${top mem 5}
    
    ${color white}RAM/DISK ${hr 1}$color 
    RAM:   $memperc%   ${membar 6}$color 
    Swap:  $swapperc%   ${swapbar 6}$color 
    
    Root:  ${fs_free_perc /}%   ${fs_bar 6 /}$color
    ${color white}SD CARDS/USB STICKS ${hr 1}$color
    ${if_mounted /media/disk}sdb1:  ${fs_free_perc /media/disk}%   ${fs_bar 6 /media/disk}${endif} $color 
    ${if_mounted /media/disk-1}sdc1:  ${fs_free_perc /media/disk-1}%   ${fs_bar 6 /media/disk-1}${endif}
    ${if_mounted /media/UDISK}sdd1:  ${fs_free_perc /media/UDISK}%   ${fs_bar 6 /media/UDISK}${endif}
    ${if_mounted /media/disk-2}sde1:  ${fs_free_perc /media/disk-2}%   ${fs_bar 6 /media/disk-2}${endif}
    
    ${color white}NET ${hr 1}$color 
    ${color white}Total:${color white} ${totaldown ath0}${color white} Down${color white} ${totalup ath0}${color white} Up
     
    ${color white}WIRELESS ${hr 1}$color 
    ${color white}Down:${color white} ${downspeedgraph ath0 15,75 736F6E FF0000}${color white} Up:${color white} ${upspeedgraph ath0 15,75 736F6E FF0000}  ${wireless_bitrate ath0} 
    
    ${color white}ESSID:${color white} ${wireless_essid ath0}
    Attached Images Attached Images
    "Windows Vista Sir?"
    "No thanks, I'd rather shove wasps up my nostrils!"

  4. #5404
    Join Date
    Jan 2009
    Beans
    21

    Re: Post your .conkyrc files w/ screenshots

    Ubuntu OS X Tiger(or Interpid Ibex))



    All needed scripts, fonts and .conkyrs file are here(and how-to in russian only, sorry)
    Conky colours


    Code:
    # Use Xft?
    use_xft yes
    xftfont DejaVu Sans Mono:size=8
    xftalpha 0.8
    text_buffer_size 2048
    
    # Update interval in seconds
    update_interval 1
    
    # This is the number of times Conky will update before quitting.
    # Set to zero to run forever.
    total_run_times 0
    
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_transparent yes
    own_window_type override
    #own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    
    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # Minimum size of text area
    minimum_size 180 0
    #maximum_width 200
    
    # Draw shades?
    draw_shades no
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    
    # Stippled borders?
    stippled_borders 0
    
    # border margins
    border_margin 5
    
    # border width
    border_width 1
    
    # Default colors and also border colors
    default_color white
    #default_shade_color black
    #default_outline_color white
    own_window_colour 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
    # same thing as passing -x at command line
    gap_x 35
    gap_y 50
    
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    # set to yes if you want all text to be in uppercase
    uppercase no
    
    # number of cpu samples to average
    # set to 1 to disable averaging
    cpu_avg_samples 2
    
    # number of net samples to average
    # set to 1 to disable averaging
    net_avg_samples 2
    
    # Force UTF8? note that UTF8 support required XFT
    override_utf8_locale yes
    
    # Add spaces to keep things from moving about?  This only affects certain objects.
    use_spacer none
    
    TEXT
    SYSTEM ${hr 2}
    ${voffset 2}${font OpenLogos:size=16}u${font}   Kernel:  ${alignr}${kernel}
    ${font StyleBats:size=16}A${font}   CPU1: ${cpu cpu1}% ${alignr}${cpubar cpu1 8,60}
    ${font StyleBats:size=16}A${font}   CPU2: ${cpu cpu2}% ${alignr}${cpubar cpu2 8,60}
    ${font StyleBats:size=16}A${font}   CPU3: ${cpu cpu3}% ${alignr}${cpubar cpu3 8,60}
    ${font StyleBats:size=16}A${font}   CPU4: ${cpu cpu4}% ${alignr}${cpubar cpu4 8,60}
    ${font StyleBats:size=16}g${font}   RAM: $memperc% ${alignr}${membar 8,60}
    ${font StyleBats:size=16}j${font}   SWAP: $swapperc% ${alignr}${swapbar 8,60}
    ${font StyleBats:size=16}q${font}   Uptime: ${alignr}${uptime}
    
    DATE ${hr 2}
    ${alignc 35}${font Arial Black:size=26}${time %H:%M}${font}
    ${alignc}${time %A %d %Y}
    
    CALENDAR ${hr 2}
    ${voffset 4}${font RsbillsDng:size=14}O${font} ${execp /home/***/.scripts/conky/ConkyCalendar.py}
    ${voffset 4}${font Webdings:size=14}j${font}   Home: ${alignr}${execp ~/.scripts/conky/countdown.sh}
    ${voffset 4}${font RsbillsDng:size=14}A${font}   New Year: ${alignr}${execp ~/.scripts/conky/countdown2.sh}
    
    HD ${hr 2}
    ${voffset 4}${font Pie charts for maps:size=14}7${font}   ${voffset -5}Root:
    ${voffset 4}${fs_used /}/${fs_size /} ${alignr}${fs_bar 8,60 /}
    ${font Pie charts for maps:size=14}7${font}   ${voffset -5}Home:
    ${voffset 4}${fs_free /home}/${fs_size /home} ${alignr}${fs_bar 8,60 /home}
    
    NETWORK ${hr 2}
    ${if_existing /proc/net/route ppp0}
    ${voffset -6}${font PizzaDude Bullets:size=14}O${font}   Up: ${upspeed ppp0} kb/s ${alignr}${upspeedgraph ppp0 8,60 e6fbde b0f482}
    ${voffset 4}${font PizzaDude Bullets:size=14}U${font}   Down: ${downspeed ppp0} kb/s ${alignr}${downspeedgraph ppp0 8,60 e6fbde b0f482}
    ${voffset 4}${font PizzaDude Bullets:size=14}N${font}   Upload: ${alignr}${totalup ppp0}
    ${voffset 4}${font PizzaDude Bullets:size=14}T${font}   Download: ${alignr}${totaldown ppp0}
    ${voffset 4}${font PizzaDude Bullets:size=14}Z${font}   Signal: ${wireless_link_qual ppp0}% ${alignr}${wireless_link_bar 8,60 ppp0}
    ${voffset 4}${font PizzaDude Bullets:size=14}a${font}   Local Ip: ${alignr}${addr ppp0}
    ${voffset 4}${font PizzaDude Bullets:size=14}b${font}   Public Ip: ${alignr}${execi 1 ~/.scripts/conky/ip.sh}
    ${else}${if_existing /proc/net/route eth0}
    ${voffset -6}${font PizzaDude Bullets:size=14}O${font}   Up: ${upspeed eth0} kb/s ${alignr}${upspeedgraph eth0 8,60 3465A4 729FCF}
    ${voffset 4}${font PizzaDude Bullets:size=14}U${font}   Down: ${downspeed eth0} kb/s ${alignr}${downspeedgraph eth0 8,60 3465A4 729FCF}
    ${voffset 4}${font PizzaDude Bullets:size=14}N${font}   Upload: ${alignr}${totalup eth0}
    ${voffset 4}${font PizzaDude Bullets:size=14}T${font}   Download: ${alignr}${totaldown eth0}
    ${voffset 4}${font PizzaDude Bullets:size=14}a${font}   Local Ip: ${alignr}${addr eth0}
    ${voffset 4}${font PizzaDude Bullets:size=14}b${font}   Public Ip: ${alignr}${execi 1 ~/.scripts/ip.sh}
    ${endif}${else}${if_existing /proc/net/route eth1}
    ${voffset -6}${font PizzaDude Bullets:size=14}O${font}   Up: ${upspeed eth1} kb/s ${alignr}${upspeedgraph eth1 8,60 3465A4 729FCF}
    ${voffset 4}${font PizzaDude Bullets:size=14}U${font}   Down: ${downspeed eth1} kb/s ${alignr}${downspeedgraph eth1 8,60 3465A4 729FCF}
    ${voffset 4}${font PizzaDude Bullets:size=14}N${font}   Upload: ${alignr}${totalup eth1}
    ${voffset 4}${font PizzaDude Bullets:size=14}T${font}   Download: ${alignr}${totaldown eth1}
    ${voffset 4}${font PizzaDude Bullets:size=14}a${font}   Local Ip: ${alignr}${addr eth1}
    ${voffset 4}${font PizzaDude Bullets:size=14}b${font}   Public Ip: ${alignr}${execi 1 ~/.scripts/ip.sh}
    ${endif}${else}
    ${font PizzaDude Bullets:size=14}4${font}   Network Unavailable
    ${endif}
    
    GMAIL ${hr 2}
    
    ${voffset -8}${font PizzaDude Bullets:size=14}B${font}  Gmail: ${alignr}${font DejaVu Sans:style=Bold:size=8}${execi 600 conkyEmail --servertype=IMAP --servername=imap.googlemail.com --username=*** --password=*** --ssl}${font} New email(s)
    
    
    WEATHER ${hr 2}
    ${if_existing /proc/net/route ppp0}
    ${voffset -10}${alignr 56}${font ConkyWeather:style=Bold:size=40}${execi 600 conkyForecast --location=UPXX0054 --datatype=WF}${font}
    ${voffset -50}${font Weather:size=40}y${font}  ${voffset -38}${font Arial Black:size=26}${execi 600 conkyForecast --location=UPXX0054 --datatype=HT}${font}
    
    ${voffset 0}${alignc 48}${execpi 600 conkyForecast --location=UPXX0054 --datatype=DW --startday=1 --shortweekday} ${alignc 6}${execpi 600 conkyForecast --location=UPXX0054 --datatype=DW --startday=2 --shortweekday} ${alignc -38}${execpi 600 conkyForecast --location=UPXX0054 --datatype=DW --startday=3 --shortweekday} ${alignc -80}${execpi 600 conkyForecast --location=UPXX0054 --datatype=DW --startday=4 --shortweekday}
    ${voffset 0}${alignc 75}${font ConkyWeather:size=28}${execpi 600 conkyForecast --location=UPXX0054 --datatype=WF --startday=1 --endday=4 --spaces=2}${font}
    ${voffset 0}${font DejaVu Sans:size=8}${alignc 50}${execpi 600 conkyForecast --location=UPXX0054 --datatype=HT --startday=1 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=UPXX0054 --datatype=LT --startday=1 --hideunits --centeredwidth=3} ${alignc -12}${execpi 600 conkyForecast --location=UPXX0054 --datatype=HT --startday=2 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=UPXX0054 --datatype=LT --startday=2 --hideunits --centeredwidth=3} ${alignc -48}${execpi 600 conkyForecast --location=UPXX0054 --datatype=HT --startday=3 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=UPXX0054 --datatype=LT --startday=3 --hideunits --centeredwidth=3} ${alignr 2}${execpi 600 conkyForecast --location=UPXX0054 --datatype=HT --startday=4 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=UPXX0054 --datatype=LT --startday=4 --hideunits --centeredwidth=3}${font}
    
    ${else}${if_existing /proc/net/route eth0}
    ${voffset -10}${alignr 56}${font ConkyWeather:style=Bold:size=40}${execi 600 conkyForecast --location=??? --datatype=WF}${font}
    ${voffset -50}${font Weather:size=40}y${font}  ${voffset -38}${font Arial Black:size=26}${execi 600 conkyForecast --location=??? --datatype=HT}${font}
    
    ${voffset 0}${alignc 43}${execpi 600 conkyForecast --location=??? --datatype=DW --startday=1 --shortweekday} ${alignc 8}${execpi 600 conkyForecast --location=??? --datatype=DW --startday=2 --shortweekday} ${alignc -29}${execpi 600 conkyForecast --location=??? --datatype=DW --startday=3 --shortweekday} ${alignc -64}${execpi 600 conkyForecast --location=??? --datatype=DW --startday=4 --shortweekday}
    ${voffset 0}${alignc 75}${font ConkyWeather:size=28}${execpi 600 conkyForecast --location=??? --datatype=WF --startday=1 --endday=4 --spaces=1}${font}
    ${voffset 0}${font DejaVu Sans:size=7}${alignc 48}${execpi 600 conkyForecast --location=??? --datatype=HT --startday=1 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=??? --datatype=LT --startday=1 --hideunits --centeredwidth=3} ${alignc -14}${execpi 600 conkyForecast --location=??? --datatype=HT --startday=2 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=??? --datatype=LT --startday=2 --hideunits --centeredwidth=3} ${alignc -40}${execpi 600 conkyForecast --location=??? --datatype=HT --startday=3 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=??? --datatype=LT --startday=3 --hideunits --centeredwidth=3} ${alignr 6}${execpi 600 conkyForecast --location=??? --datatype=HT --startday=4 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=??? --datatype=LT --startday=4 --hideunits --centeredwidth=3}${font}
    ${endif}${else}${if_existing /proc/net/route eth1}
    ${voffset -10}${alignr 56}${font ConkyWeather:style=Bold:size=40}${execi 600 conkyForecast --location=??? --datatype=WF}${font}
    ${voffset -50}${font Weather:size=40}y${font}  ${voffset -38}${font Arial Black:size=26}${execi 600 conkyForecast --location=??? --datatype=HT}${font}
    
    ${voffset 0}${alignc 43}${execpi 600 conkyForecast --location=??? --datatype=DW --startday=1 --shortweekday} ${alignc 8}${execpi 600 conkyForecast --location=??? --datatype=DW --startday=2 --shortweekday} ${alignc -29}${execpi 600 conkyForecast --location=??? --datatype=DW --startday=3 --shortweekday} ${alignc -64}${execpi 600 conkyForecast --location=??? --datatype=DW --startday=4 --shortweekday}
    ${voffset 0}${alignc 75}${font ConkyWeather:size=28}${execpi 600 conkyForecast --location=??? --datatype=WF --startday=1 --endday=4 --spaces=1}${font}
    ${voffset 0}${font DejaVu Sans:size=7}${alignc 48}${execpi 600 conkyForecast --location=??? --datatype=HT --startday=1 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=??? --datatype=LT --startday=1 --hideunits --centeredwidth=3} ${alignc -14}${execpi 600 conkyForecast --location=??? --datatype=HT --startday=2 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=??? --datatype=LT --startday=2 --hideunits --centeredwidth=3} ${alignc -40}${execpi 600 conkyForecast --location=??? --datatype=HT --startday=3 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=??? --datatype=LT --startday=3 --hideunits --centeredwidth=3} ${alignr 6}${execpi 600 conkyForecast --location=??? --datatype=HT --startday=4 --hideunits --centeredwidth=3}/${execpi 600 conkyForecast --location=??? --datatype=LT --startday=4 --hideunits --centeredwidth=3}${font}
    ${endif}${else}
    ${font PizzaDude Bullets:size=14}4${font}   Weather Unavailable
    ${endif}

  5. #5405
    Join Date
    Jul 2008
    Beans
    2

    Post Re: Post your .conkyrc files w/ screenshots

    Bit late to the party but w/e



    Openbox, pypanel, conky on top and a small weather config (still workin on)

    .conkyrc
    Code:
    #Conky
    update_interval 	2.0			# Update interval in seconds
    total_run_times 	0			# This is the number of times Conky will update before quitting.
    						# Set to zero to run forever.
    no_buffers 		yes 			# Subtract file system buffers from used memory?
    text_buffer_size 	1024			# If you have lots of stuff extend the buffer
    double_buffer 		yes 			# Use double buffering (reduces flicker, may not work for everyone)
    use_spacer 		none			# Add spaces to keep things from moving about?  This only affects certain objects.
    
    own_window 		yes
    own_window_type 	override
    own_window_transparent 	no
    own_window_colour	333333
    own_window_hints 	undecorated,below,sticky,skip_taskbar,skip_pager
    
    
    
    cpu_avg_samples 	1			# number of cpu samples to average
    						# set to 1 to disable averaging
    net_avg_samples 	2			# number of net samples to average
    						# set to 1 to disable averaging
    
    # Positioning/Size
    alignment 		top_left		# Text alignment, other possible values are commented
    gap_x 			8			# Gap between borders of screen and text
    gap_y 			5
    maximum_width		1904			# Max width
    minimum_size		1904 18			# Minimum size of text area
    
    # Display
    background 		no			# set to yes if you want Conky to be forked in the background
    draw_shades 		yes			# Draw shades?
    default_color 		555555			# Default colors and also border colors
    default_shade_color 	black
    default_outline_color 	white
    draw_outline 		no			# Draw outlines?
    draw_borders 		yes			# Draw borders around text?
    stippled_borders 	0			# Stippled borders?
    border_width 		1			# border width
    border_margin 		3			# border margins
    
    # Font
    use_xft 		yes
    xftfont 		Segoe UI:size=9		# Xft font when Xft is enabled
    xftalpha 		0.9			# Text alpha when using Xft
    override_utf8_locale 	yes			# Force UTF8? note that UTF8 support required XFT
    uppercase 		no			# set to yes if you want all text to be in uppercase
    
    # stuff after 'TEXT' will be formatted on screen
    TEXT
    ${color lightgrey}${offset 5}${nodename} ${offset 10}${uptime_short} ${offset 10}${pre_exec wget -O - http://ip.tupeux.com | tail} ${offset 10}${voffset -1}|${voffset 1} ${offset 10}${voffset 1}${font StyleBats:size=9}U${font}${voffset -4} $mem / $memmax ${offset 10}${voffset -1}|${voffset 1} ${offset 10}${voffset 1}${font StyleBats:size=9}J${font}${voffset -4} ${fs_free /home}/${fs_size /home} ${offset 10}${voffset 1}${font StyleBats:size=9}I${font}${voffset -4} ${fs_free /mnt/movies}/${fs_size /mnt/movies} ${offset 10}${voffset 1}${font StyleBats:size=9}I${font}${voffset -4} ${fs_free /mnt/television}/${fs_size /mnt/television} ${offset 10}${voffset -1}|${voffset 1} ${offset 10}${voffset 1}${font StyleBats:size=9}O${font}${voffset -4} D: ${downspeedf eth0} - U: ${upspeedf eth0} ${execpi 60 conkyDeluge --showsummary --hidetorrentdetail --summarytemplate=/home/bakkoda/Scripts/conkyDeluge/conkyDeluge.template} ${alignr}${offset -18}${if_running amarokapp}${font Segoe UI:style=Bold:size=9}${execi 5 ~/Scripts/amarok.sh artist}${font} playing ${font Segoe UI:style=Bold:size=9}${execi 5 ~/Scripts/amarok.sh title}${font} from ${font Segoe UI:style=Bold:size=9}"${execi 5 ~/Scripts/amarok.sh album}"${font}   ${font Webdings:style=Bold:size=9}ò${font}${voffset -3}${execi 5 ~/Scripts/amarok.sh rating} $endif
    deluge template
    Code:
    ${offset 10}${voffset -1}|${voffset 1} ${offset 10}${voffset 1}${font StyleBats:size=9}Z${font}${voffset -4} [notorrents] ${offset 10}[totaldone]/[totalsize] - [totalprogress] ${voffset -17}
    conky weather
    Code:
    #Conky
    update_interval 	25.0			# Update interval in seconds
    total_run_times 	0			# This is the number of times Conky will update before quitting.
    						# Set to zero to run forever.
    no_buffers 		yes 			# Subtract file system buffers from used memory?
    text_buffer_size 	1024			# If you have lots of stuff extend the buffer
    double_buffer 		yes 			# Use double buffering (reduces flicker, may not work for everyone)
    use_spacer 		none			# Add spaces to keep things from moving about?  This only affects certain objects.
    
    own_window 		yes
    own_window_type 	override
    own_window_transparent 	no
    own_window_colour	222222
    own_window_hints 	undecorated,below,sticky,skip_taskbar,skip_pager
    
    
    
    cpu_avg_samples 	1			# number of cpu samples to average
    						# set to 1 to disable averaging
    net_avg_samples 	2			# number of net samples to average
    						# set to 1 to disable averaging
    
    # Positioning/Size
    alignment 		bottom_right		# Text alignment, other possible values are commented
    gap_x 			8			# Gap between borders of screen and text
    gap_y 			28
    minimum_size		50 50			# Minimum size of text area
    
    # Display
    background 		no			# set to yes if you want Conky to be forked in the background
    draw_shades 		yes			# Draw shades?
    default_color 		444444			# Default colors and also border colors
    default_shade_color 	black
    default_outline_color 	white
    draw_outline 		no			# Draw outlines?
    draw_borders 		yes			# Draw borders around text?
    stippled_borders 	0			# Stippled borders?
    border_width 		1			# border width
    border_margin 		3			# border margins
    
    # Font
    use_xft 		yes
    xftfont 		Segoe UI:size=9		# Xft font when Xft is enabled
    xftalpha 		0.9			# Text alpha when using Xft
    override_utf8_locale 	yes			# Force UTF8? note that UTF8 support required XFT
    uppercase 		no			# set to yes if you want all text to be in uppercase
    
    # stuff after 'TEXT' will be formatted on screen
    TEXT
    ${color lightgrey}${execpi 1800 conkyForecast --location=USNY0471 --template=/home/bakkoda/Scripts/conkyForecast/conkyForecast.template}
    weather template
    Code:
     [--datatype=DW --startday=0] ${alignr}[--datatype=LT --imperial] / [--datatype=HT --imperial] 
     [--datatype=CT]
     [--datatype=PC --startday=0] ${alignr}[--datatype=WS --imperial] [--datatype=WD] 
    
    ${offset 25}${font ConkyWeather:size=56}[--datatype=WF]${font} ${voffset -25}
    Last edited by Bakkoda; January 24th, 2009 at 01:25 AM.

  6. #5406
    Join Date
    Jan 2008
    Location
    new zealand
    Beans
    50
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Post your .conkyrc files w/ screenshots

    Has anyone tried (successfully) to get what is currently playing in Squeezecenter to display in their Conky?

    I have looked at using this script, but it keeps throwing all sorts of errors (and, frankly, debugging python is quite beyond me):

    http://www.mail-archive.com/discuss@...msg108983.html

    Any ideas?

  7. #5407
    Join Date
    Jul 2008
    Beans
    565

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by miromiro View Post
    Has anyone tried (successfully) to get what is currently playing in Squeezecenter to display in their Conky?

    I have looked at using this script, but it keeps throwing all sorts of errors (and, frankly, debugging python is quite beyond me):

    http://www.mail-archive.com/discuss@...msg108983.html

    Any ideas?
    Looks like all the indentation got stripped out of that. Try this out (I think it's right now):
    Code:
    #! /usr/bin/python
      
    from telnetlib import Telnet
    from urllib import unquote
    from time import sleep
      
    def query(server, port, player, commands):
        tn = Telnet(server, port)
      
        for command in commands:
            tn.write("%s %s ?\n" % (player, command))
      
        sleep(0.2)
        feedback = tn.read_very_eager().split('\n')
        results = [(cmd,unquote(res)[len(player)+len(cmd)+2:]) \
                     for cmd,res in zip(commands, feedback)]
        return dict(results)
      
    if __name__ == "__main__":
        server = "your_server" # according to your server
        port = 9090
        player = "00:XX:XX:XX:XX:XX" # according to your player
        commands = ("album", "artist", "title", "time", "duration")
      
        res = query(server, port, player, commands)
        print "%(artist)s\n%(album)s - %(title)s" % res
        print int(long(res['time'])/long(res['duration'])*100)
    Code:
    ruby -ne '$_.gsub(/<[^>]*>|\([^)]*\)|\[[^\]]*\]/,"").each_char{|i|STDOUT.flush.print(i);sleep(0.03)}if/(<\/li>|<ul>)<li>/' <(wget -qO- is.gd/e3EGx)

  8. #5408
    Join Date
    Jan 2008
    Location
    new zealand
    Beans
    50
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Post your .conkyrc files w/ screenshots

    Brilliant! Thanks eightmillion - works an absolute treat.

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

    Re: Post your .conkyrc files w/ screenshots

    With this I would like first of all to thank you, Kaivalagi for your great stuff and good work !!!
    I'm still learning as you see... trying to get gtk-desktop-info start on the same time with conky and to use locale... using Kubuntu KDE... not so easy for a modest beginner...
    But everything looks really nice thanking Kaivalagi, Bruce M and all other contributors here...
    Attached Images Attached Images

  10. #5410
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by vasilub1 View Post
    With this I would like first of all to thank you, Kaivalagi for your great stuff and good work !!!
    Yea, he does great work doesn't he. And even better, he actively supports it.

    Quote Originally Posted by vasilub1 View Post
    But everything looks really nice thanking Kaivalagi, Bruce M and all other contributors here...
    And seeing the results you've posted make it all worthwhile.

    Have a nice day.
    Bruce

Page 541 of 2348 FirstFirst ... 4144149153153954054154254355159164110411541 ... 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
  •