GTK4 control panel for BOS (Bread Operating System)
bos-settings has had a bakery.toml, a PKGBUILD, and package.yml (pacman channel) for a while, but never got the release.yml needed to actually publish to dl.breadway.dev / GitHub releases for the bakery channel — despite bos/DESIGN.md documenting the intent to make it bakery-installable standalone. Modeled on breadmon/release.yml (same shape: single binary, no systemd service). Paired with a new registry entry in bread-ecosystem-fix-worktree. Note for whoever runs this for real: bos-settings' Cargo.toml currently has bread-utils pinned via a path dependency (../bread-ecosystem-fix-worktree/bread-utils) rather than the tag-pinned git dependency bread-theme uses — there's already a TODO on that line. This release.yml (and the existing package.yml) will fail to build in a clean CI checkout until that's resolved; pre-existing issue, not something this pass touched. |
||
|---|---|---|
| .forgejo/workflows | ||
| packaging | ||
| src | ||
| .gitignore | ||
| bakery.toml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
bos-settings
System settings app for BOS (Bread Operating System) — GTK4, configures every bread* app's config plus core system settings (network, sound, power, users, firewall, snapshots, packages, AUR, firmware, Hyprland display/appearance/autostart) non-destructively.
Split out of the bos repo into its own repo so a bos-settings release doesn't require a BOS ISO release, and vice versa. Still the only pacman-packaged (not bakery-managed) bread app — see packaging/README.md.
Building
cargo build --release
Packaging / releasing
See packaging/README.md. In short: bump Cargo.toml's version, tag vX.Y.Z, push the tag to both remotes — .forgejo/workflows/package.yml builds and publishes to the [breadway] pacman repo automatically.