MangoHUD: update config
This commit is contained in:
parent
4a0f4ac7f1
commit
602ea513fc
1 changed files with 20 additions and 34 deletions
|
|
@ -5,39 +5,25 @@ in {
|
||||||
programs.mangohud = {
|
programs.mangohud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableSessionWide = true;
|
enableSessionWide = true;
|
||||||
|
settings = {
|
||||||
|
toggle_fps_limit = "F1";
|
||||||
|
cpu_color = strPalette.normal.blue;
|
||||||
|
cpu_temp = true;
|
||||||
|
engine_color = strPalette.normal.red;
|
||||||
|
gpu_color = strPalette.normal.green;
|
||||||
|
gpu_stats = true;
|
||||||
|
gpu_temp = true;
|
||||||
|
io_color = strPalette.normal.white;
|
||||||
|
media_player_color = strPalette.normal.white;
|
||||||
|
media_player_name = "spotify";
|
||||||
|
output_folder = "/home/bertof";
|
||||||
|
position = "top-left";
|
||||||
|
ram = true;
|
||||||
|
ram_color = strPalette.normal.magenta;
|
||||||
|
toggle_hud = "Shift_L+F12";
|
||||||
|
toggle_logging = "Shift_L+F2";
|
||||||
|
vram = true;
|
||||||
|
vram_color = strPalette.dark.magenta;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
xdg.configFile."MangoHud/MangoHud.conf".text = ''
|
|
||||||
toggle_fps_limit=F1
|
|
||||||
legacy_layout=false
|
|
||||||
gpu_stats
|
|
||||||
gpu_temp
|
|
||||||
gpu_text=GPU
|
|
||||||
cpu_stats
|
|
||||||
cpu_temp
|
|
||||||
cpu_color=${strPalette.normal.blue}
|
|
||||||
cpu_text=CPU
|
|
||||||
io_color=${strPalette.normal.white}
|
|
||||||
vram
|
|
||||||
vram_color=${strPalette.dark.magenta}
|
|
||||||
ram
|
|
||||||
ram_color=${strPalette.normal.magenta}
|
|
||||||
fps
|
|
||||||
engine_color=${strPalette.normal.red}
|
|
||||||
gpu_color=${strPalette.normal.green}
|
|
||||||
wine_color=${strPalette.normal.yellow}
|
|
||||||
frame_timing=1
|
|
||||||
frametime_color=${strPalette.normal.green}
|
|
||||||
media_player_color=${strPalette.normal.white}
|
|
||||||
background_alpha=0.4
|
|
||||||
font_size=24
|
|
||||||
background_color=020202
|
|
||||||
position=top-left
|
|
||||||
text_color=ffffff
|
|
||||||
round_corners=0
|
|
||||||
toggle_hud=Shift_L+F12
|
|
||||||
toggle_logging=Shift_L+F2
|
|
||||||
upload_log=F5
|
|
||||||
output_folder=/home/bertof
|
|
||||||
media_player_name=spotify
|
|
||||||
'';
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue