Initial implementation of breadpaper
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.
This commit is contained in:
commit
a8b38597ff
14 changed files with 548 additions and 0 deletions
9
bakery.toml
Normal file
9
bakery.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
name = "breadpaper"
|
||||
description = "Wallpaper manager for the bread desktop — sets awww wallpaper, generates pywal palette, reloads bread themes"
|
||||
binaries = ["breadpaper"]
|
||||
system_deps = ["python-pywal"]
|
||||
optional_system_deps = ["awww"]
|
||||
bread_deps = ["bread"]
|
||||
|
||||
[install]
|
||||
post_install = []
|
||||
Loading…
Add table
Add a link
Reference in a new issue