diff --git a/README.md b/README.md index 7ef28da..72bdbbd 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ sudo pacman -S gtk4 wayland libxkbcommon pam rust cargo ## Packaging -`packaging/arch/PKGBUILD` builds and installs both binaries plus `/etc/pam.d/breadlock`. `bakery.toml` is the bread-ecosystem package index entry. +`packaging/arch/PKGBUILD` builds and installs both binaries plus `/etc/pam.d/breadlock`, published to the `[breadway]` pacman repo by `.forgejo/workflows/package.yml`. breadlock is pacman-only — it is not in bread-ecosystem's registry and has no `bakery.toml`; a PAM/greeter component gets installed through the package manager, not the bakery curl-script channel. **Not included, by design**: this repo does not touch `/etc/greetd/config.toml`, install a lock keybind, or wire up `hypridle`. Once packaged, wiring BOS to actually use these binaries means: diff --git a/bakery.toml b/bakery.toml deleted file mode 100644 index 4674b71..0000000 --- a/bakery.toml +++ /dev/null @@ -1,15 +0,0 @@ -name = "breadlock" -description = "Session locker and greetd greeter for Hyprland / Wayland" -binaries = ["breadlock", "breadgreet"] -system_deps = ["pam", "wayland", "libxkbcommon", "gtk4"] -optional_system_deps = ["cage", "hyprland"] -bread_deps = [] - -[config] -dir = "~/.config/breadlock" -example = "breadlock.example.toml" - -[install] -post_install = [ - "echo 'breadlock installed. /etc/pam.d/breadlock is installed by the package; wiring greetd (cage -s -- breadgreet) and a lock keybind/hypridle is a separate manual step.'", -]