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>
10 lines
214 B
TOML
10 lines
214 B
TOML
[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"
|