Set some (initial) mangohud colours using base16/stylix

This commit is contained in:
Evie Litherland-Smith 2024-10-18 07:36:12 +01:00
parent 7fc20d017a
commit ff288ef525

View file

@ -36,22 +36,22 @@
input-overlay input-overlay
]; ];
}; };
xdg.configFile."MangoHud/MangoHud.conf".text = '' xdg.configFile."MangoHud/MangoHud.conf".text = with config.lib.stylix.scheme.withHashtag; ''
preset=2 preset=2
time time
# text_color=FFFFFF text_color=${base00}
# gpu_color=2E9762 gpu_color=${green}
# cpu_color=2E97CB cpu_color=${green}
# vram_color=AD64C1 vram_color=${magenta}
# ram_color=C26693 ram_color=${magenta}
# engine_color=EB5B5B engine_color=${red}
# io_color=A491D3 io_color=${magenta}
# frametime_color=00FF00 frametime_color=${green}
# background_color=020202 background_color=${base05}
# media_player_color=FFFFFF media_player_color=${base00}
# wine_color=EB5B5B wine_color=${red}
# battery_color=FF9078 battery_color=${orange}
# network_color=E07B85 network_color=${red}
''; '';
}; };
boot = { boot = {