breadbox/bakery.toml
Breadway c01cb67aa5 fix: add optional_system_deps (hyprland)
hyprland is used via IPC but not a linked dep — optional now.
2026-06-11 13:37:49 +08:00

19 lines
455 B
TOML

name = "breadbox"
description = "App launcher for Hyprland / Wayland"
binaries = ["breadbox", "breadbox-sync"]
system_deps = ["gtk4", "gtk4-layer-shell", "librsvg"]
optional_system_deps = ["hyprland"]
bread_deps = []
[[service]]
unit = "breadbox-sync.service"
enable = true
[config]
dir = "~/.config/breadbox"
example = "config.example.toml"
[install]
post_install = [
"systemctl --user start breadbox-sync.service 2>/dev/null || breadbox-sync",
]