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:
parent
36825e26a5
commit
144458bb5d
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue