Change hyfetch default flags

This commit is contained in:
Evie Litherland-Smith 2025-02-18 09:27:25 +00:00
parent 1a8253f3e4
commit 7d92bedbd0

View file

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