Initial commit

This commit is contained in:
Breadway 2026-07-02 20:59:18 +08:00
commit 2778f14574
29 changed files with 7110 additions and 0 deletions

18
bakery.toml Normal file
View file

@ -0,0 +1,18 @@
name = "breadsearch"
description = "Semantic system-wide search for BOS"
binaries = ["breadsearch", "breadmill"]
system_deps = ["gtk4", "gtk4-layer-shell", "librsvg"]
bread_deps = []
[[service]]
unit = "breadmill.service"
enable = true
[config]
dir = "~/.config/breadsearch"
example = "config.example.toml"
[install]
post_install = [
"systemctl --user start breadmill.service 2>/dev/null || breadmill &",
]