Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 1486

Help: Rainmeter Skins • Re: Monterey skin question

$
0
0
So the part of your text I was having a problem with implementing was the following:
[...]
It seems that I only need this Download activity to be displayed under the Monterey Network region, so if we can get this working that would be ideal.
Well, you can do it either way, indeed - both should be relatively easy.

On one hand, you could just use Net measures like a ton of other skins do (you'd have to integrate those values in the roundline / circle system used in the skin though):
https://docs.rainmeter.net/manual/measures/net/ (see the example code at the bottom of the page, it's very simple)
https://docs.rainmeter.net/tips/network-skin/ (to find what values you should use in the MaxValue=... options of those Net measures)

On the other hand you could add the Name option your your two already existing UsageMonitor measures:

Code:

[NetBytes]Measure=PluginPlugin=UsageMonitorCategory=Network InterfaceCounter=Bytes total/secName=...your desired network interface name here...MinValue=0MaxValue=100UpdateDivider=(#BatterySaverMode# = 0 ? 10 : 20)OnChangeAction=[!UpdateMeasure NetRounded][NetWidth]Measure=PluginPlugin=UsageMonitorCategory=Network InterfaceCounter=Current bandwidthName=...your desired network interface name here...MinValue=0MaxValue=100UpdateDivider=3600OnChangeAction=[!UpdateMeasure NetRounded]
To find those names (if you don't know the name of the network interface you use to connect to the internet already), take a look here:
https://docs.rainmeter.net/tips/finding-your-network-interface-for-sysInfo-and-net/ (it says it's for Net and SysInfo measures, but those names can be used above too)

Personally, I imagine the 2nd choice would be easier here, since you already have all the things in place, only adding those two Name=... lines should be needed, which is trivial, really. For the 1st choice no network interface name should be needed since it should automatically be detected as the default "Best" one, but you'll have to see if setting those MaxValue options properly is enough to make the roundline / circle behave accordingly. That being said, I'm not the developer of that suite, so I can't guarantee the result 100%, but if the structure is correct, it should work.

Statistics: Posted by Yincognito — Yesterday, 9:50 pm



Viewing all articles
Browse latest Browse all 1486

Trending Articles