forked from elkowar/eww
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add properties to magic vars #1
Closed
Closed
Conversation
This file contains 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
This reverts commit 0beadb1.
* add windowtype attribute to window tag. set _NET_WM_WINDOW_TYPE property for x11 * up * remove strum and strum_macros dependencies * Update configuration.md * Update window_definition.rs * Update window_definition.rs should work now Co-authored-by: Midnight Exigent <[email protected]>
I hope this works to reduce the amount of nightly-requirement and system-level dependency issues eww is getting,...
* Added angle property for label widget * Update src/widgets/widget_definitions.rs Co-authored-by: ElKowar <[email protected]>
… widget (See elkowar#251 for more info). (elkowar#256) * Adds :onhoverlost and fixes all the masks mistyped * Adds eventbox widget and added deprecation error level warning on top-level widgets * Run cargo fmt * Fixes broken old link * Fix nested element glitch by ignoring inferior events, improve deprecation arg processing into single operation * Extract large deprecation msg to note
Co-authored-by: neralie <[email protected]>
legendofmiracles
force-pushed
the
props
branch
from
November 8, 2021 14:49
2ece675
to
246bae2
Compare
legendofmiracles
force-pushed
the
props
branch
from
November 8, 2021 16:35
246bae2
to
19cf5e2
Compare
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.
:onhoverlost
and separates out event based actions on eventbox widget (See [BUG] Event based actions doesn't work on most widgets elkowar/eww#251 for more info). (Adds:onhoverlost
and separates out event based actions on eventbox widget (See #251 for more info). elkowar/eww#256)Please follow this template, if applicable.
Description
Provide a short description of the changes your PR introduces.
This includes the actual feature you are adding,
as well as any other relevant additions that were necessary to implement your feature.
Usage
When adding a widget or anything else that affects the configuration,
please provide a minimal example configuration snippet showcasing how to use it and
Showcase
When adding widgets, please provide screenshots showcasing how your widget looks.
This is not strictly required, but strongly appreciated.
Additional Notes
Anything else you want to add, such as remaining questions or explanations.
Checklist
Please make sure you can check all the boxes that apply to this PR.
docs/content/main
directory has been adjusted to reflect my changes.cargo fmt
to automatically format all code before committing