From ac76905fb9ce0676701f2aaaa7f6bd386e483352 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 28 Sep 2024 08:42:40 +0100 Subject: [PATCH] Add some more mangohud config Add commented-out placeholder config for colours --- system/Vanguard.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/system/Vanguard.nix b/system/Vanguard.nix index d6e6a172..a1ba4285 100644 --- a/system/Vanguard.nix +++ b/system/Vanguard.nix @@ -86,5 +86,19 @@ }; xdg.configFile."MangoHud/MangoHud.conf".text = '' preset=2 + time + # text_color=FFFFFF + # gpu_color=2E9762 + # cpu_color=2E97CB + # vram_color=AD64C1 + # ram_color=C26693 + # engine_color=EB5B5B + # io_color=A491D3 + # frametime_color=00FF00 + # background_color=020202 + # media_player_color=FFFFFF + # wine_color=EB5B5B + # battery_color=FF9078 + # network_color=E07B85 ''; }