mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-03 15:20:05 +01:00
Improve spacing
This commit is contained in:
parent
b7b077e99c
commit
10daa36bd6
|
|
@ -135,7 +135,7 @@ namespace PerformanceOverlay
|
|||
new Entry
|
||||
{
|
||||
Text = "<C1>RAM<C>",
|
||||
Nested = { new Entry("<C4><A0>{MEM_GB}<A><A1><S1> GiB<S><A>") }
|
||||
Nested = { new Entry("<C4><A5>{MEM_GB}<A><A1><S1> GiB<S><A>") }
|
||||
},
|
||||
new Entry
|
||||
{
|
||||
|
|
@ -150,7 +150,7 @@ namespace PerformanceOverlay
|
|||
},
|
||||
new Entry
|
||||
{
|
||||
Text = "<C2>[OBJ_FT_SMALL]<C><S1> <A0><FT><A><A1> ms<A><S><C>",
|
||||
Text = "<C2>[OBJ_FT_SMALL]<C><S1> <C4><A0><FT><A><A1> ms<A><S><C>",
|
||||
Include = { Mode.Detail }
|
||||
}
|
||||
},
|
||||
|
|
|
|||
10
README.md
10
README.md
|
|
@ -54,23 +54,23 @@ It currently registers two global hotkeys:
|
|||
- **F11** - enable performance overlay
|
||||
- **Shift+F11** - cycle to next performance overlay (and enable it)
|
||||
|
||||
There are 4 modes:
|
||||
There are 4 modes of presentation:
|
||||
|
||||
### 2.1. FPS
|
||||
|
||||
<img src="images/perf_overlay_fps.png" width="300"/>
|
||||
<img src="images/perf_overlay_fps.png" height="100"/>
|
||||
|
||||
### 2.2. Minimal
|
||||
|
||||
<img src="images/perf_overlay_min.png" width="300"/>
|
||||
<img src="images/perf_overlay_min.png" height="50"/>
|
||||
|
||||
### 2.3. Detail
|
||||
|
||||
<img src="images/perf_overlay_detail.png" width="300"/>
|
||||
<img src="images/perf_overlay_detail.png" height="50"/>
|
||||
|
||||
### 2.4. Full
|
||||
|
||||
<img src="images/perf_overlay_full.png" width="300"/>
|
||||
<img src="images/perf_overlay_full.png" height="50"/>
|
||||
|
||||
## Author
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue