feat(bar): initial commit

This commit is contained in:
LGUG2Z
2024-07-25 17:30:01 -07:00
parent c06d9afa3b
commit e5fa03c33c
9 changed files with 464 additions and 0 deletions

19
Cargo.lock generated
View File

@@ -243,6 +243,12 @@ dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "anyhow"
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
[[package]]
name = "arboard"
version = "3.4.0"
@@ -2357,6 +2363,19 @@ dependencies = [
"winreg",
]
[[package]]
name = "komorebi-bar"
version = "0.1.0"
dependencies = [
"anyhow",
"chrono",
"crossbeam-channel",
"eframe",
"komorebi-client",
"serde_json",
"sysinfo",
]
[[package]]
name = "komorebi-client"
version = "0.1.29"