-
-
Notifications
You must be signed in to change notification settings - Fork 173
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
treewide: optionalize wallpaper functionality #442
Comments
So, an option like |
Yes, I had the same idea. However, I would simplify the option name to For consistency, we could implement and use a helper function, like options.stylix.targets.hyprland = let
target = "Hyprland";
in {
enable = lib.stylix.mkEnableTarget target true;
wallpaper = lib.stylix.mkEnableWallpaper target false;
} |
Hey @trueNAHO would this be an option that can be set globally for stylix? I actually want to disable stylix's wallpaper functionality in favor of plasma-manager's wallpaper module as that module lets me set multiple wallpapers for KDE Plasma. |
This is my current thinking which depends on #200
|
The Based on the following use cases, it makes sense to add a
For reference, it has been considered to better rename the
My previously mentioned use cases and an additional
This corresponds to my previously mentioned use cases, except that
Regarding the implementation of Line 42 in 97dcf3c
Considering that the scope of wallpaper optionality is larger than initially anticipated, it might be better to extend the scope of this tracking issue. Consequently, #200 is included and the following statement is removed from this issue's top-level description:
|
About
This is a tracking issue for optionalizing wallpaper functionality, when supported.
Steps
treewide: add 'options.stylix.targets.<TARGET>.wallpaper' options
Unresolved Questions
The text was updated successfully, but these errors were encountered: