bread-theme: register as a bakery-managed product
Some checks failed
Mirror to GitHub / mirror (push) Successful in 1s
release bread-theme / build (push) Failing after 13s
Build and publish package / package (push) Successful in 1m9s

Was previously an unmanaged binary baked into /etc/skel — never updated by
bakery or pacman, which is why fresh BOS installs (and existing ones) kept
regenerating the shared theme.css with the pre-fix pywal-driven background
even after bos-settings itself shipped the fix.
This commit is contained in:
Breadway 2026-07-16 19:02:02 +08:00
parent 17d1bb8580
commit fa0597f482
3 changed files with 65 additions and 0 deletions

View file

@ -12,6 +12,11 @@ name = "bakery"
repo = "Breadway/bread-ecosystem"
description = "Bread ecosystem package manager"
[[products]]
name = "bread-theme"
repo = "Breadway/bread-ecosystem"
description = "Shared pywal + Catppuccin theming CLI for the bread ecosystem"
[[products]]
name = "bread"
repo = "Breadway/bread"