feat(bar): add battery and network widgets

This commit is contained in:
LGUG2Z
2024-08-27 20:00:40 -07:00
parent 92bb9f680b
commit 8e74e97706
5 changed files with 471 additions and 14 deletions
+3 -1
View File
@@ -11,7 +11,9 @@ komorebi-client = { path = "../komorebi-client" }
anyhow = "1"
chrono = "0.4"
eframe = "0.28"
netdev = "0.30"
serde_json = "1"
sysinfo = "0.30"
starship-battery = "0.9"
sysinfo = "0.31"
crossbeam-channel = "0.5"
windows = { workspace = true }