All pastes #243223 Raw Edit

Anonymous

public text v1 · immutable
#243223 ·published 2006-11-08 06:10 UTC
rendered paste body
# 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

# Use Xft?
use_xft yes

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

# Create own window instead of drawing to desktop.
#own_window yes
#own_window_transparent yes
#own_window_colour navyblue
#own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
#own_window_type normal

# Text alpha when using Xft
xftalpha 0.8

#deprecated -- use 'own_window_hints below'
#on_bottom yes

wm_class_name Conky

# mail spool
mail_spool $MAIL

# Update interval in seconds
update_interval 2

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

# Minimum size of text area
minimum_size 330 10
maximum_width 330

# Draw shades?
draw_shades no

# Draw outlines?
draw_outline no

# Draw borders around text
draw_borders no

# Stippled borders?
stippled_borders 2

# border margins
#border_margin 4

# border width
border_width 1

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

# Text alignment, other possible values are commented
#minimum_size 10 10
gap_x 25
gap_y 130
alignment top_left
#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 yes

# Subtract file system buffers from used memory?
no_buffers yes

# set to yes if you want all text to be in uppercase
uppercase no

# drawn 1 pixel border around graphs or not
draw_graph_borders no

TEXT
${color #6E0045}$nodename     ${alignc}$sysname $kernel ${alignr}${color #083006}${time %H:%M:%S}
${color #6E0045}$stippled_hr
${color #6E0045}Uptime:${color #083006} $uptime ${color #6E0045} ${alignr}Carga:${color #083006} $loadavg
${color #6E0045}CPU:${color #083006} ${cpu}% ${color #6E0045}${cpubar}
${color black}${cpugraph 0 32, 350 6E0045 A50069}
${color #6E0045}RAM:${color #083006} $mem/$memmax - $memperc% ${color #6E0045}$membar
${color #6E0045}Swap:${color #083006} $swap/$swapmax - $swapperc% ${color #6E0045}${swapbar}
${color #6E0045}$stippled_hr
${color #6E0045}Descarga:${color #083006} ${downspeed eth1} k/s${color #6E0045} ${offset 62}Subida:${color #083006} ${upspeed eth1} k/s
${downspeedgraph eth1 32,150 6E0045 A50069} $alignr${upspeedgraph eth1 32,150 6E0045 A50069}
${color #6E0045}Sistema de archivos:
 ${color #6E0045}/          ${color #083006}${fs_used /}/${fs_size /}${alignr}${color #6E0045}${fs_bar 5,120 /}
 ${color #6E0045}/home      ${color #083006}${fs_used /home/cosas}/${fs_size /home/cosas}${alignr}${color #6E0045}${fs_bar 5,120 /home/cosas}
${color #6E0045}$stippled_hr
${color #6E0045}Procesos:
${color #6E0045}Nombre            PID     CPU%   MEM%
${color #083006} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color #083006} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color #083006} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color #6E0045}Uso de memoria
${color #083006} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
${color #083006} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
${color #083006} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
${color #6E0045}$stippled_hr
${if_running amarok}
${color #6E0045}${alignc}Reproduciendo${color #083006}
${alignc}${execi 10 ~/.conky/amarok artist}
${alignc}${execi 10 ~/.conky/amarok title}
${color #6E0045}${execibar 1 ~/.conky/amarok progress}
${alignc}"${execi 10 ~/.conky/amarok album}"
${alignc}${execi 10 ~/.conky/amarok year} - ${alignc}${execi 10 ~/.conky/amarok genre}
$endif