From 39aa8ccf2a3bcf4f30dab6664c3fa899fff11e19 Mon Sep 17 00:00:00 2001 From: Breadway Date: Sun, 7 Jun 2026 09:28:39 +0800 Subject: [PATCH] docs: fix product descriptions and system deps in README - breadbox: was 'cloud sync daemon + file browser'; it's actually a GTK4 fuzzy app launcher; breadbox-sync resolves icons, not cloud data - breadcrumbs: was 'network information CLI'; it's a profile-aware Wi-Fi state machine with Tailscale integration and a watch daemon - breadpad: was 'scratchpad / quick-note app'; call out AI classification, reminders, recurrence, and the breadman viewer - system deps: add gtk4-layer-shell for breadbox and breadpad (both use layer-shell windows); drop spurious 'dbus' from breadbox --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e44a46a..93ae0a8 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ bakery install breadbar | Package | Description | |---------|-------------| -| `bread` | Reactive automation daemon (`breadd`) + CLI | -| `breadbar` | Status bar and notification daemon | -| `breadbox` | Cloud sync daemon (`breadbox-sync`) + file browser | -| `breadcrumbs` | Network information CLI | -| `breadpad` | Scratchpad / quick-note app | +| `bread` | Reactive automation daemon (`breadd`) + CLI — Lua scripting over Hyprland, udev, power, network, and Bluetooth events | +| `breadbar` | GTK4 status bar (workspaces, clock, CPU/RAM/battery/WiFi/Bluetooth) and D-Bus notification daemon for Hyprland | +| `breadbox` | GTK4 fuzzy app launcher for Hyprland with context-aware sorting; ships an icon-sync daemon (`breadbox-sync`) | +| `breadcrumbs` | Profile-aware Wi-Fi state machine with Tailscale exit-node management and a self-healing watch daemon | +| `breadpad` | Quick-capture scratchpad popup with AI-powered note classification, reminders, recurrence, and a full note viewer (`breadman`) | ## Installing bakery @@ -53,9 +53,9 @@ bakery remove # remove a package (data files are never deleted) |---------|--------------| | `bread` | `libudev` `dbus` | | `breadbar` | `gtk4` `gtk4-layer-shell` `dbus` `iw` | -| `breadbox` | `gtk4` `librsvg` `dbus` | +| `breadbox` | `gtk4` `gtk4-layer-shell` `librsvg` | | `breadcrumbs` | `networkmanager` | -| `breadpad` | `gtk4` `dbus` | +| `breadpad` | `gtk4` `gtk4-layer-shell` `dbus` | ## Theming