Here is an excerpt of my conky screen:
Why do the Used + Free NOT= Total? I understand rounding errors, but 6GB off? Here is the script excerpt for this section:
Unfortunately, I'm constrained by the conky variables available, but there has to be a way to get better resolution than 6GB of error on a 120GB SSD. Any ideas?
Why do the Used + Free NOT= Total? I understand rounding errors, but 6GB off? Here is the script excerpt for this section:
Code:
######### DISK USAGE ############ ${color CC9900}${font Arial:style=Bold}DISK USAGE${hr 2}$color$font ${color2} ${alignr} Used Free Total ${color2}Root: ${color}${alignr} ${fs_used_perc /}% ${fs_used /} / ${fs_free /} / ${fs_size /} ${fs_bar 12 /} ${color2}Data: ${color}${alignr}${fs_used_perc /media/Data}% ${fs_used /media/Data} / ${fs_free /media/Data} / ${fs_size /media/Data} ${fs_bar 12 /media/Data} ${if_mounted /media/NAS} ${color2}NAS: ${color}${alignr} ${fs_used_perc /media/NAS}% ${fs_used /media/NAS} / ${fs_free /media/NAS} / ${fs_size /media/NAS} ${fs_bar 12 /media/NAS} ${endif}
Comment