Skip to content

Instantly share code, notes, and snippets.

@q8f13
Created July 27, 2019 15:17
Show Gist options
  • Save q8f13/25b79c0c9fa8f280aabd1d1d7567de2a to your computer and use it in GitHub Desktop.
Save q8f13/25b79c0c9fa8f280aabd1d1d7567de2a to your computer and use it in GitHub Desktop.
Rainmeter disk io monitor
[Rainmeter]
Update=1000
Background=#@#Background.png
BackgroundMode=3
BackgroundMargins=0,34,0,14
;DynamicWindowSize=1
AccurateText=1
[Variables]
; Variables declared here can be used later on between two # characters (e.g. #MyVariable#).
fontName=Trebuchet MS
textSize=8
colorBar=235,170,0,255
colorText=255,255,255,205
[styleTitle]
StringAlign=Center
StringCase=Upper
StringStyle=Bold
StringEffect=Shadow
FontEffectColor=0,0,0,50
FontColor=#colorText#
FontFace=#fontName#
FontSize=10
AntiAlias=1
ClipString=1
[Drive1Reads]
Measure=Plugin
Plugin=PerfMon
PerfMonObject=LogicalDisk
PerfMonCounter=Disk Reads/sec
PerfMonInstance=C:
PerfmonDifference=1
MinValue=0
MaxValue=100
[Drive1Writes]
Measure=Plugin
Plugin=PerfMon
PerfMonObject=LogicalDisk
PerfMonCounter=Disk Writes/sec
PerfMonInstance=C:
PerfmonDifference=1
MinValue=0
MaxValue=100
[Drive1ReadBytes]
Measure=Plugin
Plugin=PerfMon
PerfMonObject=LogicalDisk
PerfMonCounter=Disk Read Bytes/sec
PerfMonInstance=C:
PerfmonDifference=1
MinValue=0
MaxValue=50000000
[Drive1WriteBytes]
Measure=Plugin
Plugin=PerfMon
PerfMonObject=LogicalDisk
PerfMonCounter=Disk Write Bytes/sec
PerfMonInstance=C:
PerfmonDifference=1
MinValue=0
MaxValue=50000000
;[MeterBack]
;Meter=Image
;W=190
;H=75
;SolidColor=255,255,255,255
[MeterGraphBack]
Meter=Image
X=19
Y=19
W=170
;W=352
H=42
SolidColor=150,150,150,15
[MeterDrive1Reads]
Meter=Line
MeasureName=Drive1ReadBytes
MeasureName2=Drive1WriteBytes
X=20
Y=20
W=170
;W=350
H=40
LineCount=2
HorizontalLines=1
HorizontalLineColor=150,150,150,255
LineColor=28,184,54,255
LineColor2=184,59,28,255
SolidColor=255,255,255,0
[MeterDriveTitle]
Meter=String
MeterStyle=styleTitle
X=100
Y=12
W=190
H=18
Text=I/O
;[MeterDriveText]
;Meter=String
;X=87
;Y=115
;FontSize=#textSize#
;FontColor=#colorText#
;AntiAlias=1
;Text=Drive
[MeterDrive1ReadsText]
Meter=String
X=80
Y=80
FontSize=#textSize#
FontColor=#colorText#
AntiAlias=1
Text=Reads/sec
[MeterDrive1ReadsValue]
Meter=String
MeasureName=Drive1Reads
X=68
Y=0r
FontSize=#textSize#
FontColor=#colorText#
StringAlign=Right
AntiAlias=1
Text=%1
[MeterDrive1WritesText]
Meter=String
X=80
Y=5R
FontSize=#textSize#
FontColor=#colorText#
AntiAlias=1
Text=Writes/sec
[MeterDrive1WritesValue]
Meter=String
MeasureName=Drive1Writes
X=68
Y=0r
FontSize=#textSize#
FontColor=#colorText#
StringAlign=Right
AntiAlias=1
Text=%1
[MeterDrive1ReadBytesText]
Meter=String
X=80
Y=5R
FontSize=#textSize#
FontColor=#colorText#
AntiAlias=1
Text=Read Bytes/sec
[MeterDrive1ReadBytesValue]
Meter=String
MeasureName=Drive1ReadBytes
X=68
Y=0r
FontSize=#textSize#
FontColor=#colorText#
StringAlign=Right
NumOfDecimals=1
Percentual=1
AutoScale=1
AntiAlias=1
Text=%1 %
[MeterDrive1WriteBytesText]
Meter=String
X=80
Y=5R
FontSize=#textSize#
FontColor=#colorText#
AntiAlias=1
Text=Write Bytes/sec
[MeterDrive1WriteBytesValue]
Meter=String
MeasureName=Drive1WriteBytes
X=68
Y=0r
FontSize=#textSize#
FontColor=#colorText#
StringAlign=Right
NumOfDecimals=1
Percentual=1
AutoScale=1
AntiAlias=1
Text=%1 %
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment