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.
11 lines
328 B
TOML
11 lines
328 B
TOML
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",
|
|
]
|