Bonsoir,
voilà, j'ai finalisé mon conky que je trouve assez complet.
Je le mets à disposition pour qui veut :
alignment top_right
background no
border_width 1
cpu_avg_samples 2
net_avg_samples 2
default_color white
default_outline_color white
default_shade_color white
draw_borders yes
draw_graph_borders yes
draw_outline no
draw_shades no
use_xft yes
xftfont DejaVu Sans Mono:size=10
gap_x 10
gap_y 10
no_buffers yes
double_buffer 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_argb_visual yes
own_window_hints undecorated,sticky,skip_taskbar,skip_pager,below
stippled_borders 0
update_interval 1.0
uppercase no
use_spacer left
pad_percents 3
show_graph_scale no
show_graph_range no
TEXT
${image /home/nicolas/Images/Icones/Fedora-Logo.png -p 20,17 -s 70x70}
${color white} ${exec hostname}
${color green} ${execi 86400 lsb_release -si} : ${execi 86400 lsb_release -sr} ${execi 86400}
${color green} ${exec gnome-shell --version}
${color white} $sysname $kernel $machine
${color white} Conky: $conky_version
${color grey}$hr
${color cyan} ${alignc}${rss http://www.evene.fr/rss/citation_jour.xml 1 item_title 0}
${color grey}$hr
${color grey}${alignc}Poste en fonction depuis:$color $uptime
${color grey}$hr
${color white}-CPU/IGP ${color grey}${execi 1000 cat /proc/cpuinfo | grep 'model name' | sed -e 's/model name.*: //'| uniq | cut -c 1-26}
${color grey} Température/Fréquence:$color ${acpitemp}°C /$color ${freq}MHz ${color grey}
${image /home/nicolas/Images/Icones/Intel_i5_logo.png -p 370,170 -s 50x38}
${color grey} Usage:$color $cpu% ${cpugraph 25, 00ff00 ffff00}
${color grey} Coeurs 1-2-3-4:$color ${cpu cpu1}% - ${cpu cpu2}% - ${cpu cpu3}% - ${cpu cpu4}%
${color grey}$hr
${color white}-RAM ${color grey} Utilisée/Total:$color $mem ${color grey}/$color $memmax
${color grey} Usage:$color $memperc% ${membar 8}
${color grey} Swap:$color $swap ${color grey}/$color $swapmax $color $swapperc% ${swapbar 6}
${color grey}$hr
${color white}-DISQUES DURS
${color white}-SSD ${color grey}/System:$color ${fs_used} ${color grey}/$color ${fs_size} ${fs_type}
${color grey} Usage:$color ${fs_used_perc}% ${fs_bar 8}
${color white}-HDD ${color grey}/Home:$color ${fs_used /home} ${color grey}/$color ${fs_size /home} ${fs_type /home}
${color grey} Usage:$color ${fs_used_perc /home}% ${fs_bar 8 /home}
${color white}-HDD ${color grey}/Jeux:$color ${fs_used /media/jeux} ${color grey}/$color ${fs_size /media/jeux} ${fs_type /media/jeux}
${color grey} Usage:$color ${fs_used_perc /media/jeux}% ${fs_bar 8 /media/jeux}
${color grey}$hr
${color white}-INTERNET ${color yellow}Upload ${color grey}-Vitesse- ${color orange}Download
$color ${offset 70}${voffset 0}${upspeed enp5s0} ${offset 140}${voffset 0}${downspeed enp5s0}
${color white} ${upspeedgraph enp5s0 25,200 00ff00 ffff00} ${downspeedgraph enp5s0 25,200 00ff00 ff6000}
${color grey} Total Up/Down:$color ${totalup enp5s0} ${color grey}/$color ${totaldown enp5s0}
${color grey} Interface:$color $gw_iface ${color grey} IP:$color ${addr enp5s0}
${color grey}$hr
${color white}-PROCESSUS
${color white}Nom PID CPU% MEM%
${color lightgrey} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
${color lightgrey} ${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5}
${color grey}Nombre de processus, en cours:$color $processes ${color grey}, lancés:$color $running_processes
${color grey}$hr
${image /home/nicolas/Images/Icones/Nvidia.png -p 6,725 -s 70x70}
${color lightgrey} Modèle de carte graphique : ${pre_exec nvidia-settings -q gpus |grep '0] (' | cut -d '(' -f 2,2 | sed -e 's/.\{1\}$//'}
${color lightgrey} Driver : ${execi 300 nvidia-settings -q NvidiaDriverVersion | grep -m 1 Attribute | awk '{print $4}'}
${color lightgrey} Temperature : ${execi 2 nvidia-settings -q gpucoretemp | grep -m 1 Attribute | awk '{print $4}' | sed -e 's/\.//'}°C
${color lightgrey} Fréquence GPU : ${execi 2 nvidia-settings -q GPUCurrentClockFreqs | grep -m 1 Attribute | awk '{print $4}' | sed -e 's/\.//' | cut -d, -f1} MHz
${color lightgrey} Fréquence de la mémoire : ${execi 2 nvidia-settings -q GPUCurrentClockFreqs | grep -m 1 Attribute | awk '{print $4}' | sed -e 's/\.//' | cut -d, -f2} MHz
Bonne continuation à tous.