breadhelp 0.2.0: live guided tour overlay replacing static onboarding
Replaces the old in-window onboarding wizard with a real screen-wide tour: dim + spotlight cutout around the actual on-screen component (breadbar, breadbox), floating callout teaching the shortcut, and event-driven confirmation via real Hyprland/breadd signals instead of click-through fakery.
This commit is contained in:
parent
78b2f420a5
commit
b2f0b2a500
22 changed files with 1186 additions and 299 deletions
|
|
@ -1,10 +1,12 @@
|
|||
[package]
|
||||
name = "breadhelp"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
gtk4 = { version = "0.11", features = ["v4_12"] }
|
||||
gdk4 = "0.11"
|
||||
gtk4-layer-shell = "0.8"
|
||||
glib = "0.22"
|
||||
# Shared ecosystem theming — same generated stylesheet bos-settings/breadbar/
|
||||
# breadbox/breadpad load, so this looks like part of the same desktop.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue