add files

This commit is contained in:
ClementTsang 2025-05-31 22:55:50 -04:00
parent 0f878c4ae2
commit 164ba0780c
No known key found for this signature in database
GPG Key ID: DC3B7867D8D97095
3 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
//! Code for a disk graph widget.

View File

@ -1,9 +1,11 @@
pub mod battery_info;
pub mod cpu_graph;
pub mod disk_graph;
pub mod disk_table;
pub mod mem_graph;
pub mod network_graph;
pub mod process_table;
pub mod temp_graph;
pub mod temperature_table;
pub use battery_info::*;

View File

@ -0,0 +1 @@
//! Code for a temperature graph widget.