Page 94 of 2348 FirstFirst ... 448492939495961041441945941094 ... LastLast
Results 931 to 940 of 23480

Thread: Post your .conkyrc files w/ screenshots

  1. #931
    Join Date
    Jun 2005
    Location
    Finland
    Beans
    84
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Post your .conkyrc files w/ screenshots

    Heres my conkyrc..

    Code:
    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 no
    
    # 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
    font arial
    uppercase no # set to yes if you want all text to be in uppercase
    
    # Stippled borders?
    stippled_borders 3
    
    # border margins
    border_margin 9
    
    # border width
    border_width 10
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color black
    
    own_window_colour brown
    own_window_transparent yes
    
    # Text alignment, other possible values are commented
    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    
    # Gap between borders of screen and text
    gap_x 10
    gap_y 10
    
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    
    ${freq}MHz   Load: ${loadavg}
    Ram: $memperc%  ${membar 6}$color
    Cpu:       $cpubar
    ${cpugraph 000000 ffffff}
    NAME               PID       CPU%      MEM%
    ${top name 1} ${top pid 1}   ${top cpu 1}    ${top mem 1}
    ${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 black}Fortune ${hr 2}$color
    ${execi 120 fortune -s | fold -w50}
    And attached the screenshot of me desktop. In addition to Conky - Avant window navigator as panel, with Compiz Fusion..And Gkrellm in the lower right, displaying weather, sensors data, XMMS control and volume among other things, Gkrellm theme is Glass (transparent skin).
    Attached Images Attached Images
    Anyone can do any amount of work provided it isn't the work he is supposed
    to be doing at the moment.
    -- Robert Benchley

  2. #932
    Join Date
    Jun 2007
    Beans
    107
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by stalker145 View Post
    You can try this. remove or add as desired.
    Code:
    ${color orange}NET${hr 2}
    
    ${color slate grey}${exec iwconfig ath0 | grep "ESSID" | 
    cut -c 25-47}
    
    ${color slate grey}Speed: ${color white}${wireless_bitrate ath0}   ${alignr}${color slate grey}Strength: ${color white}${wireless_link_qual_perc ath0} 
    
    ${color slate grey}ath0:    ${color white}${addr ath0}
    
    ${color slate grey}Down:  ${color white}${downspeed ath0}KB/s ${alignr}${color slate grey}Up:  ${color white}${upspeed ath0}KB/s
    ${color }${downspeedgraph ath0 25,125 00ff00 00ff00}${alignr}${upspeedgraph ath0 25,125 ff0000 ff0000}
    ${color slate grey}Total: ${totaldown ath0} ${alignr} ${totalup ath0}${color slate grey}
    Ok so i already had the network in my conky, but it wasn't working. So i switched eth0 to eth1 and now it detects my IP address, but it won't display upload and download rates.

    here's my conkyrc

    Code:
    # UBUNTU-CONKY
    # A comprehensive conky script, configured for use on
    # Ubuntu / Debian Gnome, without the need for any external scripts.
    #
    # Based on conky-jc and the default .conkyrc.
    # INCLUDES:
    # - tail of /var/log/messages 
    # - netstat connections to your computer
    #
    # -- Pengo (conky@pengo.us)
    #
    
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_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 no
    
    # 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
    font arial
    uppercase no # set to yes if you want all text to be in uppercase
    
    # Stippled borders?
    stippled_borders 3
    
    # border margins
    border_margin 9
    
    # border width
    border_width 10
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color grey
    
    own_window_colour brown
    own_window_transparent yes
    
    # Text alignment, other possible values are commented
    #alignment top_left
    alignment top_right
    #alignment bottom_left
    #alignment bottom_right
    
    # Gap between borders of screen and text
    gap_x 10
    gap_y 10
    
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    $color
    ${color orange}SYSTEM ${hr 2}$color
    $nodename $sysname $kernel on $machine
    
    ${color orange}CPU ${hr 2}$color
    ${freq}MHz   Load: ${loadavg}   Temp: ${acpitemp}
    $cpubar
    ${cpugraph 000000 ffffff}
    NAME             PID       CPU%      MEM%
    ${top name 1} ${top pid 1}   ${top cpu 1}    ${top mem 1}
    ${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
    RAM:   $memperc%   ${membar 6}$color
    Swap:  $swapperc%   ${swapbar 6}$color
    
    Root:  ${fs_free_perc /}%   ${fs_bar 6 /}$color 
    hda1:  ${fs_free_perc /media/hda1}%   ${fs_bar 6 /media/hda1}$color
    hdb3:  ${fs_free_perc /media/hdb3}%   ${fs_bar 6 /media/hdb3}
    
    ${color orange}NETWORK (${addr eth1}) ${hr 2}$color
    Down: $color${downspeed eth0} k/s ${alignr}Up: ${upspeed eth0} k/s
    ${downspeedgraph eth0 25,140 000000 ff0000} ${alignr}${upspeedgraph eth0 
    25,140 000000 00ff00}$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}
    
    ${color orange}LOGGING ${hr 2}$color
    ${execi 30 tail -n3 /var/log/messages | fold -w50}
    
    ${color orange}FORTUNE ${hr 2}$color
    ${execi 120 fortune -s | fold -w50}
    To introduce something altogether new would mean to begin all over, to become ignorant again, and to run the old, old risk of failing to learn.
    --Isaac Asimov

  3. #933
    Join Date
    Aug 2005
    Beans
    Hidden!

    Re: Post your .conkyrc files w/ screenshots

    Quote Originally Posted by Mostlyharmless42 View Post
    Ok so i already had the network in my conky, but it wasn't working. So i switched eth0 to eth1 and now it detects my IP address, but it won't display upload and download rates.

    here's my conkyrc

    Code:
    ${color orange}NETWORK (${addr eth1}) ${hr 2}$color
    Down: $color${downspeed eth0} k/s ${alignr}Up: ${upspeed eth0} k/s
    ${downspeedgraph eth0 25,140 000000 ff0000} ${alignr}${upspeedgraph eth0 
    25,140 000000 00ff00}$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}
    
    ${color orange}LOGGING ${hr 2}$color
    ${execi 30 tail -n3 /var/log/messages | fold -w50}
    
    ${color orange}FORTUNE ${hr 2}$color
    ${execi 120 fortune -s | fold -w50}
    As your net access is coming through eth1. The other parts of your networking info would have to point eth1 as well, If I'm not mistaken.however. you are still using eth0 in the parts that are bold.
    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.’

  4. #934
    Join Date
    Mar 2007
    Beans
    182
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Post your .conkyrc files w/ screenshots

    @andrewsomething (or anyone who knows the answer)

    that wallpaper wallpaper is awesome! - where can i get it from?

  5. #935
    Join Date
    Dec 2006
    Location
    Maryland
    Beans
    95
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Post your .conkyrc files w/ screenshots

    Here's mine. Is conky cool or what?!

    Code:
    # UBUNTU-CONKY
    # A comprehensive conky script, configured for use on
    # Ubuntu / Debian Gnome, without the need for any external scripts.
    #
    # Based on conky-jc and the default .conkyrc.
    # INCLUDES:
    # - tail of /var/log/messages 
    # - netstat connections to your computer
    #
    # -- Pengo (conky@pengo.us)
    #
    
    # Create own window instead of using desktop (required in nautilus)
    own_window yes
    own_window_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
    #use_xft no
    #xftfont Bitstream Vera Sans Mono:size=4
    xftfont HandelGotD:size=10
    xftalpha 0.5
    
    # 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
    #font arial
    uppercase no # set to yes if you want all text to be in uppercase
    
    # Stippled borders?
    stippled_borders 3
    
    # border margins
    border_margin 9
    
    # border width
    border_width 10
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color 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 10
    
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    $color
    ${color orange}SYSTEM ${hr 2}$color
    $sysname $kernel on $machine
    ${color white}Uptime $uptime
    
    ${color orange}CPU - ${execi 5 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //' | tail -n1} ${hr 2}$color
    ${freq} MHz
    ${freq_dyn}Mhz
    
    ${color white}CPU1: ${cpu cpu1}%	Temp: ${execi 5 ~/scripts/core1temp.sh} C
    ${color white}CPU2: ${cpu cpu2}%	Temp: ${execi 5 ~/scripts/core2temp.sh} C
    
    ${color white}CPU Fan Speed: ${execi 5 ~/scripts/cpufanrpm.sh} RPM
    
    ${color #C0C8CD}${cpubar cpu1}
    ${color #C0C8CD}${cpubar cpu2}
    ${cpugraph 000000 ffffff}
    ${color white}Load: ${loadavg}
    
    NAME                PID      CPU%      MEM%
    ${color white}${hr 1}$color
    ${top name 1}   ${top pid 1}   ${top cpu 1}    ${top mem 1}
    ${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}
    ${top name 5}   ${top pid 5}   ${top cpu 5}    ${top mem 4}
    
    ${color orange}MEMORY ${hr 2} $color
    
    RAM:   $mem / $memmax
    $memperc%  ${color #C0C8CD}${membar 6}$color
    
    Swap:  $swap / $swapmax
    $swapperc%   ${color #C0C8CD}${swapbar 6}$color
    
    ${color orange}DISK ${hr 2}$color
    
    I/O: ${color #C0C8CD}$diskiograph$color
    
    ${color white}Temps:
    
    ${color orange}WD160: ${color white}${execi 300 nc localhost 7634 | cut -c 31-32;} C
    ${color orange}ST320: ${color white}${execi 300 nc localhost 7634 | cut -c 58-59;} C
    
    Root:   ${fs_used_perc /}% ${color #C0C8CD}${fs_bar 6 /}$color 
    ddrive: ${fs_used_perc /media/ddrive}% ${color #C0C8CD}${fs_bar 6 /media/ddrive}$color
    mp3:    ${fs_used_perc /media/mp3}% ${color #C0C8CD}${fs_bar 6 /media/mp3}$color
    
    ${color orange}NETWORK (${addr eth1}) ${hr 2}$color
    
    Down: $color${downspeed eth1} k/s ${alignr}Up: ${upspeed eth1} k/s
    ${downspeedgraph eth1 25,140 000000 ff0000} ${alignr}${upspeedgraph eth1 
    25,140 000000 00ff00}$color
    Total: ${totaldown eth1} ${alignr}Total: ${totalup eth1}
    Inbound: ${tcp_portmon 1 32767 count} Outbound: ${tcp_portmon 32768 
    61000 count}${alignr}Total: ${tcp_portmon 1 65535 count}
    
    ${color orange}VIDEO ${hr 2}$color
    
    ${color orange}Card:                  ${color white}Nvidia ${execi 30 nvclock -i | grep 'Card:' | cut -c16-29}$color
    ${color orange}GPU:                  ${color white}${execi 30 nvclock -i | grep 'Architecture:' | cut -c16-19} @ ${execi 30 nvclock -i | grep 'GPU clock:' | cut -c13-23}
    ${color orange}VGA RAM: 	       ${color white}${execi 30 nvclock -i | grep 'Amount:' | cut -c10-15} ${execi 30 nvclock -i | grep 'Type:' | cut -c17-20}${color white} @ ${color white}${execi 30 nvclock -i | grep 'Clock:' | cut -c10-21}
    ${color orange}GPU Core Temp: 	${color white}${exec /usr/bin/nvidia-settings -q gpucoretemp | grep Attribute |cut -c 39-40} C
    
    ${color orange}INFO ${hr 2}$color
    
    ${color orange}Ellicott City: ${color white}${execi 300 ~/scripts/weather2.sh 21043}
    
    ${color orange}Gmail: ${color white}${execi 300 python ~/scripts/gmail.py}
    Attached Images Attached Images
    Last edited by erwall; November 11th, 2007 at 07:16 PM.

  6. #936
    Join Date
    Nov 2007
    Beans
    0

    Re: Post your .conkyrc files w/ screenshots

    My conky look was taken from someone else in this thread and modified.
    I put the way it looks, before function. (I know, "Form follows Function", but I think it looks great)

    .conkyrc:
    Code:
    # maintain spacing between certain elements
    use_spacer yes
    
    # set to yes if you want tormo to be forked in the background
    #background yes
    
    use_xft yes
    
    # Xft font when Xft is enabled
    xftfont Vera-6
    #xftfont Andale Mono-9
    #xftfont Clean-8
    #xftfont cubicfive10:pixelsize=8
    #xftfont squaredance10:pixelsize=14
    #xftfont swf!t_v02:pixelsize=10
    
    # Text alpha when using Xft
    xftalpha 1
    mail_spool $MAIL
    
    # Update interval in seconds
    update_interval 1.0
    
    # 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
    
    # Minimum size of text area
    minimum_size 200 5
    maximum_width 250
    
    # Draw shades?
    draw_shades no
    
    # Draw outlines?
    draw_outline no # amplifies text
    
    # Draw borders around text
    draw_borders no
    
    # Stippled borders?
    stippled_borders 3
    
    # border margins
    border_margin 5
    
    # border widt5
    border_width 6
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color grey90
    default_shade_color black
    default_outline_color DarkGrey
    
    # 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 24
    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
    
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    
    ${color white}${font OpenLogos:size=14}T u ${font}${font Vera:size=8}$alignr ${time %a, } ${time %e %B %G} | ${time %I:%M %P}${font}
    ${color #ffcb48}User ${hr 1}
      ${color #e5e5e5}brian @ $nodename $alignr $sysname $kernel
      ${color #e5e5e5}Compaq Evo N610c $alignr $machine
      ${color #e5e5e5}Uptime $alignr $uptime_short
    
    ${color #ffcb48}System ${hr 1} 
      ${color #e5e5e5}Cpu Useage $color $alignr $cpu%
      ${color #e5e5e5}Load $alignr $loadavg
      ${color #e5e5e5}Temp $alignr ${acpitemp}C
      $alignr ${acpitempf}F
      ${color #e5e5e5}Fan $alignr ${acpifan C201}
      ${color lightgrey}Battery $alignr${battery_percent C198}%
      ${color lightgrey}AC Power $alignr ${acpiacadapter}
    
    ${color #ffcb48}Processes ${hr 1}
      ${color #e5e5e5}Total $alignr $processes
      ${color #e5e5e5}Running $alignr $running_processes
    
    ${color #ffcb48}Memory ${hr 1}
      ${color #e5e5e5}Total $alignr ${fs_size}
      ${color #e5e5e5}Used $alignr $fs_used_perc%    $fs_used
      ${color #e5e5e5}Free $alignr $fs_free_perc%  $fs_free
    
    ${color #ffcb48}Wireless (${color #ff9900}${addr wlan1}${color #ffcb48}) ${hr 1}
      ${color lightgrey}SSID: ${wireless_essid wlan1} $alignr ${wireless_ap wlan1}
      ${color lightgrey}Mode: ${wireless_mode wlan1}
      ${color lightgrey}Down: ${color #ff9900}${downspeedf wlan1} ${color lightgrey}k/s ${alignr}${color lightgrey}Up: ${color #0000ff}${upspeedf wlan1} ${color lightgrey}k/s
      ${color lightgrey}Total Down: ${totaldown wlan1} $alignr Total Up: ${totalup wlan1}
    
    ${color #ffcb48}Feeds ${hr 1}
      ${color lightgrey}$alignc Digg
    ${color light grey}${execi 300 ~/conky_scripts/rss.sh http://digg.com/rss/containertechnology.xml 5}
    
    ${color #ffcb48}Weather ${hr 1}
      ${color lightgrey}${execi 1800 ~/conky_scripts/weather.sh USWI0449}
    ${color #ffcb48}Gmail ${hr 1}
      ${color lightgray}${color #D7D3C5}${execi 300 python ~/conky_scripts/gmail.py}
    ${if_running amarokapp}${color #ffcb48}Now Playing ${hr 1}
      $alignc${color lightgrey}${execi 10 ~/conky_scripts/amarok.sh artist}
      $alignc${execi 10 ~/conky_scripts/amarok.sh title}
      $alignc${execi 10 ~/conky_scripts/amarok.sh album}-${execi 10 ~/conky_scripts/amarok.sh year}$endif
    Attached Images Attached Images
    Last edited by emanruoy4; November 14th, 2007 at 11:00 PM.

  7. #937
    Join Date
    Jul 2005
    Beans
    740
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Post your .conkyrc files w/ screenshots

    ^ wow that is beautiful.

  8. #938
    Join Date
    Feb 2007
    Location
    detroit
    Beans
    248
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Post your .conkyrc files w/ screenshots

    i set up my laptop for my Linux-interested Mac friend who will be using it for a while, I used a nice .conkyrc setup around pg. 45 or so, edited just a bit, and hopefully my friend will enjoy the setup! code and screenshot below.

    Code:
    #
    # Conky configuration
    #
    # Author: Haricharan Padmanaban
    #
    
    background				no
    
    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
    #no_buffers				yes
    
    use_xft					yes
    xftfont					DejaVu Sans Mono:size=8.5
    
    xftalpha					0.8
    override_utf8_locale		yes
    
    update_interval			2.0
    
    draw_shades				yes
    draw_borders				no
    #stippled_borders			3
    
    border_margin				4
    
    border_width				0
    
    
    
    default_color				OrangeRed
    
    default_shade_color			black
    default_outline_color		black
    
    
    alignment					top_right
    
    gap_x					15
    
    gap_y					50
    
    TEXT
    
    ${color DeepSkyBlue2}SYSTEM ($nodename) ${hr 2} 
    ${color LightGreen}Kernel:$color$sysname $kernel
    ${color LightGreen}Uptime:$color $uptime ${color LightGreen}Load:$color $loadavg
    ${voffset 8}${color LightGreen}CPU Usage: $color$cpu% ${voffset -8}${color maroon1}${cpugraph 20,0 ff0000 00ff00}
    
    ${color DeepSkyBlue2}MEMORY ${hr 2}
    ${color LightGreen}RAM: $color$memperc%   ${color SeaGreen1}${membar 6}
    ${color LightGreen}Swap: $color$swapperc%  ${color SeaGreen1}${swapbar 6}
    
    ${color DeepSkyBlue2}DISKS ${hr 2}$color
    ${color LightGreen}/  $color${fs_used /} ${color maroon}(${fs_size /})     ${color chartreuse1}${fs_bar 6 /}
    
    ${color DeepSkyBlue2}NETWORK ${hr 2}
    ${color DeepSkyBlue2}Wireless (${addr eth1})
    ${color LightGreen}Down: $color${downspeedf eth1} kB/s ${alignr}${color LightGreen}Up: $color${upspeedf eth1} kB/s
    ${color maroon1}${downspeedgraph eth1 20,150 000000 00ff00} ${alignr}${color maroon1}${upspeedgraph eth1 20,150 000000 ff0000}
    ${color LightGreen}Total: $color${totaldown eth1} ${alignr}${color LightGreen}Total: $color${totalup eth1}
    Attached Images Attached Images
    go wings geaux tigers go pistons
    linuxmint/XP desktop/laptop, nokia n800 ( os2008 )

  9. #939
    Join Date
    Nov 2006
    Beans
    92
    Distro
    Xubuntu 18.04 Bionic Beaver

    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 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 no
    
    # Update interval in seconds
    update_interval 1.0
    
    # Minimum size of text area
    # minimum_size 250 5
    
    # Draw shades?
    draw_shades yes
    
    # Text stuff
    draw_outline no # amplifies text if yes
    draw_borders no
    font arial
    uppercase no # set to yes if you want all text to be in uppercase
    
    # Stippled borders?
    stippled_borders 3
    
    # border margins
    border_margin 9
    
    # border width
    border_width 10
    
    # Default colors and also border colors, grey90 == #e5e5e5
    default_color grey90
    
    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 20
    
    # stuff after 'TEXT' will be formatted on screen
    
    TEXT
    $color
    ${color orange}SYSTEM ${hr 2}$color
    ${time %a %d %b %Y %T}
    
    Computer Name: $nodename 
    Operating System: Ubuntu $sysname 7.10 Gusty Gibbon 
    Kernel: $kernel 
    Architecture: $machine
    Uptime: ${uptime}
    
    ${color orange}CPU ${hr 2}$color
    Intel Celeron ${freq}MHz   
    Load: ${loadavg}
    Processes: ${processes}   Running: ${running_processes}
    
    CPU: ${cpu 0}%   ${cpubar 6}
    ${cpugraph 000000 ffffff}
    NAME	   	     PID%     CPU%    MEM%
    ${top name 1}  ${top pid 1}  ${top cpu 1}  ${top mem 1}
    ${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}
    ${top name 5}  ${top pid 5}  ${top cpu 5}  ${top mem 5}
    
    ${color orange}MEMORY ${hr 2}$color
    RAM:   $memperc%  ${membar 6}$color
           ${mem} / ${memmax}
    
    ${color orange}DISK ${hr 2}$color
    Root:  ${fs_used_perc /}%   ${fs_bar 6 /}$color 
           ${fs_used /} / ${fs_size /}
    
    ${color orange}NETWORK (${addr wlan0}) ${hr 2}$color
    Down: $color${downspeed wlan0} k/s ${alignr}Up: ${upspeed wlan0} k/s
    ${downspeedgraph wlan0 25,140 000000 ff0000} ${alignr}${upspeedgraph wlan0 
    25,140 000000 00ff00}$color
    Total: ${totaldown wlan0} ${alignr}Total: ${totalup wlan0}
    Inbound: ${tcp_portmon 1 32767 count} Outbound: ${tcp_portmon 32768 
    61000 count}${alignr}Total: ${tcp_portmon 1 65535 count}
    
    ${color orange}BATTERY STATUS ${hr 2}$color
    ${battery_time} Remaining ${battery_bar 6}
    
    ${color orange}FORTUNE ${hr 2}$color
    ${execi 3600 fortune -s | fold -w50}
    
    ${color orange}WEATHER ${hr 2}$color
    ${execi 1800 /home/david/weather/weather.sh UKXX0127}
    Last edited by chlorinekid; November 12th, 2007 at 03:48 PM.
    OK, I'm listening...

  10. #940
    Join Date
    Apr 2006
    Beans
    64

    Re: Post your .conkyrc files w/ screenshots

    Code:
    # 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
    
    # 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
    
    # Update interval in seconds
    update_interval 3
    # 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
    
    # 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
    #alignment bottom_left
    #alignment bottom_right
    #alignment top_right
    
    # Gap between borders of screen and text
    gap_x 7
    gap_y 7
    
    # 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 yess
    
    # set to yes if you want all text to be in uppercase
    uppercase no
    
    # 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 Volt, 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=Bold:pixelsize=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
    
    Kernel: $kernel    Cpu:  ${cpu}%    Processes: $processes   Wireless: ${addr eth1}    Up:   ${upspeed eth1}KB/s    Root: ${fs_used_perc /}%
    Battery:          ${battery}    Mem:  $memperc%    Running:     $running_processes   Uptime:  $uptime            Down: ${downspeed eth1}KB/s    Home: ${fs_used_perc /home}%
    How can I get this centered on my screen? And how could I get it to be a semi transparent black background?

    Conky.png

Page 94 of 2348 FirstFirst ... 448492939495961041441945941094 ... 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
  •