feat(bar): add cpu widget

This commit adds a CPU widget, following the patterns of the Memory
widget.
This commit is contained in:
Csaba
2024-10-08 19:02:55 +02:00
committed by LGUG2Z
parent 3489163793
commit a9e98034b0
3 changed files with 112 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
mod bar;
mod cpu;
mod battery;
mod config;
mod date;