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 = {
|
hyfetch = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = rec {
|
||||||
preset = "pansexual";
|
preset = if light_dark == "dark" then "transgender" else "rainbow";
|
||||||
mode = "rgb";
|
mode = "rgb";
|
||||||
light_dark = config.lib.stylix.scheme.variant;
|
light_dark = config.lib.stylix.scheme.variant;
|
||||||
lightness = 0.4;
|
lightness = 0.4;
|
||||||
|
|
Loading…
Reference in a new issue