Page 195 of 2348 FirstFirst ... 951451851931941951961972052452956951195 ... LastLast
Results 1,941 to 1,950 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #1941
    Join Date
    Sep 2007
    Beans
    Hidden!

    Question Re: Post your .conkyrc files w/ screenshots

    I feel like a newbie all over again.

    I installed XFCE 7.10 because Gutsy (Gnome) was so slow (see my SIG), really going to miss Gnome.

    Anyway, today I started conky (manually, have yet to figure out how to start it automatically in XFCE) and I noticed an error:

    EDIT: 1 Found Autostarted Applications - Conky starting automatically

    Code:
    bruloo@bruloo:~$ ./.startconky
    bruloo@bruloo:~$ Conky: desktop window (1000003) is subwindow of root window (45)
    Conky: window type - override
    Conky: drawing to created window (2800001)
    Conky: drawing to double buffer
    eval: 1: /usr/bin/xsltproc: not found
    bruloo@bruloo:~$
    Hmm, problem with xsltproc, I remember talking to matthew about that. And conky is running without the weather.sh stuff. ( See attachment)

    So then I do 4 things:
    1. install xsltproc
    2. kill conky
    3. and just to be sure [Ctrl]+[Alt]+[Backspace]
    4. and restart conky

    Code:
    bruloo@bruloo:~$ ./.startconky
    bruloo@bruloo:~$ Conky: desktop window (1000003) is subwindow of root window (45)
    Conky: window type - override
    Conky: drawing to created window (2400001)
    Conky: drawing to double buffer
    -:1: parser error : Document is empty
    
    ^
    -:1: parser error : Start tag expected, '<' not found
    
    ^
    I/O error : Invalid seek
    unable to parse -
    --19:18:08--  http://weather.yahoo.com/forecast/ARBA0009_c.html
               => `-'
    Resolving weather.yahoo.com... 69.147.78.254
    Connecting to weather.yahoo.com|69.147.78.254|:80... connected.
    HTTP request sent, awaiting response... 200 OK
    Length: unspecified [text/html]
    
        [   <=>           ] 34,960        63.06K/s             
    
    19:18:09 (62.90 KB/s) - `-' saved [34960]
    Same results the weaher is not showing...

    Anyone got any tips how to do this in Xubuntu 7.10?

    Bruce

    EDIT: 2 Boy do I feel dumb. Obviously everything wasn't the same. I didn't have "curl" installed in Xubuntu. DUH! Do now, it works great.
    Hanging head in shame.
    Attached Images Attached Images
    Last edited by Bruce M.; March 6th, 2008 at 09:05 PM. Reason: EDIT: 1,2

  2. #1942
    Join Date
    Feb 2007
    Beans
    521
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    I like conkies (lol?) with a different form.
    Code:
    own_window true
    #own_window_type override
    #own_window_transparent yes #see lower
    own_window_hints undecorated,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 no
    
    # Update interval in seconds
    update_interval 3.0
    
    # Minimum size of text area
    minimum_size 1104 5
    
    # Draw shades?
    draw_shades no
    
    # Text stuff
    draw_outline yes # amplifies text if yes
    draw_borders no
    font monospace
    uppercase no # set to yes if you want all text to be in uppercase
    
    # Stippled borders?
    stippled_borders 3
    
    # border margins
    border_margin 4
    
    # border width
    border_width 5
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color white
    
    own_window_colour lightblue
    #D1FF4E
    own_window_transparent no
    
    alignment		top_left
    gap_x			0
    gap_y			18
    
    no_buffers		yes
    #Weather info, makes problems when not connected to the internet
    #${color darkgray}| ${color white}${execi 300 /home/uibxn/scripts/weather.sh "EUR|DE|GM001|KARLSRUHE"} 
    
    TEXT
     ${color gold}CPU${color darkgray}:  ${color white}${cpu}% ${color darkgray}|  ${color gold}RAM${color darkgray}:  ${color white}$memperc% ${color darkgray}/ ${color white}$mem ${color darkgray}|  ${color gold}Load${color darkgray}:  ${color white}$loadavg ${color darkgray}| ${color gold}Up${color darkgray}: ${color white}$uptime_short ${color darkgray}| ${color gold}Bat${color darkgray}: ${color white}${execi 1 /home/uibxn/scripts/batCharge.sh} ${color darkgray}| ${color gold}/home${color darkgray}: ${color white}${fs_free /home} ${color darkgray}| ${color gold}${mpd_status}${color darkgray}: ${color white}${mpd_percent}% ${color darkgray}(${color white}${mpd_elapsed}${color darkgray}/${color white}${mpd_length}${color darkgray}) ${color white}${mpd_smart} ${mpd_bar}
    Attached Images Attached Images
    make install - not war!

    Oh hai!

  3. #1943
    Join Date
    Sep 2007
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by spupy View Post
    I like conkies (lol?) with a different form.
    I like that. .)

  4. #1944
    Join Date
    Aug 2007
    Location
    Pittsburgh, PA
    Beans
    256
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Well thanks to everyone here I've thrown together one that works for me for now.
    conkymain
    Code:
    # Conky configuration
    #
    # the list of variables has been removed from this file in favour
    # of keeping the documentation more maintainable.
    # Check http://conky.sf.net for an up-to-date-list.
    # http://conky.sourceforge.net/variables.html
    # http://conky.sourceforge.net/config_settings.html
    
    # set to yes if you want Conky to be forked in the background
    background yes
    
    # 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 -*-*-*-*-*-*-34-*-*-*-*-*-*-*
    
    # Use Xft?
    use_xft yes
    
    # Xft font when Xft is enabled
    xftfont Terminal Bitstream Vera Sans Mono:size=10
    $ xftfont Bitstream Vera Sans Mono:size=10
    
    # Text alpha when using Xft
    xftalpha 0.8
    
    # 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 1.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_transparent is set to no, you can set the background colour here
    own_window_colour black
    
    # 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
    
    #Maximum width
    maximum_width 305
    
    # 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
    
    # Draw borders around graphs
    draw_graph_borders yes
    
    # Stippled borders?
    stippled_borders 8
    
    # border margins
    border_margin 4
    
    # border width
    border_width 8
    
    # Default colors and also border colors
    default_color white
    default_shade_color black
    default_outline_color black
    
    # dexter_client no
    # dexter_server no
    # config file for libdexter (default search path: $HOME/.dexterrc; /etc/libdexter/dexter.conf)
    dexter_config
    
    # 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 30
    
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    # set to yes if you want all text to be in uppercase
    uppercase no
    
    # none, xmms, bmp, audacious, infopipe (default is none)
    # none
    
    # number of cpu samples to average
    # set to 1 to disable averaging
    cpu_avg_samples 2
    
    # freq_dyn
    
    # 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 no
    
    # Allow each port monitor to track at most this many connections (if 0 or not set, default is 256)
    #max_port_monitor_connections 256
    
    # Maximum number of special things, e.g. fonts, offsets, aligns, etc.
    #max_specials 512
    
    # Maximum size of buffer for user text, i.e. below TEXT line.
    #max_user_text 16384
    
    # 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
    # Temperature:$alignr${execi 5 hddtemp /dev/sdb1 | sed 's/\/dev\/sdb1: ST380815AS: //'}
    # ${color lightgrey}${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'}
    # ${color #FF7500}CPU Temp: ${color #FF0000}${acpitemp} ${color #FF7500}Celsius
    
    TEXT
    ${color #fcff00}$nodename - $sysname $kernel on $machine
    ${color #fcff00}Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.4 GHz
    ${color #ddaa00}Uptime:${color #00ff1e}$uptime ${color #ddaa00}    Load:${color #00ff1e} $loadavg
    ${color #00ff1e}${cpugraph cpu1}
    ${color #ddaa00}Core 1: ${color #00ff1e}${freq 1} MHz ${color #ddaa00}Temp ${color #ff0000}${exec sensors | grep -A 2 '^coretemp-isa-0000' | cut -c15-18 | grep '°'} ${color #ff0000} ${cpubar cpu1}$color  ${cpu cpu1}%
    ${color #00ff1e}${cpugraph cpu2}
    ${color #ddaa00}Core 2: ${color #00ff1e}${freq 2} MHz ${color #ddaa00}Temp ${color #ff0000}${exec sensors | grep -A 2 '^coretemp-isa-0001' | cut -c15-18 | grep '°'} ${color #ff0000}${cpubar cpu2}$color  ${cpu cpu2}%
    ${color #00ff1e}${cpugraph cpu3}
    ${color #ddaa00}Core 3: ${color #00ff1e}${freq 3} MHz ${color #ddaa00}Temp ${color #ff0000}${exec sensors | grep -A 2 '^coretemp-isa-0002' | cut -c15-18 | grep '°'} ${color #ff0000}${cpubar cpu3}$color  ${cpu cpu3}%
    ${color #00ff1e}${cpugraph cpu4}
    ${color #ddaa00}Core 4: ${color #00ff1e}${freq 4} MHz ${color #ddaa00}Temp ${color #ff0000}${exec sensors | grep -A 2 '^coretemp-isa-0003' | cut -c15-18 | grep '°'} ${color #ff0000}${cpubar cpu4}$color  ${cpu cpu4}%
    ${color white}$stippled_hr
    ${color #ddaa00}Hard Drive Usage
    ${color #ddaa00}Disk IO Read ${color white}${diskio_read} ${offset 65}${color #ddaa00}Disk IO Write ${color white}${diskio_write}
    ${color #00ff1e}${diskiograph_read 28,150} ${color #fcff00}${diskiograph_write 28,150}
    ${color #ddaa00} Root ${color white}${fs_used /}/${fs_size /}${alignr}${color #cc2222}${fs_bar 5,120 /}
    ${color #ddaa00} Old C ${color white}${fs_used /media/Old_C_Drive}/${fs_size /media/Old_C_Drive}${alignr}${color #cc2222}${fs_bar 5,120 /media/Old_C_Drive}
    ${color #ddaa00} Old D ${color white}${fs_used /media/Old_D_Drive}/${fs_size /media/Old_D_Drive}${alignr}${color #cc2222}${fs_bar 5,120 /media/Old_D_Drive}
    ${color #ddaa00} Windows ${color white}${fs_used /media/WindowsDrive}/${fs_size /media/WindowsDrive}${alignr}${color #cc2222}${fs_bar 5,120 /media/WindowsDrive}
    ${color white}$stippled_hr
    ${color #ddaa00}RAM Usage: ${color white}$mem/$memmax - ${color ff0000}$memperc% ${membar}
    ${color #ddaa00}Swap Usage:${color white} $swap/$swapmax - ${color ff0000}$swapperc% ${swapbar}
    ${color #ddaa00}Processes:$color $processes  ${color #ddaa00}Running:$color $running_processes
    ${color #00ff1e}Name                PID       CPU%     MEM%
    ${color #ff0000} ${top name 1} ${top pid 1}   ${top cpu 1}   ${top mem 1}
    ${color white} ${top name 2} ${top pid 2}   ${top cpu 2}   ${top mem 2}
    ${color white} ${top name 3} ${top pid 3}   ${top cpu 3}   ${top mem 3}
    ${color white} ${top name 4} ${top pid 4}   ${top cpu 4}   ${top mem 4}
    ${color #00ff1e}Mem usage        PID       CPU%     MEM%
    ${color #ff0000} ${top_mem name 1} ${top_mem pid 1}   ${top_mem cpu 1}   ${top_mem mem 1}
    ${color white} ${top_mem name 2} ${top_mem pid 2}   ${top_mem cpu 2}   ${top_mem mem 2}
    ${color white} ${top_mem name 3} ${top_mem pid 3}   ${top_mem cpu 3}   ${top_mem mem 3}
    ${color white} ${top_mem name 4} ${top_mem pid 4}   ${top_mem cpu 4}   ${top_mem mem 4}
    $stippled_hr
    ${color #ddaa00}Networking:
    Down:${color white} ${downspeed eth0} k/s${color #ddaa00} ${offset 85}Up:${color white} ${upspeed eth0} k/s
    ${color #00ff1e}${downspeedgraph eth0 28,150} ${color #fcff00}${upspeedgraph eth0 28,150}
    ${color #ddaa00}Port(s)${alignr}#Connections   
    $color Inbound: ${tcp_portmon 1 32767 count}  Outbound: ${tcp_portmon 32768 61000 count}${alignr}ALL: ${tcp_portmon 1 65535 count}
    ${color #ddaa00}Inbound Connection ${alignr} Local Service/Port$color
     ${tcp_portmon 1 32767 rhost 0} ${alignr} ${tcp_portmon 1 32767 lservice 0}
     ${tcp_portmon 1 32767 rhost 1} ${alignr} ${tcp_portmon 1 32767 lservice 1}
     ${tcp_portmon 1 32767 rhost 2} ${alignr} ${tcp_portmon 1 32767 lservice 2}
     ${tcp_portmon 1 32767 rhost 3} ${alignr} ${tcp_portmon 1 32767 lservice 3}
     ${tcp_portmon 1 32767 rhost 4} ${alignr} ${tcp_portmon 1 32767 lservice 4}
     ${tcp_portmon 1 32767 rhost 5} ${alignr} ${tcp_portmon 1 32767 lservice 5}
    ${color #ddaa00}Outbound Connection ${alignr} Remote Service/Port$color
     ${tcp_portmon 32768 61000 rhost 0} ${alignr} ${tcp_portmon 32768 61000 rservice 0}
     ${tcp_portmon 32768 61000 rhost 1} ${alignr} ${tcp_portmon 32768 61000 rservice 1}
     ${tcp_portmon 32768 61000 rhost 2} ${alignr} ${tcp_portmon 32768 61000 rservice 2}
     ${tcp_portmon 32768 61000 rhost 3} ${alignr} ${tcp_portmon 32768 61000 rservice 3}
     ${tcp_portmon 32768 61000 rhost 4} ${alignr} ${tcp_portmon 32768 61000 rservice 4}
     ${tcp_portmon 32768 61000 rhost 5} ${alignr} ${tcp_portmon 32768 61000 rservice 5}
    and my conky weather
    Code:
    background yes
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    use_spacer yes
    use_xft yes
    xftfont Candara:size=10
    xftalpha 0.5
    update_interval 1.0
    
    #Maximum width
    maximum_width 220
    
    # Minimum size of text area
    minimum_size 200 5
    
    
    # Draw shades?
    draw_shades yes
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    
    # Draw borders around graphs
    draw_graph_borders yes
    
    # Stippled borders?
    stippled_borders 8
    
    # border margins
    border_margin 4
    
    # border width
    border_width 8
    
    # Default colors and also border colors
    default_color #ddaa00
    default_shade_color black
    default_outline_color black
    
    uppercase no # set to yes if you want all text to be in uppercase
    stippled_borders 3
    own_window_colour brown
    own_window_transparent yes
    #alignment top_left
    #alignment top_right
    alignment bottom_left
    #alignment bottom_right
    gap_x 10
    gap_y 25
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    TEXT
    ${color cyan}WEATHER: ${hr 1}$color
    ${color #ddaa00}${execi 60 ~/scripts/weather.sh 16056}$color
    Attached Images Attached Images

  5. #1945
    Join Date
    Feb 2008
    Beans
    2
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Post your .conkyrc files w/ screenshots

    My first day with Ubuntu I tinkered with Conky, though it's generic...

    Code:
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    use_spacer yes
    use_xft no
    #xftfont times new roman:size=8
    update_interval 1.0
    #minimum_size 250
    draw_shades no
    draw_outline yes
    draw_borders no
    font whattafonty
    uppercase no
    stippled_borders 3
    border_margin 9
    border_width 10
    default_color b3446c
    color0 de5486
    own_window_colour black
    own_window_transparent yes
    alignment top_left
    gap_x 10
    gap_y 10
    
    TEXT
    ${color0}System ${hr 2}$color
    $nodename $sysname $kernel on $machine
    Uptime: $uptime${alignr}Processes: $processes Running: $running_processes
    
    ${color0}CPU/GPU ${hr 2}$color
    CPU: ${cpu cpu0}% ${cpubar cpu0 6,90} ${freq}MHz ${alignr}Temp: ${execi 8 sensors | grep -A 1 'Core0' | cut -c15-16 | sed '/^$/d'}C GPU: ${execi 30 nvidia-settings -q [gpu:0]/GPUCoreTemp | grep '):' | awk '{print $4}' | sed 's/\.//'}C
    ${cpugraph 67213b de5486}
    NAME                  CPU%      MEM%
    ${top name 1}    ${top cpu 1}    ${top mem 1}
    ${top name 2}    ${top cpu 2}    ${top mem 2}
    ${top name 3}    ${top cpu 3}    ${top mem 3}
    
    ${color0}Memory ${hr 2}$color
    RAM:  $memperc% $mem/$memmax
    ${membar 6}$color
    Swap: $swapperc% $swap/$swapmax
    ${swapbar 6}$color
    ${top_mem name 1}    ${top_mem cpu 1}    ${top_mem mem 1}
    ${top_mem name 2}    ${top_mem cpu 2}    ${top_mem mem 2}
    ${top_mem name 3}    ${top_mem cpu 3}    ${top_mem mem 3}
    
    ${color0}Disk ${hr 2}$color
    WinXP: ${fs_used_perc /media/sda1}% ${fs_used /media/sda1}/${fs_size /media/sda1} ${alignr}Temp: ${execi 300 nc localhost 7634 | cut -c33-34 ;}C
    ${fs_bar 6 /media/sda1} $color
    /home: ${fs_used_perc /home}% ${fs_used /home}/${fs_size /home}
    ${fs_bar 6 /home} $color
    /:     ${fs_used_perc /}% ${fs_used /}/${fs_size /}
    ${fs_bar 6 /} $color
    
    ${color0}Network ${hr 2}$color
    Down: $color${downspeed eth0} k/s ${alignr}Up: ${upspeed eth0} k/s
    ${downspeedgraph eth0 25,140 67213b de5486} ${alignr}${upspeedgraph eth0 
    25,140 67213b de5486}$color
    Total: ${totaldown eth0} ${alignr}Total: ${totalup eth0}
    Inbound: ${tcp_portmon 1 32767 count} Outbound: ${tcp_portmon 32768 
    61000 count}${alignr}Total: ${tcp_portmon 1 65535 count}
    
    ${if_running audacious}${color0}Audacious ${hr 2}$color
    ${exec audtool --playlist-position} ${exec audtool --current-song | cut -b-50}
    ${exec audtool --current-song-output-length}/${exec audtool --current-song-length} ${execbar expr 100 \* $(audtool --current-song-output-length-seconds) \/ $(audtool --current-song-length-seconds)}
    $endif
    Attached Images Attached Images
    Last edited by RyuenjinZero; March 2nd, 2008 at 06:07 AM.

  6. #1946
    Join Date
    Mar 2006
    Location
    Canada
    Beans
    1,313
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Post your .conkyrc files w/ screenshots

    To get conky to run 'automatically' on startup in GNOME (not sure if the same/similar in XFCE), go to "System > Preferences > Sessions", then under "Startup Programs" click "Add".

    Now you'll have this to fill in:
    Name: _____________
    Command: ____________
    Comment: ___________

    Personally, I write:
    Name: --Conky
    Command: conky -d
    Comment:

    That will enable conky everytime you start your session/log in.
    Last edited by altonbr; March 3rd, 2008 at 03:23 AM.

  7. #1947
    Join Date
    Jul 2007
    Location
    Luleå, Sweden
    Beans
    572
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Post your .conkyrc files w/ screenshots

    I've got a weird conky problem, and a question.

    First of all, when Conky is autostarted the way altonbr posted above, the bottom of the conky "window" gets a drop shadow. This comes form compiz, as I like to have the drop shadow normally. This is annoying and ugly, but here's the strange part. If I kill Conky and start it up manually, I don't get the drop shadow.
    Is there any way to have Conky autostart without the shadow, somehow? Or is there some way to make the compiz effects not apply to conky?

    My second question concerns something I thought of yesterday. Is there any way to fetch certain text from a website, display it in Conky and refresh it every couple of minutes? The reason I'm asking is because it would be so neat to have the TV-guide on the desktop.
    I know where I could fetch it from: http://www.superstart.se/ But I have no idea how to write a regular expression that would be able to single out the name of the show as well as the time.

    Any ideas or thoughts on this?

  8. #1948
    Join Date
    Jan 2008
    Location
    Romania
    Beans
    403
    Distro
    Ubuntu Development Release

    Re: Post your .conkyrc files w/ screenshots

    Try to delay conky to start after 25 seconds or so after ubuntu loads and see if you still have that problem (worked for me...). Make a file like .conky-startup.sh and write this in it:

    #!/bin/bash
    sleep 25 && conky ;
    then, chmod +x .conky-startup.sh
    and add it to your startup programs (including full path to the file) instead of conky. Hope it works.
    ...Things To Tweak After Installing Ubuntu 12.04 Precise Pangolin

    http://www.webupd8.org - Daily Ubuntu / Linux news and application reviews.

  9. #1949
    Join Date
    Dec 2007
    Location
    Budapest, Hungary
    Beans
    148

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by rustutzman View Post
    Well thanks to everyone here I've thrown together one that works for me for now.
    conkymain
    I really like your background whether it is a wallpaper or Cairo skin. Please send me the details!
    z ʇ ı ɹ ɟ ʇ ı ɹ ʞ s u ɐ s archlinux
    Fireproof
    Never leave your partner behind

  10. #1950
    Join Date
    Jun 2007
    Location
    Timisoara, Romania
    Beans
    285

    Re: Post your .conkyrc files w/ screenshots

    Here's mine...

    Code:
    # Conky, a system monitor, based on torsmo
    #
    # Any original torsmo code is licensed under the BSD license
    #
    # All code written since the fork of torsmo is licensed under the GPL
    #
    # Please see COPYING for details
    #
    # Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen
    # Copyright (c) 2005-2007 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS)
    # All rights reserved.
    #
    # This program is free software: you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation, either version 3 of the License, or
    # (at your option) any later version.
    #
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    # GNU General Public License for more details.
    # You should have received a copy of the GNU General Public License
    # along with this program.  If not, see <http://www.gnu.org/licenses/>.
    #
    # $Id: conky.conf 990 2007-11-22 19:38:17Z pkovacs $
    
    alignment bottom_left
    background yes
    border_width 1
    cpu_avg_samples 2
    default_color white
    default_outline_color white
    default_shade_color white
    draw_borders no
    draw_graph_borders yes
    draw_outline no
    draw_shades no
    use_xft yes
    xftfont HandelGotD:size=9
    xftalpha 0.5
    gap_x 5
    gap_y 50
    minimum_size 5 5
    net_avg_samples 2
    no_buffers yes
    out_to_console no
    own_window yes
    own_window_class Conky
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    stippled_borders 0
    update_interval 3.0
    uppercase no
    use_spacer yes
    alignment top_right
    double_buffer yes
    
    TEXT
    ${color grey}OS:${color green}openSUSE 10.3
    ${color grey}Kernel:${color white}$sysname $kernel 
    ${color grey}Architecture:${color white}$machine
    ${color grey}User@Hostname:${color white}rebound11${color grey}@${color white}$nodename
    $hr
    ${color grey}Uptime:$color $uptime
    ${color grey}CPU:$color AMD Athlon 64 X2 4400+
    ${color grey}Temp:$color $acpitemp C
    ${color grey}Frequency (in MHz):$color $freq
    ${color grey}Frequency (in GHz):$color $freq_g
    ${color grey}CPU Usage:$color ${cpu cpu0} ${cpubar 4} 
    ${color grey}Core1 Usage:$color ${cpu cpu1} ${cpubar 4} 
    ${color grey}Core2 Usage:$color ${cpu cpu2} ${cpubar 4}
    ${color grey}RAM Usage:$color $mem/$memmax - $memperc% ${membar 4}
    ${color grey}Swap Usage:$color $swap/$swapmax - $swapperc% ${swapbar 4}
    ${color grey}Processes:$color $processes  ${color grey}Running:$color $running_processes
    $hr
    ${color grey}File systems:
     / $alignc $color${fs_free /}/${fs_size /} ${fs_bar 6 /}
     /kituri $alignc $color${fs_free /kituri}/${fs_size /kituri} ${fs_bar 6 /kituri}
     /multimedia $alignc $color${fs_free /multimedia}/${fs_size /multimedia} ${fs_bar 6 /multimedia}
     /media/windows $alignc $color${fs_free /media/windows}/${fs_size /media/windows} ${fs_bar 6 /media/windows}
    $hr
    ${color grey}Networking:
    IP:$color ${addr eth1}
    Up:$color ${upspeed eth1} k/s${color grey}
    ${upspeedgraph eth1 35,265 000000 ffffff}
    Down:$color ${downspeed eth1} k/s
    ${downspeedgraph eth1 35,265 000000 ffffff} 
    $hr
    ${color white}Name                ${alignr 30} PID ${alignr 10} CPU% $alignr MEM%
    ${color grey} ${top name 1} ${alignr 30} ${top pid 1} ${alignr 10} ${top cpu 1}   $alignr ${top mem 1} 
    ${color grey} ${top name 2} ${alignr 30} ${top pid 2} ${alignr 10} ${top cpu 2}   $alignr ${top mem 2} 
    ${color grey} ${top name 3} ${alignr 30} ${top pid 3} ${alignr 10} ${top cpu 3}   $alignr ${top mem 3} 
    ${color grey} ${top name 4} ${alignr 30} ${top pid 4} ${alignr 10} ${top cpu 4}   $alignr ${top mem 4} 
    ${color grey} ${top name 5} ${alignr 30} ${top pid 5} ${alignr 10} ${top cpu 5}   $alignr ${top mem 5} 
    ${color grey} ${top name 6} ${alignr 30} ${top pid 6} ${alignr 10} ${top cpu 6}   $alignr ${top mem 6} 
    ${color grey} ${top name 7} ${alignr 30} ${top pid 7} ${alignr 10} ${top cpu 7}   $alignr ${top mem 7} 
    ${color grey} ${top name 8} ${alignr 30} ${top pid 8} ${alignr 10} ${top cpu 8}   $alignr ${top mem 8} 
    ${color grey} ${top name 9} ${alignr 30} ${top pid 9} ${alignr 10} ${top cpu 9}   $alignr ${top mem 9}
    And I am proud of it
    Attached Images Attached Images
    First they ignore you...
    Then they laugh at you...
    Then they fight you...
    And then you win!

Page 195 of 2348 FirstFirst ... 951451851931941951961972052452956951195 ... 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
  •