breadbar/bakery.toml
Breadway 9d2a4c9b54 fix: add missing libpulse dep, add optional_system_deps
libpulse (pactl) was missing — breadbar shells pactl 3x for volume.
Optional: hyprland (workspace display, not a linked dep).
2026-06-11 13:37:40 +08:00

12 lines
293 B
TOML

name = "breadbar"
description = "Minimal status bar and notification daemon for Hyprland"
binaries = ["breadbar"]
system_deps = ["gtk4", "gtk4-layer-shell", "iw", "libpulse"]
optional_system_deps = ["hyprland"]
bread_deps = []
[config]
dir = "~/.config/breadbar"
[install]
post_install = []