Page 11 of 2348 FirstFirst ... 91011121321611115111011 ... LastLast
Results 101 to 110 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #101
    Join Date
    Feb 2007
    Location
    Los Angeles
    Beans
    34
    Distro
    Ubuntu 6.06 Dapper

    Re: Post your .conkyrc files w/ screenshots

    To the King

    Thank you very much for sharing - it will give me a good starting point from a great layout to disect and learn.

    G

  2. #102
    Join Date
    May 2006
    Location
    Salt Lake City
    Beans
    210
    Distro
    Ubuntu 6.10 Edgy

    Re: Post your .conkyrc files w/ screenshots

    thx, and again, let me know if you get probs with that weather script stuff
    How to Svideo and More on your i945 Chipset
    Dell E1405, Intel Core Duo 1.6 GHZ, 512 DDR2, Primary OS - Hardy RC / Secondary OS- XP Home

  3. #103
    Join Date
    Oct 2006
    Location
    esperance,wa. australia
    Beans
    722
    Distro
    Ubuntu 6.10 Edgy

    Re: Post your .conkyrc files w/ screenshots

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

    cpu_avg_samples 2
    net_avg_samples 2

    out_to_console no

    # X font when Xft is disabled, you can pick one with program xfontsel
    #font 7x12
    #font 6x10
    #font 7x13
    #font 8x13
    #font 7x12
    #font *mintsmild.se*
    #font -*-*-*-*-*-*-34-*-*-*-*-*-*-*
    #font -artwiz-snap-normal-r-normal-*-*-100-*-*-p-*-iso8859-1

    # Use Xft?
    use_xft yes

    # Xft font when Xft is enabled
    xftfont Bitstream Vera Sans Mono:size=8

    own_window_transparent no
    #own_window_colour hotpink
    # Text alpha when using Xft
    xftalpha 0.8

    on_bottom yes

    # mail spool
    mail_spool $MAIL

    # Update interval in seconds
    update_interval 1
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_transparent yes
    own_window_hints undecorated,below,skip_taskbar
    own_window_type override

    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer yes

    # Minimum size of text area
    minimum_size 260 5
    maximum_width 260

    # Draw shades?
    draw_shades no

    # Draw outlines?
    draw_outline no

    # Draw borders around text
    draw_borders no

    # Stippled borders?
    stippled_borders no

    # border margins
    border_margin 4

    # border width
    border_width 1

    # Default colors and also border colors
    default_color white
    default_shade_color white
    default_outline_color white

    # Text alignment, other possible values are commented
    #alignment top_left
    #minimum_size 10 10
    gap_x 15
    gap_y 70
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right

    # Gap between borders of screen and text

    # Add spaces to keep things from moving about? This only affects certain objects.
    use_spacer no

    # 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)
    xmms_player bmp

    # boinc (seti) dir
    # seti_dir /opt/seti

    # Possible variables to be used:
    #
    # Variable Arguments Description
    # acpiacadapter ACPI ac adapter state.
    # acpifan ACPI fan state
    # acpitemp ACPI temperature.
    # adt746xcpu CPU temperature from therm_adt746x
    # adt746xfan Fan speed from therm_adt746x
    # battery (num) Remaining capasity in ACPI or APM
    # battery. ACPI battery number can be
    # given as argument (default is BAT0).
    # buffers Amount of memory buffered
    # cached Amount of memory cached
    # color (color) Change drawing color to color
    # cpu CPU usage in percents
    # cpubar (height) Bar that shows CPU usage, height is
    # bar's height in pixels
    # downspeed net Download speed in kilobytes
    # downspeedf net Download speed in kilobytes with one
    # decimal
    # exec shell command Executes a shell command and displays
    # the output in torsmo. warning: this
    # takes a lot more resources than other
    # variables. I'd recommend coding wanted
    # behaviour in C and posting a patch .
    # execi interval, shell Same as exec but with specific interval.
    # command Interval can't be less than
    # update_interval in configuration.
    # fs_bar (height), (fs) Bar that shows how much space is used on
    # a file system. height is the height in
    # pixels. fs is any file on that file
    # system.
    # fs_free (fs) Free space on a file system available
    # for users.
    # fs_free_perc (fs) Free percentage of space on a file
    # system available for users.
    # fs_size (fs) File system size
    # fs_used (fs) File system used space
    # hr (height) Horizontal line, height is the height in
    # pixels
    # i2c (dev), type, n I2C sensor from sysfs (Linux 2.6). dev
    # may be omitted if you have only one I2C
    # device. type is either in (or vol)
    # meaning voltage, fan meaning fan or temp
    # meaning temperature. n is number of the
    # sensor. See /sys/bus/i2c/devices/ on
    # your local computer.
    # kernel Kernel version
    # loadavg (1), (2), (3) System load average, 1 is for past 1
    # minute, 2 for past 5 minutes and 3 for
    # past 15 minutes.
    # machine Machine, i686 for example
    # mails Mail count in mail spool. You can use
    # program like fetchmail to get mails from
    # some server using your favourite
    # protocol. See also new_mails.
    # mem Amount of memory in use
    # membar (height) Bar that shows amount of memory in use
    # memmax Total amount of memory
    # memperc Percentage of memory in use
    # new_mails Unread mail count in mail spool.
    # nodename Hostname
    # outlinecolor (color) Change outline color
    # pre_exec shell command Executes a shell command one time before
    # torsmo displays anything and puts output
    # as text.
    # processes Total processes (sleeping and running)
    # running_processes Running processes (not sleeping),
    # requires Linux 2.6
    # shadecolor (color) Change shading color
    # stippled_hr (space), Stippled (dashed) horizontal line
    # (height)
    # swapbar (height) Bar that shows amount of swap in use
    # swap Amount of swap in use
    # swapmax Total amount of swap
    # swapperc Percentage of swap in use
    # sysname System name, Linux for example
    # time (format) Local time, see man strftime to get more
    # information about format
    # totaldown net Total download, overflows at 4 GB on
    # Linux with 32-bit arch and there doesn't
    # seem to be a way to know how many times
    # it has already done that before torsmo
    # has started.
    # totalup net Total upload, this one too, may overflow
    # updates Number of updates (for debugging)
    # upspeed net Upload speed in kilobytes
    # upspeedf net Upload speed in kilobytes with one
    # decimal
    # uptime Uptime
    # uptime_short Uptime in a shorter format
    #
    # seti_prog Seti@home current progress
    # seti_progbar (height) Seti@home current progress bar
    # seti_credit Seti@hoome total user credit


    # 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
    #${font Dungeon:style=Boldixelsize=10}I can change the font as well
    #${font Verdana:size=10}as many times as I choose
    #${font Perry:size=10}Including UTF-8,
    # stuff after 'TEXT' will be formatted on screen
    #${font Grunge:size=12}${time %a %b %d}${alignr -25}${time %k:%M}

    TEXT
    ${color #0077ff}$sysname $kernel $machine - $nodename

    ${color #0077ff}Uptime:${color lightgrey} $uptime ${color #0077ff} Load:${color lightgrey} $loadavg

    ${color #0077ff}${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'} ${color lightgrey}${freq_dyn}Mhz
    ${color #0077ff}Usage:${color #0077ff} ${color lightgrey}${cpu}% ${color #0077ff}${cpubar}
    ${color #0077ff}${cpugraph 000000 0077ff}
    ${color #0077ff}Proces:${color lightgrey} $processes ${color #0077ff}Run:${color lightgrey} $running_processes ${color #0077ff}CPU:${color lightgrey} ${i2c temp 2}C${color lightgrey} ${color #0077ff}MB:${color lightgrey} ${i2c temp 1}C

    ${color #0077ff}RAM:${color lightgrey} $mem/$memmax - $memperc% ${alignr}${color #0077ff}${membar 5,110}
    ${color #0077ff}SWP:${color lightgrey} $swap/$swapmax - $swapperc% ${alignr}${color #0077ff}${swapbar 5,110}

    ${color #0077ff}HD IO: ${color lightgrey}${diskio} ${alignr}${color #0077ff}Temperature: ${color lightgrey}${execi 10 /home/admin/.bin/hddconky}C
    ${color #0077ff}${diskiograph 000000 0077ff}

    ${color #0077ff}Hard Disks:
    ${color #0077ff} Root ${color lightgrey}${fs_used /}/${fs_size /}${alignr}${color #0077ff}${fs_bar 5,120 /}
    ${color #0077ff} Home ${color lightgrey}${fs_used /home}/${fs_size /home}${alignr}${color #0077ff}${fs_bar 5,120 /home}
    ${color #0077ff} Data ${color lightgrey}${fs_used /media/data}/${fs_size /media/data}${alignr}${color #0077ff}${fs_bar 5,120 /media/data}

    ${color #0077ff}CPU Usage PID CPU% MEM%
    ${color lightgrey} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
    ${color #0077ff} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
    ${color #0077ff} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
    ${color #0077ff}Mem Usage
    ${color lightgrey} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
    ${color #0077ff} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
    ${color #0077ff} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}

    ${color #0077ff}Network: ${color lightgrey}${addr eth0}

    ${color #0077ff}Down:${color lightgrey} ${downspeed eth0} k/s $alignr${color #0077ff} Up:${color lightgrey} ${upspeed eth0} k/s
    ${color #0077ff}${downspeedgraph eth0 27,120 000000 0077ff 180} $alignr${color #0077ff}${upspeedgraph eth0 27,120 000000 0077ff 25}
    ${color lightgrey}${totaldown eth0} $alignr${color lightgrey}${totalup eth0}

    ${color #0077ff}Port(s)${alignr}#Connections
    ${color #0077ff}Inbound: ${color lightgrey}${tcp_portmon 1 32767 count} ${color #0077ff}Outbound: ${color lightgrey}${tcp_portmon 32768 61000 count}${alignr}${color #0077ff}Total: ${color lightgrey}${tcp_portmon 1 65535 count}

    ${color #0077ff}Inbound Connection ${alignr} Local Service/Port${color lightgrey}
    ${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}
    ${tcp_portmon 1 32767 rhost 6} ${alignr} ${tcp_portmon 1 32767 lservice 6}

    it is a lot clearer on my desktop lost some quality in converting it to jpeg i feel...

    also if any one can help,the pages slide between the desktop and my conky so part of the page is hidden,what do i need to change to have the pages on top,,thanks.

    ok found the problem,had set window to overide
    Last edited by STREETURCHINE; March 1st, 2007 at 10:58 AM.
    It's hard to get the big picture when you have such a small screen
    registered linux user 436419.,,,ubuntu user 9885
    www.cafelinux.org/forum/,,,http://www.getautomatix.com/forum/

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

    Re: Post your .conkyrc files w/ screenshots


    background no
    cpu_avg_samples 2
    net_avg_samples 2
    out_to_console no
    use_xft yes
    xftfont Monospace:pixelsize=10
    own_window_transparent no
    xftalpha 0.8
    on_bottom yes
    update_interval 1
    own_window no
    double_buffer yes
    draw_shades no
    draw_outline no
    draw_borders no
    stippled_borders 10
    border_margin 4
    border_width 1
    default_color white
    default_shade_color grey
    default_outline_color black
    gap_x 3
    gap_y 3
    alignment top_left
    use_spacer no
    no_buffers yes
    uppercase no

    TEXT
    [$nodename][Blackbox][Core 2 Duo E6300 @ ${freq_dyn}MHz]
    |
    +--system
    |
    +--date - ${time %A, %B %d, %Y}
    +--uptime - $uptime

    +--status
    |
    +--core 1 - ${cpu cpu1}%, ${color }${cpugraph cpu1 8,60 000000 000000}
    +--core 2 - ${cpu cpu2}%, ${color }${cpugraph cpu2 8,60 000000 000000}
    +--ram - $mem/$memmax - $memperc%
    +--core temp - ${i2c 9191-0290 temp 2}C

    +--network
    |
    +--down - ${downspeed eth0} k/s ${downspeedgraph eth0 8,60 000000 000000}
    +--up - ${upspeed eth0} k/s ${upspeedgraph eth0 8,60 000000 000000}

    +--storage
    |
    +--/ ${fs_free /}/${fs_size /}
    +--/home - ${fs_free /home}/${fs_size /home}
    +--swap - $swap/$swapmax

    +--music
    |
    +--Artist: $mpd_artist -
    +--Title: $mpd_title
    +--$mpd_status
    +--${mpd_bar 8,150}

    +--slashdot
    |
    +--${execi 300 /home/loke/conky/slashdot-rss.sh}

  5. #105
    Join Date
    Feb 2007
    Location
    Los Angeles
    Beans
    34
    Distro
    Ubuntu 6.06 Dapper

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by featherking View Post
    thx, and again, let me know if you get probs with that weather script stuff
    No problems with the scripts. Good instructions and easy to follow. Once I figure out how to post thumbnails on here I will attach an image of my progress thus far. My next project is to use the pop3_unseen variable to use. I think I will use the gmail.pl ~ script I found via Google as a starting point and see if I can figure out how to pass the arguments to conky. Once I figure it out successfully I will post the code here.

  6. #106
    Join Date
    Jan 2006
    Beans
    4

    Re: Post your .conkyrc files w/ screenshots

    Took me a while to get the way I like but now it's worth it.

    Code:
    # Conky sample 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.
    
    # 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 -*-*-*-*-*-*-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 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_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
    
    # Minimum size of text area
    minimum_size 30 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 no
    
    # Stippled borders?
    stippled_borders 8
    
    # 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 5
    gap_y 24
    
    # 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
    $nodename:
    ${color lightgray}IP:$color ${addr eth0} ${color lightgray}- Device:$color eth0
    ${color lightgrey}Uptime:$color $uptime ${color lightgrey}- Load:$color $loadavg
    ${color lightgrey}CPU:$color $acpitemp C | $freq_g | $cpu% ${cpubar 5, 120}
    ${color lightgrey}RAM usage:$color $mem - $memperc% ${membar 5, 120}
    ${color lightgrey}Swap usage:$color $swap - $swapperc% ${swapbar 5, 120}
    ${color lightgrey}Processes:$color $processes  ${color grey}Running:$color $running_processes
    
    ${color lightgrey}Networking:
     Down:${color #8844ee} ${downspeedf eth0} k/s${color lightgrey} ${offset 80}Up:${color #22ccff} ${upspeedf eth0} k/s
    
    ${color lightgrey}File systems:
    $color / ${alignr} ${fs_free /} ${fs_free_perc /}% ${alignr 10} ${fs_bar 5, 120 /}
    $color /home ${alignr}  ${fs_free /home} ${fs_free_perc /home}% ${alignr 10} ${fs_bar 5, 120 /home/moju}
    
    ${color lightgrey}Name              PID     CPU%   MEM%
    ${color #ddaa00} ${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}
    pic here

  7. #107
    Join Date
    Apr 2006
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    Heres my Conky. Using XFCE4.. really like it!!
    Let me know what ya think I've been fiddling with it for some time.
    Attached Images Attached Images
    Attached Files Attached Files

  8. #108
    Join Date
    Sep 2006
    Location
    Calgary, Canada
    Beans
    4,394
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by bytechaser View Post
    Heres my Conky. Using XFCE4.. really like it!!
    Let me know what ya think I've been fiddling with it for some time.
    Very nice - I like it, although Athlon only has one A!

  9. #109
    Join Date
    Jan 2007
    Beans
    235

    Re: Post your .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)
    #
    
    # Create own window instead of using desktop (required in nautilus)
    own_window no
    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_xft yes
    
    # Update interval in seconds
    update_interval 3.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
    xftfont You Rook Marbelous:size=12
    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 E5DBC6
    
    own_window_colour black
    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 cd4d00}SYSTEM ${hr 5}$color
    $nodename $sysname $kernel on $machine
    $uptime
    
    ${color cd4d00}${pre_exec cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'} ${hr 5}$color
    ${freq_dyn}MHz   Load: ${loadavg}   Temp: ${acpitemp}
    $cpubar
    ${cpugraph 000000 ffffff}
    
    ${color cd4d00}PROCESSES ${hr 5}$color
    Process Number:  $processes       Running:  $running_processes
    
    ${color cd4d00}HIGHEST CPU ${stippled_hr 1}$color
    NAME${alignr 9}PID      CPU%      MEM%
    ${top name 1}${alignr 9}${top pid 1}   ${top cpu 1}    ${top mem 1}
    ${top name 2}${alignr 9}${top pid 2}   ${top cpu 2}    ${top mem 2}
    ${top name 3}${alignr 9}${top pid 3}   ${top cpu 3}    ${top mem 3}
    ${top name 4}${alignr 9}${top pid 4}   ${top cpu 4}    ${top mem 4}
    
    ${color cd4d00}HIGHEST MEM ${stippled_hr 1}$color
    NAME${alignr 9}PID      CPU%      MEM%
    ${top_mem name 1}${alignr 9}${top_mem pid 1}   ${top_mem cpu 1}    ${top_mem mem 1}
    ${top_mem name 2}${alignr 9}${top_mem pid 2}   ${top_mem cpu 2}    ${top_mem mem 2}
    ${top_mem name 3}${alignr 9}${top_mem pid 3}   ${top_mem cpu 3}    ${top_mem mem 3}
    ${top_mem name 4}${alignr 9}${top_mem pid 4}   ${top_mem cpu 4}    ${top_mem mem 4}
    
    ${color cd4d00}RAM ${hr 5}$color
    $mem / $memmax
    $memperc%   ${membar 6}$color
    
    ${color cd4d00}SWAP ${hr 5}$color
    $swap / $swapmax
    $swapperc%   ${swapbar 6}$color
    
    ${color cd4d00}HARDDRIVE ${hr 5}$color
    Total:	${fs_used /} / ${fs_size /} 
    ${fs_free_perc /}%   ${fs_bar 6 /}$color 
    
    ${color cd4d00}NETWORK (${addr eth0}) ${hr 5}$color
    Down: $color${downspeed eth0} k/s ${alignr}Up: ${upspeed eth0} k/s
    ${downspeedgraph eth0 25,140 000000 00ff00} ${alignr}${upspeedgraph eth0 25,140 000000 ff0000}$color
    Total: ${totaldown eth0} ${alignr}Total: ${totalup eth0}
    Inbound: ${tcp_portmon 1 32767 count} ${alignr}Outbound: ${tcp_portmon 32768 61000 count}
    Total: ${tcp_portmon 1 65535 count}
    
    
    ${color cd4d00}MAIL ${hr 5}$color
    ${execi 20 sylpheed-claws-gtk2 --status}
    yeah not that great I know.. oh well
    Attached Images Attached Images

  10. #110
    Join Date
    Apr 2006
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by rsambuca View Post
    Very nice - I like it, although Athlon only has one A!
    whoops! how did that get in there lol. good job you said that or I might not have ever corrected that

Page 11 of 2348 FirstFirst ... 91011121321611115111011 ... 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
  •