feat(bar): add komorebi widget (+config) and themes

This commit is contained in:
LGUG2Z
2024-09-08 11:41:29 -07:00
parent a1688691cf
commit 9f78739c3f
12 changed files with 330 additions and 151 deletions
Generated
+10
View File
@@ -816,6 +816,15 @@ dependencies = [
"wayland-client",
]
[[package]]
name = "catppuccin-egui"
version = "5.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b812fd8e72d65e1afefd7c96ca4c919fe4dc34d470aed2cf459acbcb1cd8f64e"
dependencies = [
"egui",
]
[[package]]
name = "cc"
version = "1.1.5"
@@ -2644,6 +2653,7 @@ name = "komorebi-bar"
version = "0.1.0"
dependencies = [
"anyhow",
"catppuccin-egui",
"chrono",
"crossbeam-channel",
"eframe",