You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -382,6 +382,7 @@ Parameters that are enabled by default have to be explicitly disabled. These (cu
382
382
|`font_scale_media_player`| Change size of media player text relative to `font_size`|
383
383
|`font_size=`| Customizable font size. Default is `24`|
384
384
|`font_size_secondary=`| Customizable font size for secondary metrics. Default is `0.55 * font_size`, except if `no_small_font` is set, in which case the default value is `font_size`|
385
+
|`font_size_small=`| Customizable font size for small text (like units). Default is `0.55 * font_size`. |
385
386
|`font_size_text=`| Customizable font size for other text like media metadata. Default is `24`|
386
387
|`fps_color_change`| Change the FPS text color depepending on the FPS value |
387
388
|`fps_color=`| Choose the colors that the fps changes to when `fps_color_change` is enabled. Corresponds with fps_value. Default is `b22222,fdfd09,39f900`|
@@ -687,7 +688,7 @@ Example output:
687
688
#### Intel notes
688
689
- GPU temperature for `i915` requires **linux 6.13+**
689
690
- Fan speed for `i915` requires **linux 6.12+**
690
-
- GPU temperature and vram temperature for `xe` requires **linux 6.15+**
691
+
- GPU temperature and vram temperature for `xe` requires **linux 6.15+**
691
692
- Fan speed for `xe` requires **linux 6.16+**
692
693
- GPU usage and memory usage shows usage of current process, not total system usage (it's an issue on intel's side)
0 commit comments