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
This commit is contained in:
parent
aad110b625
commit
39aa8ccf2a
1 changed files with 7 additions and 7 deletions
14
README.md
14
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 <pkg> # 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue