modules: add cpu module

This commit is contained in:
Alexandre Acebedo 2021-12-11 18:20:04 +01:00
parent 337ce7681f
commit ae5c7e0fc3
6 changed files with 341 additions and 0 deletions

View file

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