From 250d6dd5d3e9a0cf913a886a1f4901059a96f0ef Mon Sep 17 00:00:00 2001 From: Breadway Date: Thu, 11 Jun 2026 13:37:40 +0800 Subject: [PATCH] fix: add missing libpulse dep, add optional_system_deps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit libpulse (pactl) was missing — breadbar shells pactl 3x for volume. Optional: hyprland (workspace display, not a linked dep). Co-Authored-By: Claude Sonnet 4.6 --- bakery.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bakery.toml b/bakery.toml index a334ea4..03f03fe 100644 --- a/bakery.toml +++ b/bakery.toml @@ -1,7 +1,8 @@ name = "breadbar" description = "Minimal status bar and notification daemon for Hyprland" binaries = ["breadbar"] -system_deps = ["gtk4", "gtk4-layer-shell", "iw"] +system_deps = ["gtk4", "gtk4-layer-shell", "iw", "libpulse"] +optional_system_deps = ["hyprland"] bread_deps = [] [config]