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 @@
* i3/sway: new boolean tag: `empty`
(https://codeberg.org/dnkl/yambar/issues/139).
* mem: a module handling system memory monitoring
* cpu: a module offering cpu usage monitoring
### Changed