winfetch
winfetch copied to clipboard
Show Refresh Rate
Command to get current refresh rate of display
Get-CimInstance -ClassName Win32_VideoController | Select-Object -Property CurrentRefreshRate
$refreshrate = (Get-CimInstance -ClassName Win32_VideoController -Property CurrentRefreshRate -CimSession $cimSession).CurrentRefreshRate
I'm wondering if we should show refresh rate with resolution or as a different option, Also I don't know how it will work with multi monitor setup
With resolution

As a different option

Per old pom.xml:
<!-- try shading usages of apache-el even if module currently does not use, in case it is used in the future -->