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>
This commit is contained in:
parent
d94a00d982
commit
30e40ec54f
3 changed files with 1057 additions and 90 deletions
|
|
@ -2,3 +2,7 @@
|
|||
name = "breadbox"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
gtk4 = "0.11"
|
||||
gtk4-layer-shell = "0.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue