feat: Add vibrancy and configuration options#133
Open
veryard wants to merge 8 commits intoglzr-io:mainfrom
Open
feat: Add vibrancy and configuration options#133veryard wants to merge 8 commits intoglzr-io:mainfrom
veryard wants to merge 8 commits intoglzr-io:mainfrom
Conversation
Contributor
Author
lars-berger
reviewed
Nov 4, 2024
lars-berger
pushed a commit
that referenced
this pull request
Dec 15, 2025
A small PR that adds permissions for the frontend to use. Specifically, adds ability to use window effects from the frontend itself rather than the settings menu (still waiting for #133), and the ability to make the bar click-through. I personally use these features in my Zebar configuration with a custom Zebar build. I'd love to see these get added so there will be no need to recompile Zebar to use my configuration. <!-- Before submitting a PR, follow this checklist: 1. Give the PR a descriptive title. Examples of good titles: - fix: fix race condition in message loop - docs: update readme with new demo gif - feat: add new `general.focus_follows_mouse` config option Examples of bad titles: - fix #7123 - update docs - fix bugs 2. If there is a related issue, reference it in the PR description, e.g. closes #123. 3. Propose your changes as a draft PR if your work is still in progress. -->
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.


This closes the following: #93
Notes:
Testing:
New configuration options:
backgroundEffect: None, Blur, Acrylic, Mica, Vibrancy (Made optional)backgroundEffectColor: String, hex, rgb etc etc (Made optional)background_effect_mica_darkBool (Made optional defaults to false)Happy to hold of this until the vibrancy package has improved to work on newer versions of Windows, and please let me know if any issues with code, not use to writing Rust so I apologize!