Simple précision les Disques /media/sauve et /media/multimedia sont a adapter et pointent chez moi sur des disques distants montés au boot
La simple suppression des lignes 87 à 89 inclues supprimera toute info sur ces disques ainsi que la ligne verte plus nécessaire.
a titre d'info la mise a jour des infos n'est réalisée que toutes les 5 secondes pour éviter de surcharger les procs
Ce Conky affiche Date, Heure
La version de LM / la version d'ubuntu sur laquelle LM est basee
L'adresse ip Externe
Le nom dur PC
Le kernel
La taille memoire utilisée et Totale
Le swap Utilisé et total
et naturellement des informations Place libre et place utilisée sur
les HD Locaux
et
des Disques distants montés sous Fstab
Amusez vous bien
Code : Tout sélectionner
#==============================================================================
# conkyrc_perso
# Date : 12/02/2021
# Author : Stratos
# Version : v0.5
# License : Distributed under the terms of GNU GPL version 2 or later
#
# Cette version est une modification de la version de conkyrc_lunatico wich is modification of conkyrc_orange
#
# conkyrc_orange: http://gnome-look.org/content/show.php?content=137503&forumpage=0
# conkyrc_lunatico: http://gnome-look.org/content/show.php?content=142884
#==============================================================================
background yes
update_interval 5
temperature_unit celsius
double_buffer yes
no_buffers yes
text_buffer_size 2048
gap_x 40
gap_y 70
minimum_size 300 500
maximum_width 350
own_window yes
own_window_type normal
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
own_window_colour 000000
own_window_argb_visual no
own_window_argb_value 0
border_inner_margin 0
border_outer_margin 0
alignment top_right
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
override_utf8_locale yes
use_xft yes
xftfont caviar dreams:size=10
xftalpha 0.5
uppercase no
# Defining colors
default_color FFFFFF
# Shades of Gray
color1 DDDDDD
color2 AAAAAA
color3 888888
# Orange
color4 EF5A29
# Green
color5 77B753
# Header with base system info
own_window_argb_value 0
own_window_colour 000000
TEXT
${font GE Inspira:pixelsize=34} ${time %d} ${time %B} ${time %Y}
${font GE Inspira:pixelsize=64}${time %H:%M}${font}
${font GE Inspira:pixelsize=22}${color4}SYSTEM ${hr 2}${color5}
${texeci 900 lsb_release -a| grep "Description:" | cut -d: -f2} ${texeci 900 cat /etc/os-release | grep "VERSION_CODENAME="| cut -d= -f3} / Ubuntu ${texeci 900 cat /etc/os-release | grep "UBUNTU_CODENAME=" | cut -d= -f2}
${font Ubuntu:size=10,weight:bold}${color4}${font GE Inspira:pixelsize=22} ${texeci 900 curl ifconfig.me}
${hr 2}
${offset 15}${font GE Inspira:pixelsize=22}${color1} $nodename
${color4}${hr 2}
${offset 15}${font Ubuntu:size=10,weight:normal}${color1}$sysname $kernel
${offset 15}${font Ubuntu:size=10,weight:normal}${color1}Mémoire : $mem / $memmax
${offset 15}${font Ubuntu:size=10,weight:normal}${color1}Swap : $swap / $swapmax
# Showing disk partitions: root, home and others
${offset 30}
${font Ubuntu:size=10,weight:bold}${color4}DISQUES ${hr 2}
${color5} Montage Libre Utilisé
${hr 1}
${offset 15}${font Ubuntu:size=9,weight:bold}${color1}/ ${font Ubuntu:size=9,weight:normal}${fs_free /}${alignr}${font Ubuntu:size=9,weight:bold}${font Ubuntu:size=9,weight:normal}${fs_used /}
${offset 15}${font Ubuntu:size=9,weight:bold}${color1}/home ${font Ubuntu:size=9,weight:normal}${fs_free /home}${alignr}${font Ubuntu:size=9,weight:bold}${font Ubuntu:size=9,weight:normal}${fs_used /home}
${color5}${hr 1}
${offset 15}${font Ubuntu:size=9,weight:bold}${color1}/sauve ${font Ubuntu:size=9,weight:normal}${fs_free /media/sauve}${alignr}${font Ubuntu:size=9,weight:bold}${font Ubuntu:size=9,weight:normal}${fs_used /media/sauve}
${offset 15}${font Ubuntu:size=9,weight:bold}${color1}/medias ${font Ubuntu:size=9,weight:normal}${fs_free /media/multimedia}${alignr}${font Ubuntu:size=9,weight:bold}${font Ubuntu:size=9,weight:normal}${fs_used /media/multimedia}
${font Ubuntu:size=10,weight:bold}${color4}${hr 2}
${font GE Inspira:pixelsize=10}${color5}Mise a jour 5 secondes