Dernier message de la page précédente :
Mon bureau Cinnamon :
Code : Tout sélectionner
# **********************************************************************
# "CPU Panel (8-core)" theme for Conky by Tony George (teejee2008@gmail.com)
#
# Webpage: http://teejeetech.blogspot.in/
# **********************************************************************
background yes
double_buffer yes
override_utf8_locale yes
alignment top_right
border_width 0
cpu_avg_samples 2
default_color white
default_outline_color white
default_shade_color white
draw_borders no
draw_graph_borders no
draw_outline no
draw_shades no
gap_x -28
gap_y 10
net_avg_samples 2
no_buffers yes
out_to_console no
out_to_stderr no
extra_newline no
own_window yes
own_window_type normal
own_window_transparent yes
own_window_colour 000000
own_window_argb_visual no
own_window_argb_value 0
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
minimum_size 0 0
stippled_borders 0
update_interval 2.0
uppercase yes
use_spacer yes
show_graph_scale no
show_graph_range no
use_xft yes
xftalpha 0.1
xftfont Droid Sans:size=10
color0 white
color1 EAEAEA
color2 FFA300
color3 grey
TEXT
${image /home/VOTRE NOM UTILISATEUR/.conky/VOTRE DOSSIER CUSTOM/VOTRE NOM DE FICHIER.png -p 0,0 -s 300x100 -f 86400}${voffset 5}
${color2}Nom de la machine :
${color0}$nodename
${color2}Nom de l'utilisateur actuel :
${color0}$user_names
${color2}adresse IP :
${color0}Local${color0}${alignr}${addrs wlo1}
${color0}Public${color0}${alignr}${execi 3600 wget -q -O /dev/stdout http://checkip.dyndns.org/ | cut -d : -f 2- | cut -d \< -f -1}
${color0}Localhost${color0}${alignr}${addrs lo}
${color0}Imprimante${color0}${alignr}192.168.0.7
${color2}Temperature du CPU :
${color0}${execi 5 cat /sys/class/thermal/thermal_zone0/temp | cut -c 1-2}${exec echo "° C"}
${color2}Information Processeur : ${color0}
${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'| uniq}
${color2}Distribution linux :
${color0}${execi 1000 cat /etc/issue | cut -c 1-19 }
${color2}Environement Bureau:
${color0}$DESKTOP_SESSION
${color2}Version du noyau linux :
${color0}${execi 1000 cat /proc/version | cut -c 1-22 }
${color2}Uptime :
${color0}$uptime
${color2}CPU : ${color0}${alignr}${cpu cpu0}%
${cpubar cpu0 5,}
${top name 1} $alignr ${top cpu 1}%
${top name 2} $alignr ${top cpu 2}%
${top name 3} $alignr ${top cpu 3}%
${top name 4} $alignr ${top cpu 4}%
${top name 5} $alignr ${top cpu 5}%
${color2}RAM : ${color0}${alignr}${mem}
${membar 5,}
${top_mem name 1} $alignr ${top_mem mem_res 1}
${top_mem name 2} $alignr ${top_mem mem_res 2}
${top_mem name 3} $alignr ${top_mem mem_res 3}
${top_mem name 4} $alignr ${top_mem mem_res 4}
${top_mem name 5} $alignr ${top_mem mem_res 5}