feature: Wallpaper app support for per-display and cropping settings#1631
Open
hurlbutt wants to merge 1 commit into
Open
feature: Wallpaper app support for per-display and cropping settings#1631hurlbutt wants to merge 1 commit into
hurlbutt wants to merge 1 commit into
Conversation
Owner
|
This is great. But cannot add it now to 2.13.0. But will test it immediately after the release foe 2.13.1 |
Contributor
Author
|
@mylinuxforwork - Sounds good. Also, feel free to prescribe any styling changes to the checkbox component. I tried to use the theming attributes from the other elements to style the box, but I'm not tied to any of the implementation details and would welcome feedback. |
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.
Description
This pull request enhances the Wallpaper Quickshell app to provide additional advanced settings:
awww 0.12.1(default is centered)matugenand other ML4W theming changes (enabled by default)Changes
ml4w-autostartto startawww-daemonand to only callml4w-wallpaperwhen there exists noawwwcache (otherwise letawwwhandle restoring wallpapers from its own cache)ml4w-wallpaperto support additional parameters:--skip-wallpaper Will skip setting the wallpaper with awww--skip-theming Will skip updating OS themes based on new wallpaper.--skip Alias for "--skip-wallpaper".--monitor Specify which input to apply wallpaper change (default applies to all outputs)--crop-gravity Specify where to anchor wallpaper image in case cropping is needed (values from 'awww img --crop-gravity; default is center)ml4w-wallpaperto consolidateawww/wallpaper functions and theming functions togetherWallpaperWindow.qmlto componentizeComboBoxandCheckBoxstyling and applied throughout the appmatugenand ML4W theming changes as a consequence of changing wallpaperHow Has This Been Tested?
Checklist
Please ensure your pull request meets the following requirements:
Screenshots
Additional Notes
awww 0.12.1to function.ml4w-wallpaperchecks for theawwwversion, and it will drop the flag for cropping if the version isn't at least0.12.1.