Skip to content

Commit

Permalink
random ideas, not tested yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucki committed Jul 27, 2020
1 parent 061ee30 commit eab6f33
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 1 deletion.
42 changes: 41 additions & 1 deletion data/share/tweaks/mangohud.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,45 @@
"requires": {
"executables": ["mangohud"]
},
"command": "mangohud ${command}"
"command": "mangohud ${command}",
"env": {
"MANGOHUD_CONFIG": "${option:hud}"
},
"options": {
"general": {
"name": "Elements",
"description": "Select elements to show",
"type": "list",
"seperator": ",",
"values": {
"cpu_stats": "Hide CPU information",
"cpu_temp": "Display current CPU temperature",
"gpu_stats": "Hide GPU information",
"gpu_temp": "Display current GPU temperature",
"gpu_core_clock": "Display GPU core frequency",
"gpu_mem_clock": "Display GPU memory frequency",
"arch": "Show if the application is 32 or 64 bit",
"frame_timing": "Hide the frame timing graph",
"histogram": "Change fps graph to histogram",
"time": "Display the current system time",
"core_load": "Display load & frequency per core",
"io_read": "IO read for the app (not system)",
"io_write": "IO write for the app (not system)",
"ram": "Display system ram usage",
"vram": "Display system vram usage",
"no_display": "Disable / hide the hud by default",
"crosshair": "Crosshair overlay",
"media_player": "Show media player metadata",
"engine_version": "Display OpenGL or vulkan and vulkan-based render engine's version",
"version": "Shows current mangohud version"
},
"presets": {
"full": {
"name": "Full",
"description": "Enables most of the toggleable parameters (currently excludes histogram)",
"value": "full"
}
}
}
}
}
18 changes: 18 additions & 0 deletions data/share/tweaks/wine.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"id": "wine_hide_dialog",
"name": "Hide update dialogs",
"description": "Hides the update dialog of Wine and the gecko install question.",
"group": "Wine",
"applicable_to": {
"platforms": [
"windows"
],
"compat": [
"wine",
"proton"
]
},
"env": {
"WINEDLLOVERRIDES": "winex11.drv="
}
}

0 comments on commit eab6f33

Please sign in to comment.