Une partie de la partie de texte de Congy se chevauche de lui-même. Comme vous pouvez le constater dans la 3ème bulle formulaire, les "disques" supérieurs sont cachés sous racine, maison et date.
Je veux que ça ressemble à ceci:
J'ai installé le responsable conky en utilisant ceci méthode . Mais je n'arrive pas à le répare.
Original: [Image de gauche]
# Showing disk partitions: root, home and Data
${voffset 8}
${offset 103}${font Ubuntu:size=10,weight:bold}${color5}HDD[s]
###${offset 120}${diskiograph 33,183 666666 666666}${voffset 12}
${voffset 12}
${offset 105}${font Ubuntu:size=9,weight:bold}${color1}Swap: ${font Ubuntu:size=9,weight:normal}${fs_free /dev/sda3}${alignr}${font Ubuntu:size=9,weight:bold}Used: ${font Ubuntu:size=9,weight:normal}${fs_used /dev/sda3}
${offset 105}${font Ubuntu:size=9,weight:bold}${color1}Home: ${font Ubuntu:size=9,weight:normal}${fs_free /}${alignr}${font Ubuntu:size=9,weight:bold}Used: ${font Ubuntu:size=9,weight:normal}${fs_used /}
${offset 105}${font Ubuntu:size=9,weight:bold}${color1}Data: ${font Ubuntu:size=9,weight:normal}${fs_free /}${alignr}${font Ubuntu:size=9,weight:bold}Used: ${font Ubuntu:size=9,weight:normal}${fs_used /}
# Network data (my desktop have only LAN). ETHERNET ring is mostly useless but looks pretty, main info is in the graphs
${voffset 54}
${offset 103}${font Ubuntu:size=10,weight:bold}${color5}ARPANET
Correction: [Image droite]
# Showing disk partitions: root, home and Data
${voffset 48}
${offset 103}${font Ubuntu:size=10,weight:bold}${color5}HDD[s]
###${offset 120}${diskiograph 33,183 666666 666666}${voffset 12}
${voffset -5}
${offset 105}${font Ubuntu:size=9,weight:bold}${color1}Swap: ${font Ubuntu:size=9,weight:normal}${fs_free /dev/sda3}${alignr}${font Ubuntu:size=9,weight:bold}Used: ${font Ubuntu:size=9,weight:normal}${fs_used /dev/sda3}
${offset 105}${font Ubuntu:size=9,weight:bold}${color1}Home: ${font Ubuntu:size=9,weight:normal}${fs_free /}${alignr}${font Ubuntu:size=9,weight:bold}Used: ${font Ubuntu:size=9,weight:normal}${fs_used /}
${offset 105}${font Ubuntu:size=9,weight:bold}${color1}Data: ${font Ubuntu:size=9,weight:normal}${fs_free /}${alignr}${font Ubuntu:size=9,weight:bold}Used: ${font Ubuntu:size=9,weight:normal}${fs_used /}
# Network data (my desktop have only LAN). ETHERNET ring is mostly useless but looks pretty, main info is in the graphs
${voffset 36}
$ {offset 103}${font Ubuntu:size=10,weight:bold}${color5}ARPANET
.conkyrc
fichier de configuration, qui est situé dans ~/
. Ce que vous pouvez voir, lorsque vous comparez soigneusement le tir à l'écran, le code indiqué ci-dessous des deux exemples est que je n'ai changé que le ${voffset}
Paramètres, à partir de:
# Showing disk partitions: root, home and Data
Dans votre cas, c'est le même point de référence, de commencer! Chaque entrée du code, ci-dessous de mon #HDD [S] -Setage doit être réajustée, toujours en utilisant le ${voffset xx}
Paramètre, comme dans l'exemple.