Initial implementation of breadpaper
Some checks failed
Mirror to GitHub / mirror (push) Failing after 3s
Build and publish package / package (push) Failing after 18s

CLI tool that sets a wallpaper with awww, generates a pywal colour
palette, and reloads bread-theme to recolour all running bread GTK apps.
Includes CI workflows, bakery metadata, and Arch PKGBUILD.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Breadway 2026-06-17 14:05:48 +08:00
commit 9e0e494839
14 changed files with 548 additions and 0 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "breadpaper"
version = "0.1.0"
edition = "2024"
description = "Wallpaper manager for the bread desktop"
license = "MIT"
[dependencies]
clap = { version = "4", features = ["derive"] }
anyhow = "1"