khanhas / AppVolumePlugin

Plugin for Rainmeter: Get and control apps volume, peak.
GNU General Public License v3.0
33 stars 3 forks source link

Exclude some programs #1

Closed notesbancales closed 6 years ago

notesbancales commented 6 years ago

Hello, great work, i was looking for something like this since win10 releases ! I have a request, is it possible to include a easy way to exclude programs in the .ini ? I see explorer and rainmeter. Is there a way to set the max number of programs displayed ?

khanhas commented 6 years ago

1) Excluding apps seems possible. I will try my best and push it in next version. 2) If you're using my example skin, you can change the MeasureName in [GeneratorScript] to another measure that have number value is your desired maximum number.

[MaximumNumber]
Measure = Calc
Formula = 5

[GeneratorScript]
Measure=Script
ScriptFile  = GeneratorScript.lua
IncFile = MeasuresAndMeters.inc
MeasureName = MaximumNumber

If you're building your own skin, please post it here so I can take a look and might have solution.

notesbancales commented 6 years ago

The new release just did everything like I wanted ! Much Thanks !