conky

John Dangler jdangler at terremark.com
Mon Oct 29 00:49:13 UTC 2007


running gutsy and have conky running.  conky sedems to disappear from
the desktop.  Anyone know how to keep it visible ?
.conkyrc file -

background yes                  # Fork into the background
font 9x15                       # Use a readable font
use_xft no                      # We´ll specify our fonts
override_utf8_locale no         # Force UTF8 (Requires XFT)
update_interval 5.0             # Update every 5 seconds
total_run_times 0               # Run forever
own_window yes                  # Run in its own window (required in
gnome w/Nautilus)
own_window_type desktop         # Override style window (We want it to
stay put!)
own_window_transparent yes      # use pseudo-transparency
#own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
Pretty Window Hints ?
double_buffer yes               # Double buffer can prevent flickering
minimum_size 280 5              # Min size of text area
draw_shades yes                 # Draw shading
draw_outline yes                # No outlines
draw_borders no                 # No borders around text
draw_graph_borders yes          # Draw graph borders
stippled_borders 12             # Stippling on borders
border_margin 4                 # Border margins
border_width 1                  # Width of borders
default_color white             # Default Text and Border Colors
default_shade_color black       # Default Shade Color 
default_outline_color black     # Default Outline Color
alignment bottom_left           # Text Alignment
gap_x 12                        # Gap (X) between border of screen and
text
gap_y 12                        # Gap (Y) between border of screen and
text
no_buffers yes                  # Sub file system buffers from used
memory
uppercase no                    # NO TO ALL UPPERCASE TEXT!
cpu_avg_samples 2               # No. of CPU samples to avg (1 =
disabled)
net_avg_samples 2               # No. of NET samples to avg (1 =
disabled)
use_spacer no                   # Add spaces to keep things from moving
in special cases ?

# 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

#dexter_client no
#dexter_server no
# config file for libdexter (default search path:
$HOME/.dexterrc; /etc/libdexter/dexter.conf)
#dexter_config

# 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
# If you want MPD player to show what´s playing, stick this in
# it was just below the File system usage (line with /)
#${color #88aadd}MPD: ${alignc}$mpd_artist - $mpd_title
#${color #88aadd}$mpd_bar
#${color #88aadd}${alignc}$mpd_status

TEXT
$nodename - $sysname $kernel on $machine
$stippled_hr
${color lightgrey}Uptime:$color $uptime ${color lightgrey}- Load:$color
$loadavg
${color lightgrey}CPU Usage:${color #cc2222} $cpu% ${cpubar}
${color red}${cpugraph 0000ff 00ff00}
${color lightgrey}RAM Usage:$color $mem/$memmax - $memperc% ${membar}
${color lightgrey}Swap Usage:$color $swap/$swapmax - $swapperc%
${swapbar}
${color lightgrey}Processes:$color $processes  ${color grey}Running:
$color $running_processes
$color$stippled_hr
${color lightgrey}Networking:
 Down:${color #8844ee} ${downspeed eth0} k/s${color lightgrey} ${offset
80}Up:${color #22ccff} ${upspeed eth0} k/s
${color #0000ff}${downspeedgraph eth0 32,150 ff0000 0000ff} ${color
#22ccff}${upspeedgraph eth0 32,150 0000ff ff0000}
${color lightgrey}File systems:
 / $color${fs_used /}/${fs_size /} ${fs_bar /}
${color}Name              PID     CPU%   MEM%
${color #ddaa00} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
${color}Mem usage
${color #ddaa00} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1}
${top_mem mem 1}
${color lightgrey} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2}
${top_mem mem 2}
${color lightgrey} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3}
${top_mem mem 3}
${tail /var/log/Xorg.0.log 3 30}
$stippled_hr
${color #ddaa00}Port(s)${alignr}#Connections   
$color Inbound: ${tcp_portmon 1 32767 count}  Outbound: ${tcp_portmon
32768 61000 count}${alignr}ALL: ${tcp_portmon 1 65535 count}
${color #ddaa00}Inbound Connection ${alignr} Local Service/Port$color
 ${tcp_portmon 1 32767 rhost 0} ${alignr} ${tcp_portmon 1 32767 lservice
0}
 ${tcp_portmon 1 32767 rhost 1} ${alignr} ${tcp_portmon 1 32767 lservice
1}
 ${tcp_portmon 1 32767 rhost 2} ${alignr} ${tcp_portmon 1 32767 lservice
2}
 ${tcp_portmon 1 32767 rhost 3} ${alignr} ${tcp_portmon 1 32767 lservice
3}
 ${tcp_portmon 1 32767 rhost 4} ${alignr} ${tcp_portmon 1 32767 lservice
4}
 ${tcp_portmon 1 32767 rhost 5} ${alignr} ${tcp_portmon 1 32767 lservice
5}
${color #ddaa00}Outbound Connection ${alignr} Remote Service/Port$color
 ${tcp_portmon 32768 61000 rhost 0} ${alignr} ${tcp_portmon 32768 61000
rservice 0}
 ${tcp_portmon 32768 61000 rhost 1} ${alignr} ${tcp_portmon 32768 61000
rservice 1}
 ${tcp_portmon 32768 61000 rhost 2} ${alignr} ${tcp_portmon 32768 61000
rservice 2}
 ${tcp_portmon 32768 61000 rhost 3} ${alignr} ${tcp_portmon 32768 61000
rservice 3}
 ${tcp_portmon 32768 61000 rhost 4} ${alignr} ${tcp_portmon 32768 61000
rservice 4}
 ${tcp_portmon 32768 61000 rhost 5} ${alignr} ${tcp_portmon 32768 61000
rservice 5}
jack at Nebo:~$ 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 2151 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20071028/8b5ba9b6/attachment.bin>


More information about the ubuntu-users mailing list