Thread: conky
View Single Post
  #5   (View Single Post)  
Old 17th January 2011
phill phill is offline
Real Name: Philippe
Port Guard
 
Join Date: Oct 2009
Location: Belgium
Posts: 30
Default

Code:
double_buffer yes
alignment bottom_right
background no
border_width 1
cpu_avg_samples 2
default_color white
default_outline_color white
default_shade_color white
draw_borders no
draw_graph_borders yes
draw_outline no
draw_shades no
use_xft yes
xftfont DejaVu Sans Mono:size=9
gap_x 5
gap_y 60
minimum_size 5 5
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no
own_window no
own_window_class Conky
own_window_type desktop
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer none
show_graph_scale no
show_graph_range no

TEXT
SYSTEM $hr
$sysname $kernel on $machine
${color grey}Uptime:$color $uptime
${color grey}Frequency (in MHz):$color $freq
${color grey}Frequency (in GHz):$color $freq_g
${color grey}RAM Usage:$color $mem/$memmax - $memperc%
${color grey}Swap Usage:$color $swap/$swapmax - $swapperc%
${color grey}CPU Usage:$color $cpu%
${color grey}Processes:$color $processes  ${color grey}Running:$color $running_processes
${color grey}Battery:$color ${apm_battery_time} ${battery} ${acpiacadapter}
File systems $hr
${color grey}Usage: / $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
Networking $hr
${color grey}Up:$color ${upspeed eth0} ${color grey} - Down:$color ${downspeed eth0}
Reply With Quote