Change hyfetch default flags
This commit is contained in:
parent
1a8253f3e4
commit
7d92bedbd0
|
@ -114,7 +114,7 @@
|
|||
hyfetch = {
|
||||
enable = true;
|
||||
settings = rec {
|
||||
preset = if light_dark == "dark" then "transgender" else "rainbow";
|
||||
preset = if light_dark == "light" then "pansexual" else "transgender";
|
||||
mode = "rgb";
|
||||
light_dark = config.lib.stylix.scheme.variant;
|
||||
lightness = 0.4;
|
||||
|
|
Loading…
Reference in a new issue