1. FPS Monitor
  2. News
  3. New release!

New release!

We have a long-awaited release for you! šŸ¤—
New version #5070 is available to download in steam and from our web site.

šŸ“‹ Changes list:

šŸ†• New scenes (approx 30 items), including scenes with desktop widget
šŸ†• Alerts are added in graph and bars overlays
šŸ†• Total RAM sensor is added
šŸ†• Wildcard for processes names is added in blacklist settings ('*' starts _anything_ in the name)
šŸ†• Simple macros are added in text fields of Text, Graph and Bar overlays

āœ… Background color for Sysinfo bars is back (avoiding redundant color fill overlays)
āœ… Hardware access driver is updated -> more compatibility, additional hardware support (like GTX 1660)
āœ… Fixed some games compatibility
āœ… Fixed wrong rounding of Gigabytes values


Macros are commands which you can use in almost any text field of any overlay to show some auto-detected values or sensor values,

šŸ– Full variant:
${CPU0} - CPU title
${CPU0_USAGE} - CPU load
${RAM_TOTAL} - Total RAM
${GPU0} - GPU title
${GPU0_MEM} - GPU memory usage

šŸ– Short:
${CPU0/s} - Short CPU title
${GPU0/s} - Short GPU title
āš  If you have 2 or more GPUs, increase index (1-2-3 instead of 0)

šŸ– HDD/SSD
${DISK0} - Disk name (Disk C, D, D...)
${DISK0_FREE} - Free disk space
${DISK0_TOTAL} - Total disk space
āš  Indices as with GPUs.