conky 配置文件

安装conky监控系统cpu ,内存等 

添加配置文件   .conkyrc

conky.config={

background=true,

cpu_avg_samples=2,

net_avg_samples=2,

out_to_console=false,

--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=true,

-- Xft font when Xft is enabled

font='Sans:size=11',

own_window_argb_visual=true,

--own_window_colour hotpink

-- Text alpha when using Xft

xftalpha=0.8,

-- on_bottom yes

-- mail spool

--mail_spool $MAIL

-- Update interval in seconds

update_interval=1,

-- Create own window instead of using desktop (required in nautilus)

own_window=true,

own_window_transparent=true,

own_window_hints='undecorated,below,sticky,skip_taskbar,skip_pager',

--own_window_type=override

own_window_type=normal,

-- Use double buffering (reduces flicker, may not work for everyone)

double_buffer=true,

-- Minimum size of text area

minimum_width=260,minimum_height=50,

maximum_width=400,

-- Draw shades?

draw_shades=false,

--Draw outlines?

draw_outline=false,

-- Draw borders around text

draw_borders=false,

-- 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

--minimum_size 10 10

gap_x=50,

gap_y=100,

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='none',

-- Subtract file system buffers from used memory?

no_buffers=true,

-- set to yes if you want all text to be in uppercase

uppercase=false,

-- none, xmms, bmp, audacious, infopipe (default is none)

-- xmms_player bmp

};

conky.text=[[

${color white}系统 ${hr 1}${color}

主机名: $alignr$nodename

内核: $alignr$kernel

运行时间: $alignr$uptime

CPU温度: ${alignr}${acpitemp} 摄氏度

CPU: ${alignr}${freq dyn} MHz

Processes: ${alignr}$processes ($running_processes running)

Load: ${alignr}$loadavg

CPU1 ${alignr}${cpu cpu1}%

${cpubar 4 cpu1}

CPU2 ${alignr}${cpu cpu2}%

${cpubar 4 cpu2}

运行内存 ${alignr}$mem / $memmax ($memperc%)

${membar 4}

swap ${alignr}$swap / $swapmax ($swapperc%)

${swapbar 4}

Highest CPU $alignr CPU%  MEM%

${top name 1}$alignr${top cpu 1}      ${top mem 1}

${top name 2}$alignr${top cpu 2}      ${top mem 2}

${top name 3}$alignr${top cpu 3}      ${top mem 3}

${top name 4}$alignr${top cpu 4}      ${top mem 4}

Highest MEM $alignr CPU%  MEM%

${top_mem name 1}$alignr${top_mem cpu 1}      ${top_mem mem 1}

${top_mem name 2}$alignr${top_mem cpu 2}      ${top_mem mem 2}

${top_mem name 3}$alignr${top_mem cpu 3}      ${top_mem mem 3}

${color white}FILE SYSTEM ${hr 1}${color}

Disk I/O:${alignr}$diskio

Root: ${alignr}${fs_free /} / ${fs_size /}

${fs_bar 4 /}

Home: ${alignr}${fs_free /home} / ${fs_size /home}

${fs_bar 4 /home}

${color white}网络 ${hr 1}${color}

下载速度:$alignr${downspeed wlp4s0} k/s

上传速度:$alignr${upspeed wlp4s0} k/s

${downspeedgraph wlp4s0 324D23 77B753}

]];

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