Description: Debian avec conky: wallpaper: http://www.deviantart.com/download/34467114/Clean_is_simple.zip icones: http://www.deviantart.com/download/103496765/SimplyGrey_by_Scnd101.zip conky (avec mes modofications):
# set to yes if you want Conky to be forked in the background background yes
# Use Xft? use_xft yes
# Xft font when Xft is enabled #xftfont sans:size=8 xftfont Clean:size=8
# Text alpha when using Xft xftalpha 0.9
# Update interval in seconds update_interval 1.0
# This is the number of times Conky will update before quitting. # Set to zero to run forever. total_run_times 0
# Create own window instead of using desktop (required in nautilus) own_window yes
# If own_window is yes, you may use type normal, desktop or override #dock own_window_type dock
# Use pseudo transparency with own_window? own_window_transparent yes
# If own_window_transparent is set to no, you can set the background colour here #own_window_colour black
# If own_window is yes, these window manager hints may be used own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Use double buffering (reduces flicker, may not work for everyone) double_buffer yes
# Minimum size of text area minimum_size 200 400
#Maximum width maximum_width 200
# Draw shades? draw_shades no
# Draw outlines? draw_outline no
# Draw borders around graphs draw_graph_borders no
# Draw borders around text draw_borders no
# Stippled borders? #stippled_borders 8
# border margins #border_margin 1
# border width #border_width 1
# Text alignment, other possible values are commented #alignment top_left alignment top_right #alignment bottom_left #alignment bottom_right #alignment none #alignment top_middle
# Gap between borders of screen and text # same thing as passing -x at command line gap_x 3 gap_y 50
# Subtract file system buffers from used memory? no_buffers no
# set to yes if you want all text to be in uppercase uppercase no
# Force UTF8? note that UTF8 support required XFT override_utf8_locale yes
# Add spaces to keep things from moving about? This only affects certain objects. use_spacer yes
${color lightgrey}Procs/CPU PID CPU% MEM%$color ${top name 1}${color lightgrey}${top pid 1}$color${top cpu 1}${color lightgrey}${top mem 1}$color ${top name 2}${color lightgrey}${top pid 2}$color${top cpu 2}${color lightgrey}${top mem 2}$color ${top name 3}${color lightgrey}${top pid 3}$color${top cpu 3}${color lightgrey}${top mem 3}$color ${top name 4}${color lightgrey}${top pid 4}$color${top cpu 4}${color lightgrey}${top mem 4}$color ${top name 5}${color lightgrey}${top pid 5}$color${top cpu 5}${color lightgrey}${top mem 5}$color
${color lightgrey}Procs/MEM PID CPU% MEM%$color ${top_mem name 1}${color lightgrey}${top_mem pid 1}${top_mem cpu 1}$color${top_mem mem 1} ${top_mem name 2}${color lightgrey}${top_mem pid 2}${top_mem cpu 2}$color${top_mem mem 2} ${top_mem name 3}${color lightgrey}${top_mem pid 3}${top_mem cpu 3}$color${top_mem mem 3} ${top_mem name 4}${color lightgrey}${top_mem pid 4}${top_mem cpu 4}$color${top_mem mem 4} ${top_mem name 5}${color lightgrey}${top_mem pid 5}${top_mem cpu 5}$color${top_mem mem 5} ${color lightgrey}${hr 1} ${color lightgrey}[NETWORK] ${alignr}${color lightgrey}Address:$color ${addr eth0} ${color lightgrey}Rx:$color ${downspeedf eth0}k/s${color lightgrey}${alignr}Tx:$color ${upspeedf eth0}k/s $color${downspeedgraph eth0 25,113 lightgrey lightgrey} $color${upspeedgraph eth0 25,113 lightgrey lightgrey}$color ${color lightgrey}T(Rx):$color ${totaldown eth0}${color lightgrey}${alignr}T(Tx):$color ${totalup eth0} ${color lightgrey}${hr 1} ${color lightgrey}[DISK] ${alignr}${color lightgrey}I/O:$color ${diskio} ${diskiograph 25, lightgrey lightgrey} ${color lightgrey}Root: $color${fs_used /}/${fs_size /} ${fs_bar /} ${color lightgrey}Temp: $color${fs_used /mnt/LIN_TMP}/${fs_size /mnt/LIN_TMP} ${fs_bar /mnt/LIN_TMP} ${color lightgrey}Data: $color${fs_used /mnt/WINLIN_DATA}/${fs_size /mnt/WINLIN_DATA} ${fs_bar /mnt/WINLIN_DATA} ${hr 1} ${alignc}$sysname $kernel ${color lightgrey}on $color$machine ${alignc}${color lightgrey}Uptime:$color $uptime ${color lightgrey}${hr 1}
Ratings & Comments
1 Comment
Very nice and simple,thanks! =)