refactor + broken battery

This commit is contained in:
Jiří Maxmilián Stříbrný 2026-03-20 20:29:34 +01:00
parent 58166358ba
commit 93857e2f18
15 changed files with 598 additions and 2440 deletions

3
src/widgets/mod.rs Normal file
View file

@ -0,0 +1,3 @@
pub mod battery;
pub mod clock;
pub mod spacer;