Mjaakko wrote: Mon Sep 18, 2023 6:42 pm
That I already saw but what's under Root and Home.... syntax for
Total/use: 243 GIB/31,1 GIB. Does it show HDD capacity or the / and /home. Until now, after several Google searches, only Inxi shows total capacity but doesn't work with Conky. Also, not with FvwmConsole.
Since root and /home are on the same partition for me, they are displayed together, otherwise I would have a different entry for /home, similar to the one for /DATA, which is my data partition to /home on the same SSD.
Here is the missing root/home
Code: Select all
${voffset 4}${color}${font Open Sans:Bold:size=12}Root and Home ${color0}${hr 3}
${font Open Sans:size=12}${color}total/use: ${fs_size /} / ${fs_used /} ${goto 230}${color5}${fs_bar 10,100 /}${color}${goto 350}Disk I/O: ${color5}${diskio /dev/nvme0n1p1}${color} ${goto 480}R: ${color5}${diskio_read /dev/nvme0n1p1}${color} ${goto 560}W: ${color5}${diskio_write /dev/nvme0n1p1}${color} ${color}${goto 645}°C : ${color5}${hwmon 1 temp 3}${color}
ps: fs_size always shows the size of a partition not the whole ssd/hdd, which is of little interest to me because most of my ssd only has one partition and it occupies the entire space. Mi Inxi you can still see the space that all the disks have together, how much is occupied and how much is free. i think that's nice, but if you want to know that, you have to add half a dozen numbers in your head, the use of the calculator is legitimate, nowadays not everyone can do mental arithmetic :-)
Somewhere I also have a conky in which I have integrated inxi, but the same full package as with qsi. if you find the right command line, you can do a lot with inxi in conky, but not everything.