Disable wallpaper theming? #593
Answered
by
danth
Antisune101
asked this question in
Q&A
-
Hi, Is there a way to disable / override the stylix theming for wallpaper? |
Beta Was this translation helpful? Give feedback.
Answered by
danth
Oct 14, 2024
Replies: 1 comment 1 reply
-
This is not currently possible through Stylix, although you can override the options we set, for example: { lib, ... }:
{
services.hyprpaper.enable = lib.mkForce false;
} See #501 (specific to Hyprland), #442 and #200 (general) for more details |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Antisune101
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is not currently possible through Stylix, although you can override the options we set, for example:
See #501 (specific to Hyprland), #442 and #200 (general) for more details