You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
354 B
17 lines
354 B
4 years ago
|
[Rainmeter]
|
||
|
Update=500
|
||
|
@Include=#@#Globals\MeasureRAM.inc
|
||
|
@Include2=#CURRENTPATH#Globals/BarGlobals.inc
|
||
|
|
||
|
[Metadata]
|
||
|
Name=RAM Meter
|
||
|
Author=Tuxwonder
|
||
|
Version=1.0.0
|
||
|
Information=This skin measures the amount of RAM your system has used. More bars, more RAM used.
|
||
|
|
||
|
[BarCalc]
|
||
|
Measure=Calc
|
||
|
Formula=Ceil(MeasureRAM_Used/MeasureRAM_Total*25)/25
|
||
|
|
||
|
|