bread-theme moves to git.breadway.dev v0.7.1. bread-utils and bread-screenshots pin ecosystem origin/main (v0.7.1 has no BreadClient::request and predates the screenshots crate). bread-shared pins bread v0.8.0-rc.1 — latest existing tag with widget wire types (v0.7.0 has none; v0.8.0 was never cut). bakery.toml sets bread_deps = ["bread"] so the daemon is installed alongside the bar. CLAUDE.md records the single-trunk workflow and the bar / notifications / OSD / widgets split.
13 lines
363 B
TOML
13 lines
363 B
TOML
name = "breadbar"
|
|
description = "Minimal status bar and notification daemon for Hyprland"
|
|
binaries = ["breadbar"]
|
|
system_deps = ["gtk4", "gtk4-layer-shell", "wireplumber", "pipewire-pulse", "brightnessctl", "iw"]
|
|
optional_system_deps = ["hyprland"]
|
|
bread_deps = ["bread"]
|
|
license_file = "LICENSE"
|
|
|
|
[config]
|
|
dir = "~/.config/breadbar"
|
|
|
|
[install]
|
|
post_install = []
|