Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Rainmeter]
- Update=1000
- Group=circa2
- [Metadata]
- Name=Circuitous | Nic Upload
- Author=Flying Hyrax | flyinghyrax.deviantart.com
- Information=Displays inbound/download traffic over the computer's network interface card, relative to a user specified maximum. | Mouse over the main text to display your computer's WAN IP address in a tooltip. | Adjust the maximum download speed of your network connection in the Settings.ini skin.
- Version=1.0
- License=Creative Commons BY-NC-SA 3.0
- @include1=#@#Settings.txt
- @include2=#@#Appearance.txt
- @include3="#@#Styles\common.inc"
- @include4="#@#Styles\#orient#.inc"
- [mDownload]
- Measure=NetIn
- Interface=0
- [AdjustedRate]
- Measure=Calc
- Formula=(mDownload * 8)
- [mDownloadPercent]
- Measure=Calc
- Formula=(mDownload/#downloadMax#)
- [mWanIp]
- Measure=Plugin
- Plugin=WebParser
- URL="http://icanhazip.com/"
- RegExp=(.*)
- StringIndex=1
- Substitute="":"n/a"
- UpdateRate=43200
- @include5="#@#sharedMeters.inc"
- [pie]
- Meter=ROUNDLINE
- MeterStyle=roundlineCommon | pieCommon
- MeasureName=mDownloadPercent
- [divider]
- Meter=IMAGE
- MeterStyle=dividerStyle | dividerCommon
- [mainText]
- Meter=STRING
- MeterStyle=mainTextStyle | mainTextCommon
- MeasureName=mDownloadPercent
- MeasureName2=mWanIp
- Percentual=1
- ToolTipText="wan: %2"
- Text="dl %1%"
- [subText]
- Meter=STRING
- MeterStyle=subTextStyle | subTextCommon
- MeasureName=AdjustedRate
- Text="%1b/s"
- AutoScale=1
Add Comment
Please, Sign In to add comment