frl-tray is a simple Windows system tray utility that allows you to quickly view and set Nvidia's Max Frame Rate setting, also known as FRL (Frame Rate Limit). It's a GUI front-end for the frl-toggle CLI utility. This is intended to be useful in the case where you want quick manual access to this setting. Otherwise, you can use frl-toggle, or manage the FRL in the Nvidia App or Nvidia Control Panel.
- Easily see and select the current FRL
- Minimal tray interface
- Currently, the FRL is checked once when the app is started, and then only reflects changes made from the frl-tray utility
- Windows (tested on Windows 11 only)
- Nvidia GPU with support for the Max Frame Rate setting
-
Download the latest (zip) release of
frl-tray
-
Extract the folder to any desired install directory
-
Run
frl-tray.exe
- Create a shortcut for
frl-tray.exe
in%USERPROFILE%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
-
Right click
frl-tray.exe
->Show More Options
->Create Shortcut
-
Right click the
Start button
(Windows Logo) in the taskbar -> Run -
In the
Run
dialog, typeshell:startup
and selectOK
-
Move the shortcut you created into the Startup directory
-
Install Python
-
Use pip to install pillow, pystray, and pyinstaller
-
Run
pyinstaller --onefile --noconsole frl-tray.py