feat(bar): add app icon next to focused window title

This commit is contained in:
LGUG2Z
2024-09-07 15:00:29 -07:00
parent 025162769b
commit a1688691cf
4 changed files with 663 additions and 27 deletions
+5 -3
View File
@@ -10,11 +10,13 @@ komorebi-client = { path = "../komorebi-client" }
anyhow = "1"
chrono = "0.4"
crossbeam-channel = "0.5"
eframe = "0.28"
font-loader = "0.11"
image = "0.25"
netdev = "0.30"
serde_json = "1"
starship-battery = "0.9"
starship-battery = "0.10"
sysinfo = "0.31"
crossbeam-channel = "0.5"
windows = { workspace = true }
font-loader = "0.11"
windows-icons = "0.1"