hyprland is used via IPC but not a linked dep — optional now. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
19 lines
455 B
TOML
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",
|
|
]
|