forked from external/yambar
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:
parent
cb47c53de4
commit
a0c07d7836
6 changed files with 445 additions and 0 deletions
|
@ -18,6 +18,7 @@ mod_data = {
|
|||
'battery': [[], [udev]],
|
||||
'clock': [[], []],
|
||||
'cpu': [[], []],
|
||||
'disk-io': [[], [dynlist]],
|
||||
'mem': [[], []],
|
||||
'i3': [['i3-common.c', 'i3-common.h'], [dynlist, json]],
|
||||
'label': [[], []],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue