Reformat + swap odin SSD
This commit is contained in:
parent
1bc27dde82
commit
2f3d05a802
83 changed files with 1448 additions and 931 deletions
|
|
@ -3,7 +3,38 @@
|
|||
enable = true;
|
||||
enableSessionWide = true;
|
||||
settings = {
|
||||
toggle_fps_limit = "F1";
|
||||
legacy_layout = false;
|
||||
gpu_stats = true;
|
||||
gpu_temp = true;
|
||||
gpu_text = "GPU";
|
||||
cpu_stats = true;
|
||||
cpu_temp = true;
|
||||
cpu_color = "2e97cb";
|
||||
cpu_text = "CPU";
|
||||
io_color = "a491d3";
|
||||
vram = true;
|
||||
vram_color = "ad64c1";
|
||||
ram = true;
|
||||
ram_color = "c26693";
|
||||
fps = true;
|
||||
engine_color = "eb5b5b";
|
||||
gpu_color = "2e9762";
|
||||
wine_color = "eb5b5b";
|
||||
frame_timing = 1;
|
||||
frametime_color = "00ff00";
|
||||
media_player_color = "ffffff";
|
||||
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