Page 503 of 2348 FirstFirst ... 340345349350150250350450551355360310031503 ... LastLast
Results 5,021 to 5,030 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #5021
    Join Date
    Jul 2007
    Beans
    20

    Re: Post your .conkyrc files w/ screenshots

    Thanks to the people in this thread, you've really given me some great ideas!

    This is my conkyrc, and a screenie. I like to keep it nice and clean, but still functional for me.

    conkylyrics
    # Conky sample configuration to be used with Lyricsdownloader (by Eightmillion).
    # Customized by PirtePiraja (pirtepiraja@gmail.com).
    # To use this script, copy this file to your home folder and launch Conky with the following command:
    # conky -c ~/.conkylyrics

    # Set to yes if you want Conky to be forked in the background
    background yes

    # Use Xft?
    use_xft yes

    # Font if xft not used
    # font -monotype-courier new-demibold-r-normal-17-120-100-100-*-0-microsoft-cp1251

    # Xft font when Xft is enabled
    xftfont Verdana:size=10


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

    # If own_window is yes, you may use type normal, desktop or override
    own_window_type normal

    # Use pseudo transparency with own_window?
    own_window_transparent yes

    # If own_window is yes, these window manager hints may be used
    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 350 900
    maximum_width 350
    # Draw shades?
    draw_shades no

    # Draw outlines?
    draw_outline no
    use_spacer yes

    # Draw borders around text
    draw_borders no

    # Draw borders around graphs
    # draw_graph_borders yes

    # Stippled borders?
    stippled_borders 3

    # border margins
    border_margin 9

    # border width
    border_width 10

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

    # 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 600
    gap_y 10

    # Subtract file system buffers from used memory?
    no_buffers yes

    # set to yes if you want all text to be in uppercase
    uppercase no

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

    # Text buffer size, see the Lyricsdownloader instructions.
    text_buffer_size 6076


    # 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

    ${if_running rhythmbox}
    ${color #404041}LYRICS ${hr 2}
    $alignc ${color grey}${font Verdana:size=9}${execpi 5 lyricsdownloader > .lyrics.txt}
    $alignc ${color grey}${font Verdana:size=9}${execpi 5 perl .lyrics.pl | fold -sw60 | sed 's/^/${alignc} /'}
    ${endif}
    The end part is a change in the lyrics downloader script, i listen to a lot of rammstein and there was a problem with the english translation being printed. Therefore i made up this quick script to stop it being printed.

    #!/usr/bin/perl
    open (LYRIC, "~/.lyrics.txt") || die "couldn't open the file!";
    while ($record = <LYRIC>) {
    if($record eq "</lyric>\n"){
    close(LYRIC);
    exit
    }else{
    chomp $record;
    print $record . "\n";
    }
    }
    close(LYRIC);
    main conky
    # UBUNTU-CONKY
    # A comprehensive conky script, configured 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 (required in nautilus)
    own_window yes
    own_window_type normal
    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

    # fiddle with window
    use_spacer yes
    use_xft yes

    # Update interval in seconds
    update_interval 1.0

    # Minimum size of text area
    minimum_size 300 700
    maximum_width 300

    # Draw shades?
    draw_shades no

    # Text stuff
    draw_outline no # amplifies text if yes
    draw_borders no
    font arial
    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, grey90 == #e5e5e5
    default_color grey

    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

    xftfont Verdana:size=10
    # Set to yes if you want Conky to be forked in the background
    background yes


    # stuff after 'TEXT' will be formatted on screen

    TEXT


    $font${color #404041}SYSTEM ${hr 2}$color${font Verdana:size=9}
    ${alignc} $nodename $sysname $kernel on $machine
    ${alignc}Uptime $uptime

    $font${color #404041}CPU ${hr 2}$color${font Verdana:size=9}
    ${freq}MHz Load: ${loadavg}
    CPU:1 ${cpu cpu1}% ${cpubar cpu1}
    CPU:2 ${cpu cpu2}% ${cpubar cpu2}

    $font${color #404041}PROCESSES ${hr 2}$color${font Verdana:size=9}
    ${font Liberation Mono:size=9}NAME ${alignr} PID CPU% MEM%
    ${top name 1}${alignr} ${top pid 1} ${top cpu 1} ${top mem 1}
    ${top name 2}${alignr} ${top pid 2} ${top cpu 2} ${top mem 2}
    ${top name 3}${alignr} ${top pid 3} ${top cpu 3} ${top mem 3}
    ${top name 4}${alignr} ${top pid 4} ${top cpu 4} ${top mem 4}$font

    $font${color #404041}MEMORY ${hr 2}$color${font Verdana:size=9}
    RAM: $memperc% ${membar 6}$color
    Swap: $swapperc% ${swapbar 6}$color

    $font${color #404041}FREE DISK SPACE ${hr 2}$color${font Verdana:size=9}
    Root: ${font Liberation Mono:size=9} ${alignr}${fs_used /}/ ${fs_size /}( ${fs_free_perc /}% Free )${font Verdana:size=9}
    ${fs_bar 5 /}$color
    Home: ${font Liberation Mono:size=9} ${alignr}${fs_used /home} / ${fs_size /home} ( ${fs_free_perc /home}% Free )${font Verdana:size=9}
    ${fs_bar 5 /home}$color
    Backup: ${font Liberation Mono:size=9} ${alignr}${fs_used /mnt/Backup} / ${fs_size /mnt/Backup} ( ${fs_free_perc /mnt/Backup}% Free )${font Verdana:size=9}
    ${fs_bar 5 /mnt/Backup}
    IServer: ${font Liberation Mono:size=9}${alignr}${fs_used /mnt/IServer}/ ${fs_size /mnt/IServer} ( ${fs_free_perc /mnt/IServer}% Free )${font Verdana:size=9}
    ${fs_bar 5 /mnt/IServer}
    ${if_mounted /media/IPortable}IPortable: ${font Liberation Mono:size=9} ${alignr}${fs_used /media/IPortable} / ${fs_size /media/IPortable} ( ${fs_free_perc /media/IPortable}% Free )${font Verdana:size=9}
    ${fs_bar 5 /media/IPortable}${endif}
    ${if_mounted /media/External}External: ${font Liberation Mono:size=9} ${alignr}${fs_used /media/External} / ${fs_size /media/External} ( ${fs_free_perc /media/External}% Free )${font Verdana:size=9}
    ${fs_bar 5 /media/External}${endif}

    $font${color #404041}NETWORK ( ${addr wlan0} ) ( Public IP: ${exec cat ~/.ip} ) $color${font Verdana:size=9}
    Down: $color${downspeed wlan0} kb/s ${alignr}Up: ${upspeed wlan0} kb/s
    ${downspeedgraph wlan0 25,140 000000 ff0000} ${alignr}${upspeedgraph wlan0
    25,140 000000 00ff00}$color
    Total: ${totaldown wlan0} ${alignr}Total: ${totalup wlan0}
    Inbound: ${tcp_portmon 1 32767 count} Outbound: ${tcp_portmon 32768
    61000 count}${alignr}Total: ${tcp_portmon 1 65535 count}

    ${if_running rhythmbox}
    $font${color #404041}RHYTHMBOX ${hr 2}$color${font Verdana:size=9}
    ${alignc}Title: ${exec conkyRhythmbox --datatype=TI}
    ${alignc}Artist: ${exec conkyRhythmbox --datatype=AR}
    ${alignc}Album: ${exec conkyRhythmbox --datatype=AL}
    ${alignc}Position: ${exec conkyRhythmbox --datatype=PT}/${exec conkyRhythmbox --datatype=LE} ( ${exec conkyRhythmbox --datatype=PP}% )
    ${endif}
    Attached Images Attached Images
    Last edited by iain_colin; December 13th, 2008 at 08:42 AM.

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

    Re: Post your .conkyrc files w/ screenshots

    LEFT:
    Code:
    background yes
    
    use_xft yes
    # xft font when Xft is enabled
    xftfont LucidaMacBold:size=7
    override_utf8_locale yes
    
    # Text alpha when using Xft
    xftalpha 1
    
    update_interval 1
    draw_shades no
    draw_outline yes
    draw_borders no
    stippled_borders no
    border_margin 0
    border_width 1
    default_color BFFFB7 #3FB2C1 #CFE5D3 #BFFFB7 #B1B1B1 #FF8086 #61FFE2 #7EFFF7 #7EB6FF #BAF5FF #BFFFB7 #FFF2E6 #9DFFDD #B599FF 
    default_shade_color ffffff
    default_outline_color 303030
    own_window yes
    own_window_transparent no
    own_window_type widget
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
    own_window_colour 121212
    alignment top_left
    gap_x 0
    gap_y 20
    no_buffers yes
    uppercase no
    double_buffer yes
    use_spacer none
    minimum_size 1440 0
    mail_spool $HOME/Maildir/
    
    #${rss http://www.abc.net.au/news/indexes/idx-australia/rss.xml 60 feed_title}
    
    TEXT
    ${voffset -4}${hr 1}
     ${font LucidaGrande:size=10}${color ffffff}Date${goto 300}System${goto 600}Network${goto 900}Storage${goto 1200}MPD ${mpd_status} ${mpd_elapsed}/${mpd_length}
     ${font}${time %k:%M}${font}${goto 300}$kernel${goto 600}IP${addr eth0}${goto 900}Root: ${fs_used /} /${fs_size /}${goto 1200}${mpd_artist}
     ${font}${time %D}${goto 300}${cpu cpu1}%${goto 600}Rx${downspeed eth0} k/s${goto 900}Home: ${fs_used /home} /${fs_size /home}${goto 1200}${mpd_title}
     ${font}$uptime${goto 300}${execi 1 echo`acpi -t | cut -c20-22`}C${goto 600}Tx${upspeed eth0}k/s${goto 900}Data: ${fs_used /media/data} /${fs_size /media/data}${goto 1200}${mpd_album}
     ${font}Email:${execi 300 perl ~/scripts/gmail.pl n} new${goto 300}${mem}/${memmax}${goto 600}${totaldown eth0}${goto 900}Downloads: ${fs_used /media/downloads} /${fs_size /media/downloads}${goto 1200}Random:${mpd_random}
     ${font}${goto 300}${goto 600}${goto 900}${goto 1200}
    ${voffset 0}${hr 1}

    RIGHT
    Code:
    background yes
    
    use_xft yes
    # xft font when Xft is enabled
    xftfont LucidaMacBold:size=7
    override_utf8_locale yes
    
    # Text alpha when using Xft
    xftalpha 1
    
    update_interval 1
    draw_shades no
    draw_outline yes
    draw_borders no
    stippled_borders no
    border_margin 0
    border_width 1
    default_color BFFFB7 #3FB2C1 #CFE5D3 #BFFFB7 #B1B1B1 #FF8086 #61FFE2 #7EFFF7 #7EB6FF #BAF5FF #BFFFB7 #FFF2E6 #9DFFDD #B599FF 
    default_shade_color ffffff
    default_outline_color 303030
    own_window yes
    own_window_transparent no
    own_window_type widget
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
    own_window_colour 121212
    alignment top_right
    gap_x 0
    gap_y 20
    no_buffers yes
    uppercase no
    double_buffer yes
    use_spacer none
    minimum_size 1440 0
    mail_spool $HOME/Maildir/
    
    #${rss http://www.abc.net.au/news/indexes/idx-australia/rss.xml 60 feed_title}
    
    TEXT
    ${voffset -4}${hr 1}
     ${font LucidaGrande:size=10}${color ffffff} News | UK ${goto 300}ABC News | World${goto 600}BBC News | World${goto 900}News Ltd Garbage | SA${goto 1200}SBS News | World
     ${font}${rss http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/uk/rss.xml 10 item_title 0}${goto 300}${rss http://www.abc.net.au/news/indexes/world/rss.xml 10 item_title 0}${goto 600}${rss http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml 10 item_title 0}${goto 900}${rss http://feeds.news.com.au/public/rss/2.0/anow_state_191.xml 10 item_title 0}${goto 1200}${rss http://www.sbs.com.au/news/rss/Section/Top%20Stories 10 item_title 0}
     ${font}${rss http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/uk/rss.xml 10 item_title 1}${goto 300}${rss http://www.abc.net.au/news/indexes/world/rss.xml 10 item_title 1}${goto 600}${rss http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml 10 item_title 1}${goto 900}${rss http://feeds.news.com.au/public/rss/2.0/anow_state_191.xml 10 item_title 1}${goto 1200}${rss http://www.sbs.com.au/news/rss/Section/Top%20Stories 10 item_title 1}
     ${font}${rss http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/uk/rss.xml 10 item_title 2}${goto 300}${rss http://www.abc.net.au/news/indexes/world/rss.xml 10 item_title 2}${goto 600}${rss http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml 10 item_title 2}${goto 900}${rss http://feeds.news.com.au/public/rss/2.0/anow_state_191.xml 10 item_title 2}${goto 1200}${rss http://www.sbs.com.au/news/rss/Section/Top%20Stories 10 item_title 2}
     ${font}${rss http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/uk/rss.xml 10 item_title 3}${goto 300}${rss http://www.abc.net.au/news/indexes/world/rss.xml 10 item_title 3}${goto 600}${rss http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml 10 item_title 3}${goto 900}${rss http://feeds.news.com.au/public/rss/2.0/anow_state_191.xml 10 item_title 3}${goto 1200}${rss http://www.sbs.com.au/news/rss/Section/Top%20Stories 10 item_title 3}
     ${font}${rss http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/uk/rss.xml 10 item_title 4}${goto 300}${rss http://www.abc.net.au/news/indexes/world/rss.xml 10 item_title 4}${goto 600}${rss http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml 10 item_title 4}${goto 900}${rss http://feeds.news.com.au/public/rss/2.0/anow_state_191.xml 10 item_title 4}${goto 1200}${rss http://www.sbs.com.au/news/rss/Section/Top%20Stories 10 item_title 4}
    ${voffset 0}${hr 1}
    im looking to replace the info on the right side with somthing more usefull, because i dont read the news.

    I was thinking of having it display the upload/download stats. of torrent flux. on a different pc.

    what else would you sugest i put on the right side?
    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. #5023
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Post your .conkyrc files w/ screenshots

    The blank space when rhythmbox wasn't running was annoying me so I left myself a message ....and of course it says PLAY SOME FUN MUSIC
    I'll probably put in something more useful later...maybe.

    Conky:
    Code:
    background yes
    update_interval 1.0
    total_run_times 0
    
    own_window yes
    
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 350
    maximum_width 350
    alignment top_right
    
    use_xft yes
    xftfont HandelGotD:size=8
    xftalpha 0.1
    uppercase no
    override_utf8_locale yes
    use_spacer yes
    
    default_color eeeeee
    default_shade_color 333333
    default_outline_color 00ff00
    
    draw_shades yes
    draw_outline no
    draw_borders no
    
    no_buffers yes
    cpu_avg_samples 2
    net_avg_samples 2
    
    # This is the number of times Conky will update before quitting.
    # Set to zero to run forever.
    total_run_times 0
    
    draw_graph_borders yes
    stippled_borders 0
    border_margin 0
    border_width 0
    
    # set to yes if you want all text to be in uppercase
    uppercase no
    
    # colours
    color1 white
    # light blue
    color2 6892C6
    # orange
    color3 E77320
    # green
    color4 00ff00
    # red
    color5 CC0000
    #STSTEM BLUE
    color6 0900FE
    #neon blue
    color7 0900FE
    
    TEXT
    ${color7}${font Radio Space:size=36}${time %I}${time :%M}${font Radio Space:size=26} ${time %p}
    ${color6}${font Radio Space:size=12}${time %A %d %B %Y}${color1}
    
    ${font Bitstream Vera Sans Mono:size=14}${execi 1800 conkyForecast --location=ASXX0233 --datatype=CT}${font}
    ${font ConkyWeather:style=Bold:size=40}${execi 1800 conkyForecast --location=ASXX0233 --datatype=WF}   ${font ConkyWindNESW:size=40}${execi 1800 conkyForecast --location=ASXX0233 --datatype=BS}${font}
    ${execi 1800 conkyForecast --location=ASXX0233 --datatype=HT --centeredwidth=4}               ${execi 1800 conkyForecast --location=ASXX0233 --datatype=WD} @ ${execi 1800 conkyForecast --location=ASXX0233 --datatype=WS --imperial}
    
    ${color6}${font Radio Space:style=bold:size=11}UPTIME:${color1}${font bold:size=8} $uptime
    
    ${font bold:size=11}CPU Core 1:${font bold:size=8}
    Clock: ${freq 1}MHz
    Temp: ${execi 1 sensors |grep  Core0|cut -c15-16}°C
    ${cpu cpu1}% ${color aa6fab}${cpubar cpu1}${color}
    
    ${font bold:size=11}CPU Core 2:${font bold:size=8}
    Clock: ${freq 2}MHz
    Temp: ${execi 1 sensors |grep  Core1|cut -c15-16}°C
    ${cpu cpu2}% ${color aa6fab}${cpubar cpu2}${color}
    
    ${font bold:size=11}RAM:${font bold:size=8}
    $mem / $memmax
    $memperc% ${color 57a777}${membar}${color}
    
    ${color6}${font Radio Space:style=bold:size=12}DRIVES${font bold:size=8}
    ${color1}${font bold:size=11}Ubuntu:${font bold:size=8}
    ${fs_used /} / ${fs_size /}
    ${fs_used_perc /}% ${color 797979}${fs_bar /}${color}
    
    ${font bold:size=11}XP:${font bold:size=8}
    ${fs_used /media/XP} / ${fs_size /media/XP}
    ${fs_used_perc /media/XP}% ${color 797979}${fs_bar /media/XP}${color}
    
    ${font bold:size=11}Storage:${font bold:size=8}
    ${fs_used /media/Storage} / ${fs_size /media/Storage}
    ${fs_used_perc /media/Storage}% ${color 797979}${fs_bar /media/Storage}${color}
    
    ${color6}${font Radio Space:style=bold:size=11}HIGHEST CPU${font bold:size=8} $alignr CPU  MEM${color1}
    ${hr 1}
    ${top name 1}$alignr${top cpu 1}${top mem 1}
    ${top name 2}$alignr${top cpu 2}${top mem 2}
    ${top name 3}$alignr${top cpu 3}${top mem 3}
    ${top name 4}$alignr${top cpu 4}${top mem 4}
    ${top name 5}$alignr${top cpu 5}${top mem 5}
    ${if_running rhythmbox}
    ${execp conkyRhythmbox --template=/usr/share/conkyrhythmbox/example/conkyRhythmbox.template -n}
    ${else}${hr 1}      
    ${color7}${font Radio Space:size=26}     PLAY SOME
               F*N                                   
             MUSIC
    ${endif}
    conkyrhythmbox:
    Code:
    ${color4}${font Rock Star 2.0,:size=30}${offset 20}o${font Radio Space:size=22}${offset 10}NOW PLAYING${font Musicelements:size=20}${offset 20}z${font}
    ${hr 1}
    
    ${font HandelGotD:style=bold:size=12}${color4}[--datatype=TI]${font HandelGotD:size=8}   
    ${font HandelGotD:style=Oblique:size=12}[--datatype=AR]
    ${font HandelGotD:size=10}[--datatype=AL]
     
    
    
    ${color4}${font HandelGotD:size=8}[--datatype=PT]${alignr}[--datatype=LE]
    ${color4}${execibar 1 conkyRhythmbox --datatype=PP}



  4. #5024
    Join Date
    Jul 2008
    Location
    Lost River Lake
    Beans
    233
    Distro
    Ubuntu Jaunty Jackalope (testing)

    Re: Post your .conkyrc files w/ screenshots

    I suppose it's not possible to wrap (is this the right term in this context?) Conky's text into two colums when it exceeds the bottom of the screen? You can see an example of what I mean in the screenshot below, in my MPD/Lyricsdownloader Conky.
    Attached Images Attached Images
    I never use smilies, but there are exceptions that prove the rule [Hey, how do I disable showing colon & parenthesis as an emoticon in my signature?]
    Now playing: Last.fm

  5. #5025
    Join Date
    Dec 2008
    Beans
    48

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by ajcham View Post
    I think if you comment out this line then Conky will only use as much space as is needed.
    I've done that, but still the same problem... still to many unused area.. using this code:

    Code:
    # UBUNTU-CONKY
    # A comprehensive conky script, configured 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 (required in nautilus)
    own_window yes
    own_window_hints undecorated,below,skip_taskbar
    background no
    
    # 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.0
    
    
    # Text stuff
    draw_outline no # amplifies text if yes
    draw_borders no
    
    uppercase no # set to yes if you want all text to be in uppercase
    
    # border margins
    border_margin 4
    
    # border width
    border_width 1
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color white
    default_shade_color black
    default_outline_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 5
    gap_y 5
    
    # stuff after 'TEXT' will be formatted on screen
    
    override_utf8_locale no
    xftfont Terminus:size=8
    xftalpha 0.8
    
    TEXT
    
    ${offset 240}${color slate grey}${time %a, } ${color }${time %e %B %G}
    ${offset 240}${color slate grey}${time %Z,    }${color }${time %H:%M:%S}
    ${offset 240}${color slate grey}UpTime: ${color }$uptime
    ${offset 240}${color slate grey}Kern:${color }$kernel
    ${offset 240}${color slate grey}CPU:${color } $cpu% ${acpitemp}C
    ${offset 240}${cpugraph 20,130 000000 ffffff}
    ${offset 240}${color slate grey}Load: ${color }$loadavg
    ${offset 240}${color slate grey}Processes: ${color }$processes  
    ${offset 240}${color slate grey}Running:   ${color }$running_processes
    
    ${offset 240}${color slate grey}Highest CPU:
    ${offset 240}${color #ddaa00} ${top name 1}${top_mem cpu 1}
    ${offset 240}${color lightgrey} ${top name 2}${top cpu 2}
    ${offset 240}${color lightgrey} ${top name 3}${top cpu 3}
    ${offset 240}${color lightgrey} ${top name 4}${top cpu 4}
    
    ${offset 240}${color slate grey}Highest MEM:
    ${offset 240}${color #ddaa00} ${top_mem name 1}${top_mem mem 1}
    ${offset 240}${color lightgrey} ${top_mem name 2}${top_mem mem 2}
    ${offset 240}${color lightgrey} ${top_mem name 3}${top_mem mem 3}
    ${offset 240}${color lightgrey} ${top_mem name 4}${top_mem mem 4}
    
    ${offset 240}${color slate grey}MEM:  ${color } $memperc% $mem/$memmax
    ${offset 240}${membar 3,100}
    ${offset 240}${color slate grey}SWAP: ${color }$swapperc% $swap/$swapmax
    ${offset 240}${swapbar 3,100}
    
    ${offset 240}${color slate grey}ROOT:    ${color }${fs_free /}/${fs_size /}
    ${offset 240}${fs_bar 3,100 /}
    ${offset 240}${color slate grey}HOME:  ${color }${fs_free /home}/${fs_size /home}
    ${offset 240}${fs_bar 3,100 /home}
    ${offset 240}${color slate grey}NET: 
    ${offset 240}${color}Up: ${color }${upspeed eth0} k/s
    ${offset 240}${upspeedgraph eth0 20,130 000000 ffffff}
    ${offset 240}${color}Down: ${color }${downspeed eth0}k/s${color}
    ${offset 240}${downspeedgraph eth0 20,130 000000 ffffff}
    Attached Images Attached Images
    Last edited by TMachado; December 13th, 2008 at 08:48 PM.

  6. #5026
    Join Date
    Dec 2008
    Beans
    48

    Re: Post your .conkyrc files w/ screenshots

    I've solved the problem by putting own_window yes, but then all my desktop icons disappeared, just appears when my mouse goes over them... Any ideas?


    Quote Originally Posted by TMachado View Post
    I've done that, but still the same problem... still to many unused area.. using this code:

    Code:
    # UBUNTU-CONKY
    # A comprehensive conky script, configured 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 (required in nautilus)
    own_window yes
    own_window_hints undecorated,below,skip_taskbar
    background no
    
    # 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.0
    
    
    # Text stuff
    draw_outline no # amplifies text if yes
    draw_borders no
    
    uppercase no # set to yes if you want all text to be in uppercase
    
    # border margins
    border_margin 4
    
    # border width
    border_width 1
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color white
    default_shade_color black
    default_outline_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 5
    gap_y 5
    
    # stuff after 'TEXT' will be formatted on screen
    
    override_utf8_locale no
    xftfont Terminus:size=8
    xftalpha 0.8
    
    TEXT
    
    ${offset 240}${color slate grey}${time %a, } ${color }${time %e %B %G}
    ${offset 240}${color slate grey}${time %Z,    }${color }${time %H:%M:%S}
    ${offset 240}${color slate grey}UpTime: ${color }$uptime
    ${offset 240}${color slate grey}Kern:${color }$kernel
    ${offset 240}${color slate grey}CPU:${color } $cpu% ${acpitemp}C
    ${offset 240}${cpugraph 20,130 000000 ffffff}
    ${offset 240}${color slate grey}Load: ${color }$loadavg
    ${offset 240}${color slate grey}Processes: ${color }$processes  
    ${offset 240}${color slate grey}Running:   ${color }$running_processes
    
    ${offset 240}${color slate grey}Highest CPU:
    ${offset 240}${color #ddaa00} ${top name 1}${top_mem cpu 1}
    ${offset 240}${color lightgrey} ${top name 2}${top cpu 2}
    ${offset 240}${color lightgrey} ${top name 3}${top cpu 3}
    ${offset 240}${color lightgrey} ${top name 4}${top cpu 4}
    
    ${offset 240}${color slate grey}Highest MEM:
    ${offset 240}${color #ddaa00} ${top_mem name 1}${top_mem mem 1}
    ${offset 240}${color lightgrey} ${top_mem name 2}${top_mem mem 2}
    ${offset 240}${color lightgrey} ${top_mem name 3}${top_mem mem 3}
    ${offset 240}${color lightgrey} ${top_mem name 4}${top_mem mem 4}
    
    ${offset 240}${color slate grey}MEM:  ${color } $memperc% $mem/$memmax
    ${offset 240}${membar 3,100}
    ${offset 240}${color slate grey}SWAP: ${color }$swapperc% $swap/$swapmax
    ${offset 240}${swapbar 3,100}
    
    ${offset 240}${color slate grey}ROOT:    ${color }${fs_free /}/${fs_size /}
    ${offset 240}${fs_bar 3,100 /}
    ${offset 240}${color slate grey}HOME:  ${color }${fs_free /home}/${fs_size /home}
    ${offset 240}${fs_bar 3,100 /home}
    ${offset 240}${color slate grey}NET: 
    ${offset 240}${color}Up: ${color }${upspeed eth0} k/s
    ${offset 240}${upspeedgraph eth0 20,130 000000 ffffff}
    ${offset 240}${color}Down: ${color }${downspeed eth0}k/s${color}
    ${offset 240}${downspeedgraph eth0 20,130 000000 ffffff}

  7. #5027
    Join Date
    Dec 2007
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    Hi all,
    I'm in the middle of creating my conkyrc, and I wanted to add the feature where we can display the cover of the album i'm listening to via rhythmbox. Apparently the plugin is called rhythmbox_desktop_art but i cannot find where to find it. The plugin seems down (the creator page) and i cannot find anywhere where to download it. Has the plugin changed its name? or maybe there is another way to do it?
    Thank you very much for your help,
    Seb

  8. #5028
    Join Date
    Oct 2008
    Beans
    3,509

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by srodrigu View Post
    Hi all,
    I'm in the middle of creating my conkyrc, and I wanted to add the feature where we can display the cover of the album i'm listening to via rhythmbox. Apparently the plugin is called rhythmbox_desktop_art but i cannot find where to find it. The plugin seems down (the creator page) and i cannot find anywhere where to download it. Has the plugin changed its name? or maybe there is another way to do it?
    Thank you very much for your help,
    Seb
    Go here:https://launchpad.net/~m-buck/+archive
    Last edited by stinkeye; December 14th, 2008 at 11:41 AM.

  9. #5029
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by TMachado View Post
    I've solved the problem by putting own_window yes, but then all my desktop icons disappeared, just appears when my mouse goes over them... Any ideas?
    Add or edit in this code:

    Code:
    own_window yes
    own_window_type normal
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    to define the window, and

    Code:
    minimum_size 250 5
    maximum_width 400
    to define it's size. The 250 in the second bit of code defines the normal size of your conky window, you'll need to adjust it to fit your own output.

    Looks like you're using gnome, so search this thread for how to create a startup script so conky will start after the gnome desktop.

    Here's an example of a startup script; there are plenty on this site you can adapt to your needs:

    http://ubuntuforums.org/showthread.p...ts#post5758277
    Last edited by ddnev45; December 14th, 2008 at 01:07 AM. Reason: add link
    The mark of an honest man ... is that he means what he says and knows what he means.
    A.R.

  10. #5030
    Join Date
    Aug 2007
    Location
    Melburn
    Beans
    158
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by TMachado View Post
    I've solved the problem by putting own_window yes, but then all my desktop icons disappeared, just appears when my mouse goes over them... Any ideas?
    Yeah annoying huh.

    I fixed it by not letting icons sit on my desktop.
    There's probably some l33t cli way to do it, but I just used ubuntu tweak.
    AMD Athlon 2100+ | 2GB | 300GB | 7600GS | Hardy
    HP DV5 1139TX | Core2Duo T9400 | 4GB | 400GB | 9600M GS | Ibex
    Registered Linux User #478917
    music | flickr | tumblr

Page 503 of 2348 FirstFirst ... 340345349350150250350450551355360310031503 ... 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
  •