breadbox/Cargo.toml
Breadway 30e40ec54f breadbox: replace wofi with native GTK4 layer-shell UI
Remove the wofi subprocess entirely. The launcher now renders its own
Wayland overlay window via gtk4 + gtk4-layer-shell: a SearchEntry at
the top with live fuzzy filtering, a ListBox of results below, and
keyboard navigation (Enter/Esc/arrows). Toggle (keybind press while
open closes it) is handled via a PID file in $XDG_RUNTIME_DIR.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-23 11:36:29 +08:00

8 lines
118 B
TOML

[package]
name = "breadbox"
version = "0.1.0"
edition = "2021"
[dependencies]
gtk4 = "0.11"
gtk4-layer-shell = "0.8"