我用的conky的配置文件

background no
override_utf8_locale yes
font sans:size=8
xftfont sans:size=8
use_xft yes
xftalpha 0.1

update_interval 1.0
total_run_times 0
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
double_buffer yes
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no


#alignment top_left
alignment top_right
#alignment bottom_left
#alignment bottom_right
#alignment none
gap_x 5
gap_y 45
no_buffers yes
cpu_avg_samples 2
override_utf8_locale yes
uppercase no # set to yes if you want all text to be in uppercase
use_spacer none
out_to_console no

default_color white
default_shade_color black
default_outline_color grey90

mpd_host 127.0.0.1
mpd_port 6600

maximum_width 158

TEXT
${color}${font Monaco:pixelsize=22}${time %H:%M} China ${font sans:size=9}
${time %Y/%m/%d  %A}
${color}${font StyleBats:size=12}O ${font}${color slate grey}UpTime:$alignr${color }$uptime
${color}${font StyleBats:size=12}Q ${font}${color slate grey}Kernel:$alignr${color }$kernel
${color}${font StyleBats:size=12}A ${font}${color slate grey}CPU:$alignr${color #ddaa00} $cpu%
${cpugraph 20,160 808080 ffffff}
${color slate grey}Processes:$alignr${color }$processes 
($running_processes running)
${color}${font Webdings:size=12}i${font}${color slate grey}Highest
CPU:$alignr -PID-  CPU%
${color #ddaa00}${top name 1}$alignr${top pid 1}${top cpu 1}
${color lightgrey}${top name 2}$alignr${top pid 2}${top cpu 2}
${color lightgrey}${top name 3}$alignr${top pid 3}${top cpu 3}
${color}${font Webdings:size=12}i${font}${color slate grey}Highest
MEM:$alignr -PID-  MEM%
${color #ddaa00}${top_mem name 1}$alignr${top_mem pid 1}${top_mem mem 1}
${color lightgrey}${top_mem name 2}$alignr${top_mem pid 2}${top_mem mem
2}
${color lightgrey}${top_mem name 3}$alignr${top_mem pid 3}${top_mem mem
3}
${color slate grey}Memory:
${color}$mem / $memmax $alignr${color #ddaa00}$memperc%
${color}${membar 3,160}
${color slate grey}Swap:
${color}$swap / $swapmax $alignr${color #ddaa00}$swapperc%
${color}${swapbar 3,160}
${color red}ROOT:    ${color }${fs_free /}/${fs_size /}
${fs_bar 3,160 /}
${color slate grey}Disk Read:${alignr}${color}$diskio_read
${color}${diskiograph_read /dev/sda 10,160 808080 ffffff}
${color slate grey}Disk Write:${alignr}${color}$diskio_write
${color}${diskiograph_write /dev/sda 10,160 808080 ffffff}
${color slate grey}Internet:
${voffset 6}${color}${font PizzaDude Bullets:size=12}S${font} Tot.D.
${totaldown eth0}$alignr${color #ddaa00}${downspeed eth0}k/s
${downspeedgraph eth0 20,160 808080 ffffff}
${color}${font PizzaDude Bullets:size=12}M${font} Tot.U. ${totalup
eth0}$alignr${color #ddaa00}${upspeed eth0}k/s
${upspeedgraph eth0 20,160 808080 ffffff}
${color}${font PizzaDude Bullets:size=12}2${color slate grey}${font}  Info
$nodename - $sysname ${exec whoami} on $machine

你可能感兴趣的:(配置文件)