bread-capture: add breadbar's two spotlight-capsule screenshot views
breadbar's src/screenshot.rs gained capsule-collapsed/capsule-expanded (Phase 6b, feature/theme-spotlight) — mirror them here so the orchestrator's --view filter and full-suite runs actually cover them instead of rejecting the names as unknown.
This commit is contained in:
parent
8c5e42230a
commit
95e676e909
1 changed files with 5 additions and 0 deletions
|
|
@ -50,6 +50,11 @@ const TARGETS: &[(&str, &[(&str, &str)])] = &[
|
|||
("osd-volume", "osd-volume.png"),
|
||||
("osd-brightness", "osd-brightness.png"),
|
||||
("wifi-add-dialog", "wifi-add-dialog.png"),
|
||||
// Theme 04/spotlight's embedded capsule (only rendered under
|
||||
// `BREAD_SHELL_THEME=spotlight` — every other theme's [bar.slots]
|
||||
// never places launcher_entry/launcher_results anywhere).
|
||||
("capsule-collapsed", "capsule-collapsed.png"),
|
||||
("capsule-expanded", "capsule-expanded.png"),
|
||||
],
|
||||
),
|
||||
("breadbox", &[("launcher", "launcher.png")]),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue