init tui and more battery stats

This commit is contained in:
2026-03-17 08:17:14 +00:00
parent 57be264701
commit 1f6822d497
3 changed files with 16 additions and 1 deletions

3
src/tui/main.rs Normal file
View File

@@ -0,0 +1,3 @@
fn main() -> Result<(), ()> {
Ok(())
}