breadpaper/bakery.toml
Breadway 70c2dd3c6a
All checks were successful
check / check (push) Successful in 8s
bakery.toml: bread-theme + awww/pywal, not bread
The setter shells out to awww, wal, and bread-theme reload. It never
talks to breadd. bakery.toml listed bread as a dep and treated awww as
optional.

Add a short README: this is a setter, not a library or slideshow
daemon. Wallpaper library UI lives in bos-settings.
2026-08-15 21:34:55 +08:00

10 lines
321 B
TOML

name = "breadpaper"
description = "Wallpaper manager for the bread desktop — sets awww wallpaper, generates pywal palette, reloads bread themes"
binaries = ["breadpaper"]
system_deps = ["awww", "python-pywal"]
optional_system_deps = []
bread_deps = ["bread-theme"]
license_file = "LICENSE"
[install]
post_install = []