Page 4 of 2348 FirstFirst ... 2345614541045041004 ... LastLast
Results 31 to 40 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #31
    Join Date
    Apr 2006
    Location
    Miami, FL
    Beans
    19
    Distro
    Ubuntu 7.04 Feisty Fawn

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

    background: request_gray_1920.jpg
    dock: kiba-dock
    theme: murrinaAquaish (for murrina-engine-gtk)
    icons: gorilla
    stats: conky


    link to full res screenshot

    .conkyrc

    Code:
    background yes
    use_xft yes
    xftfont HandelGotD:size=8
    xftalpha 0.1
    update_interval 0.5
    total_run_times 0
    own_window yes
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    minimum_size 200 5
    maximum_width 200
    draw_shades no
    draw_outline no
    draw_borders no
    draw_graph_borders no
    default_color white
    default_shade_color red
    default_outline_color green
    alignment top_right
    gap_x 18
    gap_y 48
    no_buffers yes
    uppercase no
    cpu_avg_samples 2
    net_avg_samples 1
    override_utf8_locale no
    use_spacer yes
    
    TEXT
    $sysname $kernel $alignr $machine
    Intel Centrino Duo $alignr${freq_g cpu0}Ghz
    $alignr
    ${cpugraph cpu0 16,200 ffffff ffffff}
    CPU:1  ${cpu cpu1}% ${cpubar cpu1}
    CPU:2  ${cpu cpu2}% ${cpubar cpu2}
    
    MEM $alignc $mem / $memmax $alignr $memperc%
    $membar
    
    /home $alignc ${fs_used /home} / ${fs_size /home} $alignr ${fs_free_perc /home}%
    ${fs_bar /home}
    /fat $alignc ${fs_used /media/fat} / ${fs_size /media/fat} $alignr ${fs_free_perc /media/fat}%
    ${fs_bar /media/fat}
    
    Disk i/o ${diskiograph 16,200} 
    
    Processes 
    $alignr $running_processes Running 
    $alignr $processes Sleeping
    
    Top Processes
    
    CPU $alignr CPU% MEM%
    
    ${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 2}${top mem 3}
    
    MEM $alignr CPU% MEM%
    
    ${top_mem name 1}$alignr${top_mem cpu 1}${top_mem mem 1}
    ${top_mem name 2}$alignr${top_mem cpu 2}${top_mem mem 2}
    ${top_mem name 3}$alignr${top_mem cpu 3}${top_mem mem 3}
    
    IP on eth1 $alignr ${addr eth1}
    
    Down $alignr ${downspeed eth1} kb/s
    ${downspeedgraph eth1}
    Up $alignr ${upspeed eth1} kb/s
    ${upspeedgraph eth1 16,200}
    
    Connections ${tcp_portmon 32768 61000 count} ${alignr} Service/Port
    
    ${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}
    
    email
    ${texeci 120 python ~/.gmail/gmail.py  | ~/.gmail/conkyhelper.rb }
    phaed.one@gmail.com: $alignr ${if_existing /tmp/.gmailnew}$endif${exec cat /tmp/.gmailcount} New
    phaedrus@cia.com: $alignr 0 New
    Attached Images Attached Images
    Last edited by phaedOne; November 29th, 2006 at 07:31 AM.

  2. #32
    Join Date
    Jun 2006
    Location
    Kefermarkt / Upper Austria
    Beans
    828

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

    Could you please use thumbnails instead of full images for the sake of those who either have no broadband connection or limited traffic volume?

    Would be very nice from you, thanks in advance.
    simplicity is perfection

  3. #33
    Join Date
    Apr 2006
    Location
    Miami, FL
    Beans
    19
    Distro
    Ubuntu 7.04 Feisty Fawn

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

    np. just did. cant stand the file size restriction on png tho. makes it impossible to upload a 1440x900 screens.

  4. #34
    Join Date
    Dec 2005
    Location
    Kingston, Ontario
    Beans
    1,919
    Distro
    Ubuntu 12.04 Precise Pangolin

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

    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.
    #
    # The additions to this config require curl and xsltproc be installed
    
    # 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 Bitstream Vera Sans Mono:size=8
    
    # 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 hotpink
    
    # 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
    
    # Max window size
    maximum_width 310
    
    # Minimum size of text area
    minimum_size 280 5
    
    # Draw shades?
    draw_shades no
    
    # Draw outlines?
    draw_outline no
    
    # Draw borders around text
    draw_borders no
    
    # Draw borders around graphs
    draw_graph_borders yes
    
    # Stippled borders?
    stippled_borders 0
    
    # border margins
    border_margin 4
    
    # border width
    border_width 1
    
    # Default colors and also border colors
    default_color lightgrey
    default_shade_color grey
    default_outline_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 10
    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 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
    
    # Allow for the creation of at least this number of port monitors (if 0 or not set, default is 16) 
    #min_port_monitors 16
    
    # Allow each port monitor to track at least this many connections (if 0 or not set, default is 256)
    #min_port_monitor_connections 256
    
    # none, xmms, bmp, audacious, infopipe (default is none)
    #xmms_player none
    
    # 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
    
    
    
    ${color #e9c703}Host:$color $nodename - $sysname $kernel on $machine
    
    ${color #e9c703}Uptime:$color $uptime ${color #e9c703}- Load:$color $loadavg
    
    ${color #e9c703}Core 1 Usage:$color ${alignc} ${cpu cpu1}% ${color #888888}${cpubar cpu1}
    ${color #888888}${cpugraph cpu1 888888 e9c703}
    ${color #e9c703}Core 2 Usage:$color ${alignc} ${cpu cpu2}% ${color #888888}${cpubar cpu2}
    ${color #888888}${cpugraph cpu2 888888 e9c703}
    ${color #e9c703}RAM Usage:$color $mem/$memmax $color ${alignc}$memperc% ${color #888888}${membar}
    ${color #e9c703}Swap Usage:$color $swap/$swapmax $color ${alignc}$swapperc% ${color #888888}${swapbar}
    ${color #e9c703}Processes:$color $processes  ${color #e9c703}Running:$color $running_processes
    ${color #e9c703}File systems:
    $color / ${alignc}${fs_used_perc /}% ${color #888888}${fs_bar /}
    $color /home ${alignc}${fs_used_perc /home}% ${color #888888}${fs_bar /home}
    
    ${color #e9c703}Networking:${alignr}${color #e9c703}IP Address: $color${addr eth0}
     ${color #e9c703}Down:$color ${downspeed eth0} k/s ${offset 80}${color #e9c703}Up:$color ${upspeed eth0} k/s
    ${color #888888}${downspeedgraph eth0 20,150 888888 e9c703} ${color #888888}${upspeedgraph eth0 20,150 888888 e9c703}
    ${color #e9c703}Status:
    ${color #e9c703}Active Port(s):
    $color Inbound: ${tcp_portmon 1 32767 count}  Outbound: ${tcp_portmon 32768 61000 count}${alignr}Total: ${tcp_portmon 1 65535 count}
    
    ${color #e9c703}Mini-top:
    ${color}Name              PID     CPU%   MEM%
    ${color white} ${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 #e9c703}Mem usage:
    ${color white} ${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}
    
    ${color #e9c703}Local Weather:
    $color${execi 1800 /usr/bin/conky2/weather.gov.sh CAXX0255}
    
    ${color #e9c703}News Feeds:
    ${color #e9c703}/. Latest Headlines:
    $color${execi 900 /usr/bin/conky2/conky-slashdot-rss.sh}
    ${color #e9c703}CNS News Latest Headlines:
    $color${execi 900 /usr/bin/conky2/conky-cns-rss.sh}
    
    ${color #e9c703}System Logs:
    ${color #e9c703}Messages:
    $color${execi 10 /usr/bin/tail -n 5 /var/log/messages | cut -c 23-}
    ${color #e9c703}Security:
    $color${execi 10 /usr/bin/tail -n 5 /var/log/auth.log | cut -c 23-}

  5. #35
    Join Date
    Aug 2005
    Beans
    Hidden!

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

    Heres mine..

    Code:
    # Conky Configuration
    # 
    # 
    #
    # 
    # 
    # 
    
    
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    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 no
    use_xft yes
    
    # Xft font when Xft is enabled
    xftfont Bitstream Vera Sans Mono:size=9
    
    # Text alpha when using Xft
    xftalpha 0.10
    
    # Update interval in seconds
    update_interval 5.0
    
    # Minimum size of text area
    # minimum_size 160 5
    
    # Draw shades?
    draw_shades no
    
    # 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
    
    # Stippled borders?
    stippled_borders 3
    
    # border margins
    border_margin 6
    
    # 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 15
    
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    $color
    ${color yellow}System ${hr 2}$color
    ${color white}$nodename $sysname $kernel on $machine Uptime:$alignr$uptime
    ${color white}${time %A %B %e, %G}                   ${color #00ff00}${time %I:%M:%S}${time %p} ${time %Z}
    
    ${color yellow}Cpu ${hr 2}$color
    ${color #FF8700}${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'} ${color white}${freq_dyn_g}Ghz 
    ${color white}Usage:${color green}${cpu}% ${color #DFDFDF}${cpubar}
    ${color white}${cpugraph FF5300 D964FF}
    ${color green}Processes:${color white} $processes  ${color green}Running:${color white} $running_processes ${color green}Cpu:${color white} ${acpitemp}C${color white}
    
    ${color yellow}Top Processes ${hr 2}$color
    ${color white}NAME             PID       CPU%      MEM%
    ${color #00BEFF}${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}
    ${top name 3} ${top pid 3}   ${top cpu 3}    ${top mem 3}
    ${top name 4} ${top pid 4}   ${top cpu 4}    ${top mem 4}
    
    ${color yellow}Memory ${hr 2}$color
    ${color white}Ram:${color white} $mem/$memmax - $memperc% ${alignr}${color #FF6D00}${membar 5,110}
    ${color white}Swap:${color white} $swap/$swapmax - $swapperc% ${alignr}${color #878787}${swapbar 5,110}
    
    ${color yellow}Disk I/O ${hr 2}$color
    ${color white}I/O:${color white} ${diskio} 
    ${color #FFFFFF}${diskiograph FF00AB FFE200}
    
    ${color yellow}Disk Space ${hr 2}$color
    ${color white}   / ${color white}${fs_used /}/${fs_size /}${alignr}${color white}${fs_bar 5,120 /}
    ${color white} usr ${color white}${fs_used /usr}/${fs_size /usr}${alignr}${color white}${fs_bar 5,120 /usr}
    ${color white}boot ${color white}${fs_used /boot}/${fs_size /boot}${alignr}${color white}${fs_bar 5,120 /boot}
    ${color white}home ${color white}${fs_used /home}/${fs_size /home}${alignr}${color white}${fs_bar 5,120 /home}
    ${color white}tmp  ${color white}${fs_used /tmp}/${fs_size /tmp}${alignr}${color white}${fs_bar 5,120 /tmp}
    
    ${color yellow}Network ${hr 2}$color
    ${color white}Down: ${color green}${downspeed eth0} k/s ${alignr}${color white}Up:${color green} ${upspeed eth0} k/s
    ${color white}${downspeedgraph eth0 25,140 FF8200 ff0000} ${alignr}${upspeedgraph eth0 
    25,140 FF0000 FF9900}$color
    ${color white}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}
    
    ${color yellow}Logging ${hr 2}$color
    ${color white}${execi 30 tail -n3 /var/log/messages | fold -w50}
    
    ${color yellow}Security ${hr 2}$color
    ${color white}${execi 30 tail -n3 /var/log/auth.log | fold -w50}
    Advantages and Disadvantages of 64bit.(Plus install Guides)

    ‘In search of some small measure of peace, that we all seek, and few of us ever find.’

  6. #36
    Join Date
    Apr 2006
    Location
    Finland
    Beans
    650
    Distro
    The Feisty Fawn Testing

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

    Nice thread indeed I've been searching for a nice conky config -- and I believe I'll find one here. Thanks all!

  7. #37
    Join Date
    Oct 2006
    Location
    Wisconsin
    Beans
    455
    Distro
    Kubuntu

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

    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)
    #
    
    # set to yes if you want Conky to be forked in the background
    background yes
    
    # Create own window instead of using desktop (required 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 (reduces flicker, may not work for everyone)
    double_buffer yes
    
    # fiddle with window
    use_spacer yes
    use_xft yes
    xftfont Bitstream Vera Sans Mono:size=8
    xftalpha 0.9
    
    # Update interval in seconds
    update_interval 1.0
    
    # Minimum size of text area
    # minimum_size 250 5
    
    # Draw shades?
    draw_shades no
    
    # 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
    #font arial
    
    # 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 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 60
    
    # stuff after 'TEXT' will be formatted on screen
    
    
    TEXT
    
    ${color white}${color green}[${color white}$nodename${color green}]:
    ${color white}$sysname $kernel on $machine
    ${color white}Uptime: $uptime
    ${color orange}CPU ${hr 2}$color
    ${freq}MHz   ${color green}Load: ${color white}${loadavg}   ${color green}Temp: ${color white}${acpitemp}F
    ${color green}processes: ${color white}$processes	${color green}running: ${color white}$running_processes
    $cpubar
    ${cpugraph 00ff00 ffffff}
    ${color green}NAME             PID       CPU%      MEM%${color white}
    ${color #ffff00}${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}
    ${top name 3} ${top pid 3}   ${top cpu 3}    ${top mem 3}
    ${top name 4} ${top pid 4}   ${top cpu 4}    ${top mem 4}
    ${color orange}MEMORY / DISK ${hr 2}$color
    ${color green}RAM:   ${color white}$memperc%   ${membar 6}
    ${color green}Swap:  ${color white}$swapperc%   ${swapbar 6}
    
    ${color green}Root:  ${color white}${fs_free_perc /}%   ${fs_bar 6 /}
    ${color green}ISO :  ${color white}${fs_free_perc /media/hda1}%   ${fs_bar 6 /media/hda1}
    ${color green}APPS:  ${color white}${fs_free_perc /media/hdb1}%   ${fs_bar 6 /media/hdb1}
    ${color orange}NETWORK (${addr eth1}) ${hr 2}$color
    ${color green}Down: ${color white}${downspeed eth1}k/s ${alignr}${color green}Up: ${color white}${upspeed eth1}k/s
    ${downspeedgraph eth1 25,140 000000 ff0000} ${alignr}${upspeedgraph eth1 
    25,140 000000 00ff00}
    ${color green}Total: ${color white}${totaldown eth1} ${alignr}${color green}Total: ${color white}${totalup eth1}
    ${color green}Inbound: ${color white}${tcp_portmon 1 32767 count} ${color green}Outbound: ${color white}${tcp_portmon 32768 
    61000 count}${alignr}${color green}Total: ${color white}${tcp_portmon 1 65535 count}
    Connections ${tcp_portmon 32768 61000 count} ${alignr} Service/Port
    ${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}
    ${color orange}LOGGING ${hr 2}$color
    ${execi 30 tail -n3 /var/log/messages | fold -w50}
    ${color orange}BLOCKED IPs ${hr 2}$color
    ${execi 30 tail -n5 /var/log/moblock.log | fold -w50}
    Attached Images Attached Images

  8. #38
    Join Date
    Oct 2006
    Location
    Wisconsin
    Beans
    455
    Distro
    Kubuntu

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

    Heres an update for my Conky config --
    Code:
    background yes
    own_window yes
    own_window_type override
    own_window_transparent yes
    own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
    double_buffer yes
    use_spacer yes
    use_xft yes
    xftfont HandelGotD:size=8
    xftalpha 0.5
    update_interval 1.0
    draw_shades no
    draw_outline no # amplifies text if yes
    draw_borders no
    uppercase no # set to yes if you want all text to be in uppercase
    stippled_borders 3
    border_margin 9
    border_width 10
    default_color white
    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
    
    TEXT
    ${color white}${color green}[${color white}$nodename${color green}]:
    ${color white}$sysname $kernel Uptime: $uptime
    ${color orange}CPU ${hr 1}$color
    ${color green}Load: ${color white}${loadavg}   ${color green}Temp: ${color white}${acpitempf}F ${color green}(Fan: ${color white}${acpifan}${color green})
    ${color green}Processes: ${color white}$processes	${color green}Running: ${color white}$running_processes
    ${color green}CPU Load: ${color white}${cpu}%
    ${cpugraph 00ff00 ffffff}
    ${color green}NAME             $alignr PID       CPU%      MEM%${color white}
    ${color #ffff00}${top name 1} $alignr ${top pid 1}   ${top cpu 1}    ${top mem 1}${color white}
    ${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}
    ${color orange}MEMORY / DISK ${hr 1}$color
    ${color green}RAM :  ${color white}$memperc% ${color green}(${color white}${mem} / ${memmax}${color green})
    ${color green}Swap:  ${color white}$swapperc% ${color green}(${color white}${swap} / ${swapmax}${color green})
    
    ${color green}DiskIO:${color white}${diskio} 
    ${diskiograph 00ff00 ffffff}
    ${color green}Root:  ${color white}${fs_free_perc /}% ${color green}(${color white}${fs_used /} / ${fs_size /}${color green})
    ${color green}ISO :  ${color white}${fs_free_perc /media/hda1}% ${color green}(${color white}${fs_used /media/hda1} / ${fs_size /media/hda1}${color green})
    ${color green}APPS:  ${color white}${fs_free_perc /media/hdb1}% ${color green}(${color white}${fs_used /media/hdb1} / ${fs_size /media/hdb1}${color green})
    ${color orange}NETWORK (${addr eth1}) ${hr 1}$color
    ${color green}Down: ${color white}${downspeed eth1}k/s ${alignr}${color green}Up: ${color white}${upspeed eth1}k/s
    ${downspeedgraph eth1 25,140 ff0000 00ff00} ${alignr}${upspeedgraph eth1 
    25,140 00ff00 ff0000}
    ${color green}Total: ${color white}${totaldown eth1} ${alignr}${color green}Total: ${color white}${totalup eth1}
    ${color green}Inbound: ${color white}${tcp_portmon 1 32767 count} ${color green}Outbound: ${color white}${tcp_portmon 32768 
    61000 count}${alignr}${color green}Total: ${color white}${tcp_portmon 1 65535 count}
    ${color green}Connections ${color white}${tcp_portmon 32768 61000 count} ${alignr} ${color green}Service/Port${color white}
    ${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}
    ${color orange}LOGGING ${hr 1}$color
    ${execi 30 tail -n3 /var/log/messages | fold -w50}
    ${color orange}BLOCKED IPs ${hr 1}$color
    ${execi 30 tail -n5 /var/log/moblock.log | fold -w50}
    ${color orange}WEATHER OUTLOOK ${hr 1}$color
    ${color white}${execi 1800 /home/marx2k/weather/weather.sh}
    Attached Images Attached Images

  9. #39
    Join Date
    Nov 2006
    Location
    Burlington On Ca
    Beans
    34
    Distro
    Ubuntu 6.06 Dapper

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

    OK, I get everything posted execpt the weather sections people are using? </noob>

  10. #40
    Join Date
    May 2006
    Beans
    1,896

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

    Quite a simple one for me:
    Attached Images Attached Images
    Attached Files Attached Files

Page 4 of 2348 FirstFirst ... 2345614541045041004 ... 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
  •