Reformat + swap odin SSD

This commit is contained in:
Filippo Berto 2022-09-01 15:11:16 +02:00
parent 1bc27dde82
commit 2f3d05a802
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
83 changed files with 1448 additions and 931 deletions

View file

@ -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";
};
};
}