Open tbaumann opened 11 months ago
We should probably support having null
as the wallpaper and in that case simply disable anything which uses it.
Hey, devs! Any updates on this?
For anyone else who landed here looking for a fix, here's a quick workaround (for hyprland) you can try:
services.hyprpaper.enable = lib.mkForce false;
stylix.targets.hyprpaper.enable = lib.mkForce false;
This is not currently being worked on, but should not be a huge amount of work to implement.
I don't use the generative colour scheme, I mostly use stylix for the superb system wide theming together with a pre-defined colour scheme.
I find
stylix.image
should be optional whenstylix.base16Scheme
is used.Arguably it should perhaps even be entirely optional. Instead of throwing a rather obscure error it should perhaps just not apply any theme or use a default one...
Or produce an error message specifying that
stylix.image
is not optional.