modules: creates disk-io-module

This creates the disk-io-module, which displays io information read from
`/proc/diskstats`. Details on `diskstats` can be found on:
https://www.kernel.org/doc/Documentation/ABI/testing/procfs-diskstats
This commit is contained in:
Leonardo Gibrowski Faé 2022-04-27 21:55:34 -03:00
parent cb47c53de4
commit a0c07d7836
No known key found for this signature in database
GPG key ID: 9F85F3D45A51B992
6 changed files with 445 additions and 0 deletions

View file

@ -18,6 +18,7 @@ mod_data = {
'battery': [[], [udev]],
'clock': [[], []],
'cpu': [[], []],
'disk-io': [[], [dynlist]],
'mem': [[], []],
'i3': [['i3-common.c', 'i3-common.h'], [dynlist, json]],
'label': [[], []],