Page 110 of 2348 FirstFirst ... 10601001081091101111121201602106101110 ... LastLast
Results 1,091 to 1,100 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #1091
    Join Date
    Dec 2007
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots


  2. #1092
    Join Date
    Mar 2007
    Location
    Pensacola, Fl
    Beans
    1,055
    Distro
    Xubuntu 11.04 Natty Narwhal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by suziequzie View Post
    Hey, I just read the link in your sig about "Trusted" Computing. Frightening. Very frightening.
    Yes.. VERY scary. This TC crap could ruin the GPL and OSS. Im terrified. Sometimes I feel like I should stop using Linux before I get too attached (wow, im not a fanatic, i promise ).. because it may end up never having its day. Please keep TC in mind and tell others who might care- this threatens all of the work weve strived for in these forums, the efforts of Linux in general, and the rights of each and every person in the world..
    Stop Trusted Computing! http://www.cl.cam.ac.uk/~rja14/tcpa-faq.html
    Asus Rampage 2 Extreme/2.66GHz i7 Quad/6GB DDR3 1600MHz 8-8-8-24/2x Nvidia 9800GTX+
    2x150GB 10krpm HD/2x1TB 7200RPM HD/3ware RAID/
    Xubuntu 11.04/Arch Linux/Gentoo Linux/Fedora

  3. #1093
    Join Date
    Apr 2007
    Beans
    1,110
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Schaklaggedehu View Post
    Hi all, I have a question, my conky is using way too much resources.
    I think thats because of the different fonts. Is there a way to reduce this? At the moment I cant reload every second, but it would look better. I used the same source like Cresho.



    Very nice! Never thought of changing colors like that myself. I guess I was thinking two tone in my case.
    Last edited by Cresho; December 13th, 2007 at 07:45 PM.

  4. #1094
    Join Date
    Dec 2005
    Location
    Chicago area
    Beans
    0
    Distro
    Ubuntu Breezy 5.10

    Re: Post your .conkyrc files w/ screenshots

    This is my current setup on my laptop, three other workstations have different configs.

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

    cpu_avg_samples 2
    net_avg_samples 2

    out_to_console no

    # Use double buffering (reduces flicker, may not work for everyone)
    double_buffer 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

    own_window no
    own_window_transparent no

    # Use Xft?
    use_xft yes

    # Xft font when Xft is enabled
    xftfont Liberation Mono Italic:size=7

    uppercase no

    # Text alpha when using Xft
    xftalpha 0.8

    # Update interval in seconds
    update_interval 1

    # Draw shades?
    draw_shades no

    # Draw outlines?
    draw_outline no

    # Draw borders around text
    draw_borders no

    # Stippled borders?
    stippled_borders 10

    # border margins
    border_margin 4

    # border width
    border_width 1

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

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

    # Subtract file system buffers from used memory?
    no_buffers yes

    # ideas that I didn't want to lose
    # ${time %a %b %d}${alignr -25}${time %k:%M}

    TEXT
    ${alignc}${color #D6CACA}$sysname kernel $kernel
    ${alignc}${color #D6CACA}${exec cat /etc/issue.net} on $machine host $nodename

    ${color #D6CACA}${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'} ${color #c9d6d6} ${freq_dyn}Mhz
    ${color #D6CACA}Current CPU usage & temp:${color #c9d6d6} ${cpu}%${color #D6CACA}, ${color #c9d6d6}${acpitemp}C ${color #D6CACA}/${color #c9d6d6} ${acpitempf}F

    ${color #D6CACA}Plug/battery status:${color #c9d6d6} $acpiacadapter, $battery

    ${color #D6CACA}Load average:${color #c9d6d6} $loadavg

    ${color #D6CACA}CPU usage ${alignr}PID CPU% MEM%
    ${color #c9d6d6} ${top name 1}${alignr}${top pid 1} ${top cpu 1} ${top mem 1}
    ${color #c9d6d6} ${top name 2}${alignr}${top pid 2} ${top cpu 2} ${top mem 2}
    ${color #c9d6d6} ${top name 3}${alignr}${top pid 3} ${top cpu 3} ${top mem 3}

    ${color #D6CACA}Mem usage
    ${color #c9d6d6} ${top_mem name 1}${alignr}${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
    ${color #c9d6d6} ${top_mem name 2}${alignr}${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
    ${color #c9d6d6} ${top_mem name 3}${alignr}${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}

    ${color #D6CACA}RAM Usage:${color #c9d6d6} $mem/$memmax - $memperc% $membar

    ${color #D6CACA}Swap Usage:${color #c9d6d6} $swap/$swapmax - $swapperc% ${swapbar}

    ${color #D6CACA}Processes:${color #c9d6d6} $processes ${color #D6CACA}Running:${color #c9d6d6} $running_processes ${color #D6CACA}

    ${color #D6CACA}Hard disks:
    / ${color #c9d6d6}${fs_used /}/${fs_size /} ${fs_bar /}

    ${color #D6CACA}Wireless Networking:
    ${color #D6CACA}ESSID: ${color #c9d6d6}${wireless_essid eth1} ${color #D6CACA}AP: ${color #c9d6d6}${wireless_ap eth1}
    ${color #D6CACA}${exec iwconfig eth1 | grep "Frequency" | cut -c 25-45}
    ${color #D6CACA}Mode: ${color #c9d6d6}${wireless_mode eth1} ${color #D6CACA}Bitrate: ${color #c9d6d6}${wireless_bitrate eth1}
    ${color #D6CACA}Local IP ${color #c9d6d6}${addr eth1} ${color #D6CACA}Link Quality: ${color #c9d6d6}${wireless_link_qual_perc eth1}
    ${color #D6CACA}total download: ${color #c9d6d6}${totaldown eth1}
    ${color #D6CACA}total upload: ${color #c9d6d6}${totalup eth1}
    ${color #D6CACA}download speed: ${color #c9d6d6}${downspeed eth1} k/s${color #c9d6d6} ${color #D6CACA} upload speed: ${color #c9d6d6}${upspeed eth1} k/s
    ${color #c9d6d6}${downspeedgraph eth1 15,150 ff0000 0000ff} $alignr${color #c9d6d6}${upspeedgraph eth1 15,150 0000ff ff0000}

    ${color #D6CACA}Public IP ${color #c9d6d6}${execi 3605 curl 'http://www.whatismyip.org'}

    ${color #D6CACA}Port(s) / Connections:
    ${color #D6CACA}Inbound: ${color #c9d6d6}${tcp_portmon 1 32767 count} ${color #D6CACA}Outbound: ${color #c9d6d6}${tcp_portmon 32768 61000 count} ${color #D6CACA}Total: ${color #c9d6d6}${tcp_portmon 1 65535 count}
    ${color #D6CACA}Outbound Connection ${alignr} Remote Service/Port${color #c9d6d6}
    ${tcp_portmon 1 65535 rhost 0} ${alignr} ${tcp_portmon 1 65535 rservice 0}
    ${tcp_portmon 1 65535 rhost 1} ${alignr} ${tcp_portmon 1 65535 rservice 1}
    ${tcp_portmon 1 65535 rhost 2} ${alignr} ${tcp_portmon 1 65535 rservice 2}
    ${tcp_portmon 1 65535 rhost 3} ${alignr} ${tcp_portmon 1 65535 rservice 3}
    ${tcp_portmon 1 65535 rhost 4} ${alignr} ${tcp_portmon 1 65535 rservice 4}
    ${tcp_portmon 1 65535 rhost 5} ${alignr} ${tcp_portmon 1 65535 rservice 5}
    Attached Images Attached Images

  5. #1095
    Join Date
    Jun 2007
    Beans
    638
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Post your .conkyrc files w/ screenshots

    Code:
    own_window no
    own_window_type normal
    own_window_transparent yes
    own_window_hints undecorate,sticky,skip_taskbar,skip_pager
    double_buffer yes
    use_xft yes
    update_interval 0.5
    draw_shades no
    draw_borders no
    xftfont UnDotum:pixelsize=13
    minimum_size 1280 0
    border_margin 1
    default_color 081F3A
    alignment top_left
    gap_x 17
    gap_y 10
    
    TEXT
    ${font StyleBats:size=15}P$font${voffset -2}   ${time %b. %d}     ${time %I:%M %p}     |     ${font OpenLogos:size=14}u$font${voffset -4}   $sysname $kernel     |     Dubai${voffset -6}${font weather:size=30} ${execi 300 /home/melski/scripts/weather/conditions.sh}$font${voffset -13}   ${execi 300 /home/melski/scripts/weather/pogodynka.sh}     |     ${font StyleBats:size=15}V${font}${voffset -3}    $uptime     |     ${font StyleBats:size=15}4${font}${voffset -3}${execi 100 acpi -b}
    Attached Images Attached Images
    Ubuntu User # 17490
    Currently: Fisheye 2, Diana F+, Viv UWS
    Lomografix

  6. #1096
    Join Date
    Aug 2006
    Location
    Plattsburgh, NY
    Beans
    20

    Re: Post your .conkyrc files w/ screenshots

    very nice rjmdomingo2003.

  7. #1097
    Join Date
    Jun 2007
    Beans
    638
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by thebinz View Post
    very nice rjmdomingo2003.
    Merci!
    Ubuntu User # 17490
    Currently: Fisheye 2, Diana F+, Viv UWS
    Lomografix

  8. #1098
    Join Date
    Aug 2005
    Beans
    331

    Re: Post your .conkyrc files w/ screenshots

    Very minimal. I've experimenting all day and I really just want to see the things I've got in there now. I didn't need the mail notification or weather or any of that other stuff.
    This is kinda utilitarian, but it works for me.
    I REALLY like that I was able to find out how to get my nvidia GPU temp into here.

    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
    xftfont Vera: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 override
    
    # 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 blue
    
    # 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 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 3
    
    # border margins
    border_margin 9
    
    # border width
    border_width 10
    
    # 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 20
    gap_y 50
    
    # Subtract file system buffers from used memory?
    no_buffers yes
    
    # set to yes if you want all text to be in uppercase
    uppercase no
    
    # number of cpu samples to average
    # set to 1 to disable averaging
    cpu_avg_samples 2
    
    # number of net samples to average
    # set to 1 to disable averaging
    net_avg_samples 2
    
    # Force UTF8? note that UTF8 support required XFT
    override_utf8_locale yes
    
    # Add spaces to keep things from moving about?  This only affects certain objects.
    use_spacer 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
    
    TEXT
    $nodename - $sysname $kernel on $machine
    ${color lightgrey}Uptime:$color $uptime ${color lightgrey}- Load:$color $loadavg
    ${hr 2}$color
    CPU
    ${color lightgrey}Temp:$color ${i2c 9191-0290 temp 2} C   ${color lightgrey}Usage:$color $cpu%
    $hr
    Memory
    ${color lightgrey}Usage:$color $mem/$memmax - $memperc%
    ${color lightgrey}Processes:$color $processes  ${color grey}Running:$color $running_processes $color
    $hr
    Fans 
    ${color lightgrey}CPU :$color${i2c 9191-0290 fan 2} RPM $color
    ${color lightgrey}Case 1:$color${i2c 9191-0290 fan 1} RPM $color
    ${color lightgrey}Case 2:$color${i2c 9191-0290 fan 5} RPM $color
    $hr
    Drive Space Free $color
    ${color lightgrey}Root:  ${fs_free_perc /}%   ${fs_bar 6 /}$color
    ${color lightgrey}home:  ${fs_free_perc /home}%   ${fs_bar 6 /home}$color
    ${color lightgrey}storage:  ${fs_free_perc /media/storage}%   ${fs_bar 6 /media/storage}$color
    ${color lightgrey}winXP:  ${fs_free_perc /media/winXP}%   ${fs_bar 6 /media/winXP}$color
    $hr
    Drive Temps
    ${color lightgrey}Sata1 Temp: $color${hddtemp /dev/sda}
    ${color lightgrey}Sata2 Temp: $color${hddtemp /dev/sdb}
    $color$hr
    ${color lightgrey}NVidia GPU Temp:$color ${execi 30 nvidia-settings -q gpucoretemp |grep '):' | cut -c42-43} C
    Attached Images Attached Images
    Dell Zino HD, AMD Neo X2 e6850, 8GB, 750GB, ATI HD4330 in MXM slot.

  9. #1099
    Join Date
    Nov 2007
    Location
    USA-ish
    Beans
    206
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by reiki View Post
    Very minimal. I've experimenting all day and I really just want to see the things I've got in there now. I didn't need the mail notification or weather or any of that other stuff.
    This is kinda utilitarian, but it works for me.
    I REALLY like that I was able to find out how to get my nvidia GPU temp into here.
    I like the fan speeds. Maybe tomorrow morning I'll try to figure out how to grab the fan speeds on mine.

  10. #1100
    Join Date
    Dec 2007
    Beans
    13

    Re: Post your .conkyrc files w/ screenshots

    Question:

    The ideo of getting the Local IP with

    Local IP $alignr ${addr ath0}
    ${color #D6CACA}Public IP $alignr ${execi 3605 curl http://www.whatismyip.org'}

    is really good, but after 6-10 requests the website gives an error message!

    Is there a way to slow down the Local IP intervall check, so you don't get "banned" on that website

Page 110 of 2348 FirstFirst ... 10601001081091101111121201602106101110 ... 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
  •