Fix identity URLs (Forgejo canonical remote, correct maintainer email)

This commit is contained in:
Breadway 2026-07-19 03:09:09 +08:00
parent 9df32b1917
commit 39238c25ad
5 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@ Two binaries, one workspace:
- **`breadlock`** — locks the *already running* Hyprland session via `ext-session-lock-v1`. Drop-in for `hyprlock`. - **`breadlock`** — locks the *already running* Hyprland session via `ext-session-lock-v1`. Drop-in for `hyprlock`.
- **`breadgreet`** — a graphical greeter that speaks `greetd`'s own IPC protocol (the same architecture as `gtkgreet`/`regreet`). `greetd` keeps owning PAM auth, VT switching, and session launching; `breadgreet` only draws the login UI and relays the conversation. This is a deliberate choice over reimplementing a display manager from scratch — `greetd` is already installed and battle-tested. - **`breadgreet`** — a graphical greeter that speaks `greetd`'s own IPC protocol (the same architecture as `gtkgreet`/`regreet`). `greetd` keeps owning PAM auth, VT switching, and session launching; `breadgreet` only draws the login UI and relays the conversation. This is a deliberate choice over reimplementing a display manager from scratch — `greetd` is already installed and battle-tested.
Both use [`bread-theme`](https://github.com/Breadway/bread-ecosystem) for palette loading, matching the rest of the bread* ecosystem (breadbar, breadbox, bos-settings). Both use [`bread-theme`](https://git.breadway.dev/Breadway/bread-ecosystem) for palette loading, matching the rest of the bread* ecosystem (breadbar, breadbox, bos-settings).
## Architecture ## Architecture

View file

@ -3,7 +3,7 @@ name = "breadgreet"
version = "0.1.1" version = "0.1.1"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
authors = ["Breadway <rileyhorsham@gmail.com>"] authors = ["Breadway <plasticbread849@gmail.com>"]
description = "Graphical greetd greeter for Hyprland / Wayland" description = "Graphical greetd greeter for Hyprland / Wayland"
[[bin]] [[bin]]

View file

@ -3,7 +3,7 @@ name = "breadlock-ui"
version = "0.1.1" version = "0.1.1"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
authors = ["Breadway <rileyhorsham@gmail.com>"] authors = ["Breadway <plasticbread849@gmail.com>"]
[dependencies] [dependencies]
bread-theme.workspace = true bread-theme.workspace = true

View file

@ -3,7 +3,7 @@ name = "breadlock"
version = "0.1.1" version = "0.1.1"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
authors = ["Breadway <rileyhorsham@gmail.com>"] authors = ["Breadway <plasticbread849@gmail.com>"]
description = "Session locker for Hyprland / Wayland (ext-session-lock-v1)" description = "Session locker for Hyprland / Wayland (ext-session-lock-v1)"
[[bin]] [[bin]]

View file

@ -1,11 +1,11 @@
# Maintainer: Breadway <rileyhorsham@gmail.com> # Maintainer: Breadway <plasticbread849@gmail.com>
pkgname=breadlock pkgname=breadlock
pkgver=0.1.0 pkgver=0.1.0
pkgrel=1 pkgrel=1
pkgdesc="Session locker and greetd greeter for Hyprland / Wayland" pkgdesc="Session locker and greetd greeter for Hyprland / Wayland"
arch=('x86_64') arch=('x86_64')
url="https://github.com/Breadway/breadlock" url="https://git.breadway.dev/Breadway/breadlock"
license=('MIT') license=('MIT')
# Some Rust deps build vendored C/asm into static archives; makepkg's default # Some Rust deps build vendored C/asm into static archives; makepkg's default
# -flto=auto emits GCC LTO bitcode the Rust (lld) link cannot read, causing # -flto=auto emits GCC LTO bitcode the Rust (lld) link cannot read, causing