Wallpaper manager for the bread desktop
Find a file
Breadway 01c7e5b73f
All checks were successful
beta (rc) release / build (push) Has been skipped
release / build (push) Successful in 37s
dev release / build (push) Successful in 47s
Bump version to v0.1.12
2026-08-15 23:05:47 +08:00
.forgejo/workflows ci: build inside bread-ecosystem's shared Arch container 2026-08-05 19:14:49 +08:00
.github/workflows fix: move release workflow to Forgejo, add LICENSE 2026-06-17 14:45:56 +08:00
ci ci: build inside bread-ecosystem's shared Arch container 2026-08-05 19:14:49 +08:00
src Honor bread.command.paper.set via breadpaper listen 2026-08-15 22:47:12 +08:00
.gitignore Track AGENTS.md 2026-08-15 22:03:30 +08:00
AGENTS.md Track AGENTS.md 2026-08-15 22:03:30 +08:00
bakery.toml bakery.toml: bread-theme + awww/pywal, not bread 2026-08-15 21:34:55 +08:00
Cargo.lock Bump version to v0.1.12 2026-08-15 23:05:47 +08:00
Cargo.toml Bump version to v0.1.12 2026-08-15 23:05:47 +08:00
CONTRIBUTING.md CONTRIBUTING.md: document single-trunk + RC-tag release model 2026-07-31 11:08:41 +08:00
EVENTS.md Honor bread.command.paper.set via breadpaper listen 2026-08-15 22:47:12 +08:00
LICENSE fix: move release workflow to Forgejo, add LICENSE 2026-06-17 14:45:56 +08:00
README.md Honor bread.command.paper.set via breadpaper listen 2026-08-15 22:47:12 +08:00

breadpaper

Wallpaper setter for the bread desktop. One command sets the wallpaper via awww, generates a palette with pywal (wal), and runs bread-theme reload.

It is not a wallpaper library, a slideshow daemon, or a GUI. Browsing ~/Pictures/Backgrounds and picking an image lives in bos-settings.

Dependencies

Must be on $PATH for set:

  • awww — Wayland wallpaper (awww img)
  • wal — palette generation (python-pywal)
  • bread-theme — theme reload (bakery package, not breadd)

get only reads the path pywal stored at ~/.cache/wal/wal.

Install

bakery install breadpaper

From source:

cargo build --release
install -Dm755 target/release/breadpaper ~/.local/bin/breadpaper

Usage

breadpaper <path>          # shorthand for `set`
breadpaper set <path>      # awww + wal + bread-theme reload
breadpaper get             # print the current wallpaper path
breadpaper listen          # honor bread.command.paper.set (fail-silent if breadd is down)

Supported formats: png, jpg, jpeg, webp, gif, bmp.

Bread events

After a successful set, breadpaper emits bread.paper.changed if breadd is running (silent no-op if it isn't). breadpaper listen is the optional long-running subscriber for bread.command.paper.set; it does not start by itself. Lua modules can still bread.exec("breadpaper set …"). See EVENTS.md.

License

MIT — see LICENSE.