Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Commit

Permalink
Consider "GeForce" as an NVIDIA card (fixes #273)
Browse files Browse the repository at this point in the history
  • Loading branch information
raiguard committed Jan 12, 2022
1 parent c012401 commit b29701e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Skins/ModernGadgets/@Resources/Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Official Releases

v1.8.2 - ??????????
Fixed:
- [GPU Meter] NVIDIA was not being auto-detected in all cases
- [Weather Meter] Updated Weather.com API key

v1.8.1 - 2021-9-25
Expand Down
2 changes: 2 additions & 0 deletions Skins/ModernGadgets/GpuMeter/GpuMeterBody.inc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ IfMatch3=(?i)(.*Snapdragon.*)
IfMatchAction3=[!SetOption MeterGpuIcon Fill "Fill Color #colorSnapdragon#"][!UpdateMeter MeterGpuIcon]
IfMatch4=(?i)(.*Nvidia.*)
IfMatchAction4=[!SetOption MeterGpuIcon Fill "Fill Color #colorNvidia#"][!UpdateMeter MeterGpuIcon]
IfMatch5=(?i)(.*GeForce*.)
IfMatchAction5=[!SetOption MeterGpuIcon Fill "Fill Color #colorNvidia#"][!UpdateMeter MeterGpuIcon]

[MeasureCustomGpuName]
Measure=String
Expand Down

0 comments on commit b29701e

Please sign in to comment.