Set hyfetch preset based on light_dark

Trans flag only looks good with my dark theme colours so use rainbow
if light theme
This commit is contained in:
Evie Litherland-Smith 2025-01-07 08:26:27 +00:00
parent 36825e26a5
commit 144458bb5d

View file

@ -71,8 +71,8 @@
};
hyfetch = {
enable = true;
settings = {
preset = "pansexual";
settings = rec {
preset = if light_dark == "dark" then "transgender" else "rainbow";
mode = "rgb";
light_dark = config.lib.stylix.scheme.variant;
lightness = 0.4;