mirror of
https://github.com/ClementTsang/bottom.git
synced 2025-07-22 21:24:49 +02:00
add files
This commit is contained in:
parent
0f878c4ae2
commit
164ba0780c
1
src/widgets/disk_graph.rs
Normal file
1
src/widgets/disk_graph.rs
Normal file
@ -0,0 +1 @@
|
||||
//! Code for a disk graph widget.
|
@ -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::*;
|
||||
|
1
src/widgets/temp_graph.rs
Normal file
1
src/widgets/temp_graph.rs
Normal file
@ -0,0 +1 @@
|
||||
//! Code for a temperature graph widget.
|
Loading…
x
Reference in New Issue
Block a user