bread-theme: register as a bakery-managed product
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:
parent
17d1bb8580
commit
fa0597f482
3 changed files with 65 additions and 0 deletions
11
bread-theme/bakery.toml
Normal file
11
bread-theme/bakery.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
name = "bread-theme"
|
||||
description = "Shared pywal + Catppuccin theming CLI for the bread ecosystem — generates the shared GTK4 stylesheet every bread app loads"
|
||||
binaries = ["bread-theme"]
|
||||
system_deps = []
|
||||
optional_system_deps = ["python-pywal"]
|
||||
bread_deps = []
|
||||
|
||||
[install]
|
||||
post_install = [
|
||||
"bread-theme generate || true",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue