feat: liquid glass ecosystem tuning, instant settings panel, and config guide - #13
Merged
Merged
Conversation
…ig guide - Calibrate liquid-light and liquid-dark themes to optical glass parity with Lniri Dolphin: 0% opacity sidebar/toolbar, 30% frosted view container, noise disabled - Render elevated floating rounded cards in single and dual-pane split view - Suppress inverse corner cutouts and separators in zero-opacity mode - Optimize Settings panel launch performance with C++ caching for fonts/themes/icons and immediate window display - Gate Hyprland IPC calls to prevent process spawn latency on Lniri/Niri and other compositors - Add root config.md documenting all configuration options and compositor glass rules - Update README.md with Lniri kwin-glass window rules - Update unit tests in tst_themeloader
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.
Overview
This PR implements optical liquid-glass parity with KDE Dolphin under Lniri's
kwin-glasscompositor shader pipeline for bothliquid-lightandliquid-darkthemes, optimizes the Settings dialog launch performance to open instantaneously, provides a comprehensiveconfig.mdreference guide, and migrates the Flatpak manifest and desktop integration toio.github.tattvaorg.Bubble.Changes Summary
Flatpak Manifest & Desktop Integration Migration (
io.github.tattvaorg.Bubble):io.github.soyeb_jim285.Bubble.yml->io.github.tattvaorg.Bubble.yml.app-id, Flathub license installation path, and Git source URL tohttps://github.com/TattvaOrg/Bubble.git.dist/toio.github.tattvaorg.Bubble.*.QGuiApplication::desktopFileName()insrc/main.cppfor native Wayland compositor window matching.PKGBUILD,install.sh,uninstall.sh,scripts/release.sh, andscripts/build-appimage-local.sh.Liquid Themes Calibration (
liquid-light&liquid-dark):sidebar_opacity = 0.0toolbar_opacity = 0.0content_opacity = 0.30noise_enabled = falseandnoise_opacity = 0.0QML Glass Layout Engine & Floating Rounded Cards:
14pxborder radius and1pxsubtle ambient rim border.F3split view) renders twin floating cards side-by-side with independent focus highlights.0.0.Instant Settings Panel Performance:
availableFonts(),availableIconThemes(), andavailableThemes()inConfigManagerto eliminate repeated heavy fontconfig/filesystem scans on the main UI thread.SettingsPanel.qml:fontOptions,iconThemeOptions, andthemeOptions.FileOperationswithHYPRLAND_INSTANCE_SIGNATUREchecks to prevent spawning unnecessaryhyprctlprocesses on non-Hyprland compositors (Lniri/Niri, KDE, GNOME).Documentation & Compositor Setup:
config.mdin repository root detailing allconfig.tomloptions, keybindings, custom context menus, and compositor rules for Lniri (kwin-glass), Hyprland, and KDE Plasma.README.mdwith verifiedkwin-glassLniri window-rule configuration andio.github.tattvaorg.Bubbleapp-id matching.tst_themeloader).