feat(glass): translucent window with compositor blur and an opacity slider - #10
Merged
Merged
Conversation
…lider The window is transparent and the app asks the compositor to blur what's behind it. Linux: reuse GTK's wl_display/wl_surface and bind either ext_background_effect_v1 (Plasma 6.7+, Niri) or org_kde_kwin_blur_manager (Plasma <= 6.6), re-requested on every show since GTK recreates the surface. Windows/macOS: window-vibrancy acrylic / vibrancy. GNOME falls back to the tint alone. Settings gain `glass` (0.3..1); a slider in Options applies it live and persists on release. Body, header, cards, onboarding and callouts take their opacity from the CSS variable. Preview: #glass=NN over a fake desktop gradient.
eJosR-Coding
added a commit
that referenced
this pull request
Sep 13, 2026
…lider (#10) The window is transparent and the app asks the compositor to blur what's behind it. Linux: reuse GTK's wl_display/wl_surface and bind either ext_background_effect_v1 (Plasma 6.7+, Niri) or org_kde_kwin_blur_manager (Plasma <= 6.6), re-requested on every show since GTK recreates the surface. Windows/macOS: window-vibrancy acrylic / vibrancy. GNOME falls back to the tint alone. Settings gain `glass` (0.3..1); a slider in Options applies it live and persists on release. Body, header, cards, onboarding and callouts take their opacity from the CSS variable. Preview: #glass=NN over a fake desktop gradient.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Real glass: transparent window + compositor blur behind it (KDE via
org_kde_kwin_blur_manager, Plasma 6.7+/Niri viaext_background_effect_v1, Windows acrylic, macOS vibrancy). Opacity slider in Settings → Opciones → Vidrio, live and persisted.Verified
glass: blur via org_kde_kwin_blur_manageron first show and on every re-show from the tray.