Added Window Vibrancy [ !请使用翻译工具来理解 :)]#2
Open
SharmaDevanshu089 wants to merge 2 commits intoAixbox:desktopfrom
Open
Added Window Vibrancy [ !请使用翻译工具来理解 :)]#2SharmaDevanshu089 wants to merge 2 commits intoAixbox:desktopfrom
SharmaDevanshu089 wants to merge 2 commits intoAixbox:desktopfrom
Conversation
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.
(I did write this with chatgpt for best explaination, hope u dont mind)
Overview
This PR enhances the DesktopGo launchpad with native Windows acrylic vibrancy and a refined, highly transparent background. The goal was to modernize the interface and make the launchpad feel more integrated with the user's desktop environment.
Changes
Backend (Rust/Tauri)
window-vibrancycrate to the project.acrylicvibrancy effect on the main window.rgba(250, 250, 250, 0.015)) to match modern design aesthetics while keeping it nearly transparent.src-tauri/src/lib.rsfor future adjustments to the vibrancy alpha.Frontend (CSS)
50pxto3pxfor a cleaner look.brightness(1.25)andsaturate(180%)to the backdrop-filter to make the background appear more vibrant and alive.globals.cssfor easy tweaking of transparency/blur values.Personal Note
I am a student and I really like this project! I've been using it and wanted to contribute some visual polish to make it feel even more premium. I hope you don't mind my help!
Verification