It is currently May 3rd, 2024, 2:16 pm

Can you use a Transparent Colours?

Get help with creating, editing & fixing problems with skins
User avatar
Xenbox
Posts: 120
Joined: February 2nd, 2011, 12:20 am

Can you use a Transparent Colours?

Post by Xenbox »

I am trying to get this skin to match my toolbar
my toolbar is a Transparent/blue "ish" colour

Like so
Image

Cheers
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Can you use a Transparent Colours?

Post by jsmorley »

Sure. All colors support "alpha" (transparency) as the fourth parameter to the color.

So 255,255,255,255 is solid white, and 255,255,255,128 is about 1/2 transparent white.

http://docs.rainmeter.net/manual/options#Color
User avatar
Xenbox
Posts: 120
Joined: February 2nd, 2011, 12:20 am

Re: Can you use a Transparent Colours?

Post by Xenbox »

jsmorley wrote:Sure. All colors support "alpha" (transparency) as the fourth parameter to the color.

So 255,255,255,255 is solid white, and 255,255,255,128 is about 1/2 transparent white.

http://docs.rainmeter.net/manual/options#Color
Awsome thanks, any idea how I can find the RGB colour code for my menu bar ? lol :D
User avatar
Xenbox
Posts: 120
Joined: February 2nd, 2011, 12:20 am

Re: Can you use a Transparent Colours?

Post by Xenbox »

hmm edit that it's not working

I set it to

SolidColor=84,56,153,0

so 0 should be Transparent? if so it's not on my skin.
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Can you use a Transparent Colours?

Post by jsmorley »

Vodkaholic wrote:hmm edit that it's not working

I set it to

SolidColor=84,56,153,0

so 0 should be Transparent? if so it's not on my skin.
Don't use "0" or it will not only be transparent, but won't react to the mouse. It will just be as if the meter isn't there at all. Use "1" for transparent in most cases.
User avatar
Xenbox
Posts: 120
Joined: February 2nd, 2011, 12:20 am

Re: Can you use a Transparent Colours?

Post by Xenbox »

jsmorley wrote: Don't use "0" or it will not only be transparent, but won't react to the mouse. It will just be as if the meter isn't there at all. Use "1" for transparent in most cases.
well 0 was indeed there it was a dark grey colour

Image

and "1" looks just the same as "0"
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Can you use a Transparent Colours?

Post by jsmorley »

Vodkaholic wrote: well 0 was indeed there it was a dark grey colour

Image

and "1" looks just the same as "0"
I promise that if you had a color that was xxx,xxx,xxx,0 it was not dark gray. The entire element would be invisible. Post your code if you like.
User avatar
Xenbox
Posts: 120
Joined: February 2nd, 2011, 12:20 am

Re: Can you use a Transparent Colours?

Post by Xenbox »

jsmorley wrote: I promise that if you had a color that was xxx,xxx,xxx,0 it was not dark gray. The entire element would be invisible. Post your code if you like.
lol oh am not saying you are wrong O.O you are 100% right ! what I mean is it is not working for me :D

Code: Select all

[Rainmeter]
Author=ForceX
Update=500
DynamicWindowSize=1
[Metadata]
Name=ForceX
Config=
Description=System related information
Instructions=Make Changes in your FXSM_V2_Settings.inc file
Version=2



[Variables]
@include=#SKINSPATH#ForceX\FXSM_V2_Settings.inc


;============================================================================
;System Monitor Start
;============================================================================
;-----------------------------------------------------------
;System Monitor Side Body
;-----------------------------------------------------------

[System_Monitor_Outline]
Meter=IMAGE
X=0
Y=0
W=275
H=1080
SolidColor=#color9#
UpdateDivider=3600

[System_Monitor_Body]
Meter=IMAGE
X=1r
Y=1r
W=273
H=1080
SolidColor=100,0,157,1
UpdateDivider=3600

[System_Monitor_Body_Side_Bar]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=0
H=1080
W=1
UpdateDivider=3600

;-----------------------------------------------------------
;System Monitor Name Vertical Text
;-----------------------------------------------------------

[System_Monitor_Vertival_Text]
Meter=String
Text="ForceX System Monitor"
X=6
Y=125
Angle=-1.5707
FontColor=#font1#
FontSize=8
AntiAlias=#AA#

;===========================================================
;Detect OS
;===========================================================

[Detect_OS]
Measure=Registry
RegHKey=HKEY_LOCAL_MACHINE
RegKey=SOFTWARE\Microsoft\Windows NT\CurrentVersion
RegValue=ProductName
Substitute="Windows XP":"0","Windows XP Professional":"0","Windows Vista(TM) Home":"1","Windows Vista(TM) Home Premium":"1","Windows Vista(TM) Professional":"1","Windows Vista(TM) Ultimate":"1","Windows 7 Home":"1","Windows 7 Home Premium":"1","Windows 7 Professional":"1","Windows 7 Ultimate":"1"

[OS_IS]
Measure=Calc
Formula=[Detect_OS]
DynamicVariables=1

;===========================================================
;CPU Information Gathering
;===========================================================

;------------------------------------------------------------
;CPU ID Name
;------------------------------------------------------------

[Mse_CPU_Name]
Measure=Registry
RegHKey=HKEY_LOCAL_MACHINE
RegKey=HARDWARE\DESCRIPTION\System\CentralProcessor\0
RegValue=ProcessorNameString
UpdateDivider=3600

[Mse_CPU_Name_Text]
Meter=STRING
MeasureName=Mse_CPU_Name
X=30
Y=5
FontColor=#font1#
FontSize=8
FontFace=#Font1name#
AntiAlias=#AA#
Text="%1"

[Mse_CPU_MHz]
Measure=Plugin
Plugin=Plugins\PowerPlugin.dll
PowerState=MHZ
UpdateDivider=3600
;UpdateDivider=30

[Meter_MHz]
Meter=STRING
MeasureName=Mse_CPU_MHz
X=0r
Y=15r
FontColor=#font1#
FontSize=8
FontFace=#Font1name#
AntiAlias=#AA#
Text="Clock Speed: %1 MHz"

;-----------------------------------------------------------
;Measure CPU
;-----------------------------------------------------------

[Mse_CPUMHz]
Measure=Plugin
Plugin=Plugins\PowerPlugin.dll
PowerState=MHZ

[Mse_CPU]
Measure=CPU

[Mse_CPUIdle]
Measure=CPU

;------------------------------------------------------------
;Measure CPU Cores / CPU Bars & Text
;------------------------------------------------------------

------------------------------------ CPU Main

[CPU_idle]
Meter=STRING
MeasureName=Mse_CPUIdle
X=30
Y=38
FontColor= 0, 200, 0, 200
FontSize=8
FontFace=#Font1Name#
StringAlign=LEFT
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=0
Postfix=%

[CPU_Main_Bar_Back]
Meter=IMAGE
X=75
Y=40
W=190
H=10
SolidColor=#color2#
AntiAlias=#AA#

[CPU_Main_Bar]
Meter=BAR
MeasureName=Mse_CPU
X=0r
Y=0r
W=190
H=10
BarColor=#color6#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

------------------------------------ Core 1	<----Dynamic Line Adjust Start

[Mse_Core_1]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=0
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1

[Core_1_Text]
Meter=STRING
X=30
Y=15r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Core 1"

[CPU_1_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=190
H=5
SolidColor=#color2#
AntiAlias=#AA#

[CPU_1_Bar]
Meter=BAR
MeasureName=Mse_Core_1
X=0r
Y=0r
W=190
H=5
BarColor=#color4#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

------------------------------------ Core 2

[Mse_Core_2]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=1
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1

[Core_2_Text]
Meter=STRING
X=30
Y=8r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Core 2"

[Core_2_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=190
H=5
SolidColor=#color2#
AntiAlias=#AA#

[Core_2_Bar]
Meter=BAR
MeasureName=Mse_Core_2
X=0r
Y=0r
W=190
H=5
BarColor=#color4#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

------------------------------------ Core 3

[Mse_Core_3]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=2
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1

[Core_3_Text]
Meter=STRING
X=30
Y=8r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Core 3"

[Core_3_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=190
H=5
SolidColor=#color2#
AntiAlias=#AA#

[Core_3_Bar]
Meter=BAR
MeasureName=Mse_Core_3
X=0r
Y=0r
W=190
H=5
BarColor=#color4#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

------------------------------------ Core 4

[Mse_Core_4]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=3
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1

[Core_4_Text]
Meter=STRING
X=30
Y=8r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Core 4"

[Core_4_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=190
H=5
SolidColor=#color2#
AntiAlias=#AA#

[CPU_4_Bar]
Meter=BAR
MeasureName=Mse_Core_4
X=0r
Y=0r
W=190
H=5
BarColor=#color4#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

------------------------------------ Core 5

[Mse_Core_5]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=4
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1

[Core_5_Text]
Meter=STRING
X=30
Y=8r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Core 5"

[Core_5_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=190
H=5
SolidColor=#color2#
AntiAlias=#AA#

[Core_5_Bar]
Meter=BAR
MeasureName=Mse_Core_5
X=0r
Y=0r
W=190
H=5
BarColor=#color4#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

------------------------------------ Core 6

[Mse_Core_6]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=5
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1

[Core_6_Text]
Meter=STRING
X=30
Y=8r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Core 6"

[Core_6_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=190
H=5
SolidColor=#color2#
AntiAlias=#AA#

[Core_6_Bar]
Meter=BAR
MeasureName=Mse_Core_6
X=0r
Y=0r
W=190
H=5
BarColor=#color4#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

------------------------------------ Core 7

[Mse_Core_7]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=6
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1

[Core_7_Text]
Meter=STRING
X=30
Y=8r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Core 7"

[Core_7_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=190
H=5
SolidColor=#color2#
AntiAlias=#AA#

[Core_7_Bar]
Meter=BAR
MeasureName=Mse_Core_7
X=0r
Y=0r
W=190
H=5
BarColor=#color4#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

------------------------------------ Core 8

[Mse_Core_8]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject="Processor"
PerfMonInstance=7
PerfMonCounter="% Processor Time"
PerfMonDifference=1
InvertMeasure=1

[Core_8_Text]
Meter=STRING
X=30
Y=8r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Core 8"

[Core_8_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=190
H=5
SolidColor=#color2#
AntiAlias=#AA#

[Core_8_Bar]
Meter=BAR
MeasureName=Mse_Core_8
X=0r
Y=0r
W=190
H=5
BarColor=#color4#
BarOrientation=HORIZONTAL
AntiAlias=#AA#

------------------------------------ CPU Temp Measures 

------------------------------------ CPU Temp Bar 1

[Mse_CPU_1_Temp]
Measure=Plugin
PlugIn=PlugIns\SpeedFanPlugin.dll
SpeedFanNumber=#SFCPU#
MaxValue=100
MinValue=0

[CPU_1_Name_Text]
Meter=STRING
X=30
Y=13r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="CPU"

[CPU_1_Temp_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=165
H=5
SolidColor=#color2#
AntiAlias=#AA#

[CPU_1_Temp_Bar]
Meter=BAR
MeasureName=Mse_CPU_1_Temp
X=0r
Y=0r
W=165
H=5
BarColor=#color14#
BarOrientation=HORIZONTAL
AntiAlias=#AA#
MaxValue=100
MinValue=0
AutoScale=0

[CPU_1_Temp_Text]
Meter=STRING
MeasureName=Mse_CPU_1_Temp
X=242
Y=-4r
FontColor=#color14#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="%1°C"

------------------------------------ GPU 1 Temp

[Mse_GPU1_Temp]
Measure=Plugin
PlugIn=PlugIns\SpeedFanPlugin.dll
SpeedFanNumber=#SFGPU1#
MaxValue=100
MinValue=0

[GPU1_Name_Text]
Meter=STRING
X=30
Y=12r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="GPU"

[GPU1_Temp_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=165
H=5
SolidColor=#color2#
AntiAlias=#AA#

[GPU1_Temp_Bar]
Meter=BAR
MeasureName=Mse_GPU1_Temp
X=0r
Y=0r
W=165
H=5
BarColor=#color11#
BarOrientation=HORIZONTAL
AntiAlias=#AA#
MaxValue=100
MinValue=0
AutoScale=0

[GPU1_Temp_Text]
Meter=STRING
MeasureName=Mse_GPU1_Temp
X=242
Y=-4r
FontColor=#color11#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="%1°C"

------------------------------------ GPU2 Temp

[Mse_GPU2_Temp]
Measure=Plugin
PlugIn=PlugIns\SpeedFanPlugin.dll
SpeedFanNumber=#SFGPU2#
MaxValue=100
MinValue=0

[GPU2_Name_Text]
Meter=STRING
X=30
Y=12r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="GPU"

[GPU2_Temp1_Bar_Back]
Meter=IMAGE
X=75
Y=3r
W=165
H=5
SolidColor=#color2#
AntiAlias=#AA#

[GPU2_Temp1_Bar]
Meter=BAR
MeasureName=Mse_GPU2_Temp
X=0r
Y=0r
W=165
H=5
BarColor=#color11#
BarOrientation=HORIZONTAL
AntiAlias=#AA#
MaxValue=100
MinValue=0
AutoScale=0

[GPU2_Temp_Text]
Meter=STRING
MeasureName=Mse_GPU2_Temp
X=242
Y=-4r
FontColor=#color11#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
Text="%1°C"

;-----------------------------------------------------------
;Measure Processes
;-----------------------------------------------------------

[Mse_Processes]
Measure=Plugin
Plugin=Perfmon.dll
PerfMonObject="System"
PerfMonCounter="Processes"
PerfMonInstance=""
PerfMonDifference=0

[Processes_Text]
Meter=String
MeasureName=Mse_Processes
Prefix="Processes: "
X=30
Y=18r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#

;-----------------------------------------------------------
;Measure Top Processes
;-----------------------------------------------------------

[Mse_Top_Process] 
Measure=Plugin 
Plugin=Plugins\AdvancedCPU.dll 
TopProcess=2 
CPUExclude=Idle

[Top_Processes_Text]
Meter=String
MeasureName=Mse_Top_Process
Prefix="Top Processes: "
X=0r
Y=15r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#

;-----------------------------------------------------------
;Measure System Up Time
;-----------------------------------------------------------

[Mse_System_Uptime]
Measure=Uptime
Substitute="d":" days,",":":" hours, "
UpdateDivider=60

[System_Uptime_Text]
Meter=String
MeasureName=Mse_System_Uptime
Prefix="System Uptime: "
X=30
Y=15r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#

;-----------------------------------------------------------
;CPU Graphs
;-----------------------------------------------------------

[Spacer_1]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

------------------------------------ CPU Graph

[CPU_Graph_color20]
Meter=Line
MeasureName=Mse_CPU
X=30
Y=3r
H=46
W=240
LineCount=1
LineColor=#color4#
AntiAlias=#AA#

[CPU_Graph_Main]
Meter=HISTOGRAM
MeasureName=Mse_CPU
X=0r
Y=0r
H=46
W=240
PrimaryColor=#color5#
AntiAlias=#AA#

------------------------------------ CPU 1 Temp Graph

[CPU_1_Temp_Graph]
Meter=Line
MeasureName=Mse_CPU_1_Temp
X=0r
Y=0r
H=44
W=240
LineCount=1
LineColor=#color14#
AntiAlias=#AA#

------------------------------------ GPU 1 Temp Graph

[GPU1_Temp_Graph]
Meter=Line
MeasureName=Mse_GPU1_Temp
X=0r
Y=0r
H=44
W=240
LineCount=1
LineColor=#color11#
AntiAlias=#AA#
AutoScale=0

------------------------------------ GPU 2 Temp Graph

[GPU2_Temp_Graph]
Meter=Line
MeasureName=Mse_GPU2_Temp
X=0r
Y=0r
H=44
W=240
LineCount=1
LineColor=#color11#
AntiAlias=#AA#
AutoScale=0
------------------------------------ End Temp Graphs

[Spacer_2]
Meter=IMAGE
SolidColor=#color9#
X=0
Y=48r
H=1
W=275


;============================================================================
;RAM Ussage 
;============================================================================
;-----------------------------------------------------------
;RAM Information Gathering
;-----------------------------------------------------------
[Mse_Phys_RAM_Total]
Measure=PhysicalMemory
Total=1
UpdateDivider=3600

[Mse_Phys_RAM_Used]
Measure=PhysicalMemory

[Mse_Phys_RAM_Free]
Measure=PhysicalMemory
InvertMeasure=1

;-----------------------------------------------------------
;RAM Used Text
;-----------------------------------------------------------

------------------------------------ RAM Vertical Text

[RAM_Vertival_Text]
Meter=String
Text="RAM Monitor"
X=6
Y=68r
Angle=-1.5707
FontColor=#font1#
FontSize=8
AntiAlias=#AA#

------------------------------------ RAM Information Text

[RAM_Used_Text]
MeasureName=Mse_Phys_RAM_Used
Meter=STRING
X=45
Y=-65r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
NumOfDecimals=3
Text="Used: %1"
AntiAlias=#AA#
AutoScale=1

[Ram_Free_Text]
MeasureName=Mse_Phys_RAM_Free
Meter=STRING
X=197
Y=0r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
NumOfDecimals=3
Text="Free: %1"
AntiAlias=#AA#
AutoScale=1

------------------------------------ RAM Bar

[RAM_%_Text]
MeasureName=Mse_Phys_RAM_Used
Meter=STRING
X=45
Y=15r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
Text="%1%"
Percentual=1
AntiAlias=#AA#
AutoScale=1

[RAM_Bar_Back]
Meter=IMAGE
X=30r
Y=4r
W=190
H=6
SolidColor=100, 100, 100, 50

[RAM_Bar]
Meter=BAR
MeasureName=Mse_Phys_RAM_Used
X=0r
Y=0r
W=190
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL

------------------------------------ RAM Bar End

[RAM_Total_Text]
MeasureName=Mse_Phys_RAM_Total
Meter=STRING
X=201
Y=12r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
Text="Total: %1"
AntiAlias=#AA#
AutoScale=1
UpdateDivider=3600

[Spacer_3]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

------------------------------------ RAM Graph

[RAM_Graph_color20]
Meter=Line
MeasureName=Mse_Phys_RAM_Used
X=30
Y=3r
H=30
W=240
LineCount=1
LineColor=#color4#
AntiAlias=#AA#

[RAM_Graph_Main]
Meter=HISTOGRAM
MeasureName=Mse_Phys_RAM_Used
X=0r
Y=0r
H=30
W=240
PrimaryColor=#color5#
AntiAlias=#AA#


[Spacer_4]
Meter=IMAGE
SolidColor=#color9#
X=0
Y=32r
H=1
W=275

;============================================================================
;SWAP File 
;============================================================================

;--------------------------------------------
;Gather SWAP Information
;--------------------------------------------

[Mse_SWAP]
Measure=SWAPMemory

[Mse_Free_SWAP]
Measure=SWAPMemory
InvertMeasure=1

[Mse_Total_SWAP]
Measure=SWAPMemory
Total=1
UpdateDivider=3600

;-----------------------------------------------------------
;SWAP Used Text
;-----------------------------------------------------------

------------------------------------ SWAP Vertical Text

[SWAP_Vertical_Text]
Meter=String
Text="SWAP"
X=6
Y=38r
Angle=-1.5707
FontColor=#font1#
FontSize=8
AntiAlias=#AA#


------------------------------------ SWAP Information Text

[SWAP_Used_Text]
MeasureName=Mse_SWAP
Meter=STRING
X=45
Y=-35r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
NumOfDecimals=3
Text="Used: %1"
AntiAlias=#AA#
AutoScale=1

[SWAP_Free_Text]
MeasureName=Mse_Free_SWAP
Meter=STRING
X=190
Y=0r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
NumOfDecimals=3
Text="Free: %1"
AntiAlias=#AA#
AutoScale=1


------------------------------------ SWAP Bar


[SWAP_%_Text]
MeasureName=Mse_SWAP
Meter=STRING
X=45
Y=15r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
Text="%1%"
Percentual=1
AntiAlias=#AA#
AutoScale=1

[SWAP_Bar_Back]
Meter=IMAGE
X=30r
Y=4r
W=190
H=6
SolidColor=#color2#

[SWAP_Bar]
Meter=BAR
MeasureName=Mse_SWAP
X=0r
Y=0r
W=190
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL


------------------------------------ SWAP Bar End
[SWAP_Total_Text]
MeasureName=Mse_Total_SWAP
Meter=STRING
X=201
Y=12r
FontColor=#font1#
FontSize=8
StringAlign=LEFT
FontFace=#Font1Name#
Text="Total: %1"
AntiAlias=#AA#
AutoScale=1
UpdateDivider=3600

[Spacer_5]
Meter=IMAGE
SolidColor=#color9#
X=0
Y=18r
H=1
W=275

;============================================================================
;Network Information & Ussage 
;============================================================================
;-----------------------------------------------------------
;Network Information Gathering - Upload
;-----------------------------------------------------------

[TCPOut]
Measure=NetOut
Interface=#Interface#
MaxValue=#speedu#

[TCPOutAll]
Measure=NetOut
Interface=#Interface#
Cumulative=1

;-----------------------------------------------------------
;Network Information Gathering - Download
;-----------------------------------------------------------

[TCPIn]
Measure=NetIn
Interface=#Interface#
MaxValue=#speedd#

[TCPInAll]
Measure=NetIn
Interface=#Interface#
Cumulative=1


------------------------------------ Network Vertical Text

[Network_Vertical_Text]
Meter=String
Text="Network Monitor"
X=6
Y=86r
Angle=-1.5707
FontColor=#font1#
FontSize=8
AntiAlias=#AA#

;------------------------------------------------------------
;Network WAN IP Address
;------------------------------------------------------------

[Mse_WAN]
Measure=Plugin
Plugin=Plugins\WebParser.dll
URL=http://www.geobytes.com/IpLocator.htm?GetLocation
RegExp="(?siU)name="ipaddress" size="15" value="(.*)">"
StringIndex=1
UpdateRate=30000

[WAN_Text]
Meter=STRING
X=35
Y=-83r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="WAN IP:"

[WAN_IP_Text]
Meter=STRING
MeterStyle=StyleText
MeasureName=Mse_WAN
X=45r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
;UpdateDivider=30

---------------------------------------- Gateway

;[Mse_Gateway]
;Measure=Plugin
;Plugin=Plugins\SysInfo.dll
;SysInfoType=GATEWAY_ADDRESS
;SysInfoData=0
;UpdateDivider=#Update#


;[Gateway_Text]
;MeasureName=Mse_Gateway
;Meter=STRING
;X=160
;Y=0r
;Prefix="Gateway: "
;FontColor=#font1#
;FontSize=7
;FontFace=#Font1Name#
;AntiAlias=#AA#

---------------------------------------- Number Of Connections

[Mse_OS_XP]
Measure=Calc
Formula=(OS_IS)
UpdateDivider=2
IfBelowValue=1
IfBelowAction=!Execute [!RainmeterShowMeter Number_Connection_Xp][!RainmeterHideMeter Number_Connection_V7]

[Mse_OS_V7]
Measure=Calc
Formula=(OS_IS)
UpdateDivider=2
IfAboveValue=0
IfAboveAction=!Execute [!RainmeterShowMeter Number_Connection_V7][!RainmeterHideMeter Number_Connection_Xp]


---------------------------------------- Number Of Connections XP

[Mse_Connections_Xp]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=TCP
PerfMonCounter="Connections Established"
PerfMonInstance=
PerfMonDifference=0

[Number_Connection_Xp]
Meter=String
MeasureName=Mse_Connections_XP
X=173
Y=0r
Prefix="Connections: "
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Hidden=1

---------------------------------------- Number Of Connections V7

[Mse_Connections_V7]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=TCPv4
PerfMonCounter="Connections Established"
PerfMonInstance=
PerfMonDifference=0

[Number_Connection_V7]
Meter=String
MeasureName=Mse_Connections_V7
X=173
Y=0r
Prefix="Connections: "
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Hidden=1


;------------------------------------------------------------
;Network Local IP Address
;------------------------------------------------------------

[Mse_LAN]
Measure=Plugin
Plugin=Plugins\SysInfo.dll
SysInfoType=IP_ADDRESS
SysInfoData=0
UpdateDivider=30

[Local_Text]
Meter=STRING
X=35
Y=15r
Text="Local IP:"
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#

[LAN_IP_Text]
Meter=STRING
MeasureName=Mse_LAN
X=45r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
UpdateDivider=30

---------------------------------------- DNS

;[MSe_DNS]
;Measure=Plugin
;Plugin=Plugins\SysInfo.dll
;SysInfoType=DNS_SERVER
;SysInfoData=0
;UpdateDivider=#Update#


;[DNS_Text]
;MeasureName=Mse_DNS
;Meter=STRING
;X=160
;Y=0r
;Prefix="DNS: "
;FontColor=#font1#
;FontSize=7
;FontFace=#Font1Name#
;AntiAlias=#AA#


;-----------------------------------------------------------
;Network Text - Upload
;-----------------------------------------------------------

[Network_UP_Text]
Meter=STRING
X=35
Y=20r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Network Traffic UP:"


[Network_UP_Speed_Text]
Meter=STRING
MeasureName=TCPOut
X=133
Y=0r
FontColor=#color6#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Network_UP_All_Text]
Meter=STRING
X=220
Y=0r
StringAlign=Right
Text="Total UL: "
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#


[Network_UP_All_Numerical_Text]
Meter=STRING
MeasureName=TCPOutAll
X=45r
Y=0r
StringAlign=Right
AutoScale=1
NumOfDecimals=1
LeftMouseDownAction=!RainmeterResetStats
FontColor=#color6#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#

;-----------------------------------------------------------
;Network Text - Download
;-----------------------------------------------------------

[Network_DL_Text]
Meter=STRING
X=35
Y=18r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Network Traffic DL:"


[Network_DL_Speed_Text]
Meter=STRING
MeasureName=TCPIN
X=133
Y=0r
FontColor=#color4#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Network_DL_All_Text]
Meter=STRING
X=220
Y=0r
StringAlign=Right
Text="Total DL: "
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#


[Network_DL_All_Numerical_Text]
Meter=STRING
MeasureName=TCPINAll
X=45r
Y=0r
StringAlign=Right
AutoScale=1
NumOfDecimals=1
LeftMouseDownAction=!RainmeterResetStats
FontColor=#color4#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#

;-----------------------------------------------------------
;Network Graph
;-----------------------------------------------------------

[Spacer_6]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

---------------------------------------- Graph Download

[Network_DL_Graph_color20]
Meter=Line
MeasureName=TCPIn
MaxValue=#speedd#
X=30
Y=3r
H=46
W=240
LineCount=1
LineColor=#color4#
AntiAlias=#AA#
;AutoScale=0

[Network_DL_Graph_Main]
Meter=HISTOGRAM
MeasureName=TCPIn
MaxValue=#speedd#
X=0r
Y=0r
H=46
W=240
PrimaryColor=#color5#
AntiAlias=#AA#
;AutoScale=0

------------------------------------ Graph Upload

[Network_Up_Graph_color20]
Meter=Line
MeasureName=TCPOut
X=0r
Y=0r
H=42
W=240
LineCount=1
LineColor=#color6#
AntiAlias=#AA#
MaxValue=#speedu#
AutoScale=0

[Network_Up_Graph_Main]
Meter=HISTOGRAM
MeasureName=TCPOut
X=0r
Y=0r
H=42
W=240
PrimaryColor=#color7#
AntiAlias=#AA#
MaxValue=#speedu#
AutoScale=0

[Spacer_7]
Meter=IMAGE
SolidColor=#color9#
X=0
Y=48r
H=1
W=275

;============================================================================
;HDD Information & Ussage 
;============================================================================

;===========================================
;Drive 1 Display
;===========================================

[Mse_Drive1Access]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=LogicalDisk
PerfMonCounter="Disk Bytes/sec"
PerfMonInstance="#drive1#"

[Mse_Drive1Free]
Measure=FreeDiskSpace
Drive=#Drive1#
UpdateDivider=2

[Mse_Drive1Name]
Measure=FreeDiskSpace
Drive=#Drive1#
UpdateDivider=2
Label=1
UpdateDivider=3600

[Mse_Drive1Used]
Measure=FreeDiskSpace
Drive=#Drive1#
InvertMeasure=1
UpdateDivider=2

[Mse_Drive1Size]
Measure=FreeDiskSpace
Drive=#Drive1#
Total=1
UpdateDivider=3600

;-----------------------------------------------------------
;Drive 1 Information Text
;-----------------------------------------------------------

------------------------------------ HDD Vertical Text

[HDD_Vertival_Text]
Meter=String
Text="HDD Monitor"
X=6
Y=66r
Angle=-1.5707
FontColor=#font1#
FontSize=8
AntiAlias=#AA#

------------------------------------ HDD 1 Information

[Rl_Drive1UsedString]
Meter=STRING
MeasureName=Mse_Drive1Used
X=81r
Y=-61r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Used: "

[Rl_Drive1Free]
Meter=STRING
MeasureName=Mse_Drive1Free
X=180r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Free: "

------------------------------------ HDD 1 Bar

[Drive1%]
Meter=STRING
X=35
Y=13r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Drive #drive1#"
UpdateDivider=3600

LeftMouseDownAction=#Drive1#

[Drive1Back]
Meter=IMAGE
X=81
Y=4r
W=185
H=6
SolidColor=#color2#

[Drive_1_Norm_Caution]
Measure=Calc
Formula=((Mse_Drive1Used/Mse_Drive1Size)*100)
UpdateDivider=2
IfBelowValue=75
IfBelowAction=!Execute [!RainmeterShowMeter Rl_Drive1Used_Green][!RainmeterHideMeter Rl_Drive1Used_Orange][!RainmeterHideMeter Rl_Drive1Used_Red]
IfAboveValue=74
IfAboveAction=!Execute [!RainmeterHideMeter Rl_Drive1Used_Green][!RainmeterShowMeter Rl_Drive1Used_Orange][!RainmeterHideMeter Rl_Drive1Used_Red]

[Drive_1_Low]
Measure=Calc
Formula=((Mse_Drive1Used/Mse_Drive1Size)*100)
UpdateDivider=2
IfAboveValue=89
IfAboveAction=!Execute [!RainmeterHideMeter Rl_Drive1Used_Green][!RainmeterHideMeter Rl_Drive1Used_Orange][!RainmeterShowMeter Rl_Drive1Used_Red]


[Rl_Drive1Used_Green]
Meter=Bar
MeasureName=Mse_Drive1Used
X=0r
Y=0r
W=150
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive1Used_Orange]
Meter=Bar
MeasureName=Mse_Drive1Used
X=0r
Y=0r
W=150
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive1Used_Red]
Meter=Bar
MeasureName=Mse_Drive1Used
X=0r
Y=0r
W=150
H=6
BarColor=#color11#
BarOrientation=HORIZONTAL
hidden=1

------------------------------------ HDD 1 Bar End

[Drive_Name_1]
MeasureNAme=Mse_Drive1Name
Meter=STRING
X=35
Y=10r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text=
UpdateDivider=3600

LeftMouseDownAction=#Drive1#


[Rl_Drive1Total]
Meter=STRING
MeasureName=Mse_Drive1Size
X=268
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Total: "
UpdateDivider=3600

------------------------------------ HDD 1 Access Graph

[Rl_Drive1Access_txt]
Meter=STRING
MeasureName=Mse_Drive1Access
X=35
Y=18r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Rl_Drive1Access1]
Meter=Line
MeasureName=Mse_Drive1Access
X=70
Y=0r
H=16
W=200
LineCount=1
LineColor=#color4#
AutoScale=0
AntiAlias=#AA#

[Rl_Drive1Access2]
Meter=Line
MeasureName=Mse_Drive1Access
X=0r
Y=0r
H=16
W=200
LineCount=1
LineColor=#color5#
AutoScale=0
AntiAlias=#AA#

[Spacer_8]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

;===========================================
;Drive 2 Display
;===========================================

[Mse_Drive2Access]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=LogicalDisk
PerfMonCounter="Disk Bytes/sec"
PerfMonInstance="#Drive2#"

[Mse_Drive2Free]
Measure=FreeDiskSpace
Drive=#Drive2#
UpdateDivider=2

[Mse_Drive2Name]
Measure=FreeDiskSpace
Drive=#drive2#
UpdateDivider=2
Label=1
UpdateDivider=3600

[Mse_Drive2Used]
Measure=FreeDiskSpace
Drive=#Drive2#
InvertMeasure=1
UpdateDivider=2

[Mse_Drive2Size]
Measure=FreeDiskSpace
Drive=#Drive2#
Total=1
UpdateDivider=3600

;-----------------------------------------------------------
;Drive 2 Information Text
;-----------------------------------------------------------

------------------------------------ HDD 2 Information

[Rl_Drive2UsedString]
Meter=STRING
MeasureName=Mse_Drive2Used
X=87
Y=5r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Used: "

[Rl_Drive2Free]
Meter=STRING
MeasureName=Mse_Drive2Free
X=180r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Free: "

------------------------------------ HDD 2 Bar

[Drive2%]
Meter=STRING
X=35
Y=13r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Drive #Drive2#"
UpdateDivider=3600

LeftMouseDownAction=#Drive2#

[Drive2Back]
Meter=IMAGE
X=81
Y=4r
W=185
H=6
SolidColor=#color2#

[Drive_2_Norm_Caution]
Measure=Calc
Formula=((Mse_Drive2Used/Mse_Drive2Size)*100)
UpdateDivider=2
IfBelowValue=75
IfBelowAction=!Execute [!RainmeterShowMeter Rl_drive2Used_Green][!RainmeterHideMeter Rl_drive2Used_Orange][!RainmeterHideMeter Rl_drive2Used_Red]
IfAboveValue=74
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive2Used_Green][!RainmeterShowMeter Rl_drive2Used_Orange][!RainmeterHideMeter Rl_drive2Used_Red]

[Drive_2_Low]
Measure=Calc
Formula=((Mse_Drive2Used/Mse_Drive2Size)*100)
UpdateDivider=2
IfAboveValue=89
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive2Used_Green][!RainmeterHideMeter Rl_drive2Used_Orange][!RainmeterShowMeter Rl_drive2Used_Red]

[Rl_Drive2Used_Green]
Meter=Bar
MeasureName=Mse_Drive2Used
X=0r
Y=0r
W=150
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive2Used_Orange]
Meter=Bar
MeasureName=Mse_Drive2Used
X=0r
Y=0r
W=150
H=6
BarColor=#color13#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive2Used_Red]
Meter=Bar
MeasureName=Mse_Drive2Used
X=0r
Y=0r
W=150
H=6
BarColor=#color11#
BarOrientation=HORIZONTAL
hidden=1

------------------------------------ HDD 2 Bar End

[Drive_Name_2]
MeasureNAme=Mse_Drive2Name
Meter=STRING
X=35
Y=10r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text=
UpdateDivider=3600

LeftMouseDownAction=#Drive2#

[Rl_Drive2Total]
Meter=STRING
MeasureName=Mse_Drive2Size
X=268
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Total: "
UpdateDivider=3600

------------------------------------ HDD 2 Access Graph

[Rl_Drive2Access_txt]
Meter=STRING
MeasureName=Mse_Drive2Access
X=35
Y=18r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Rl_Drive2Access1]
Meter=Line
MeasureName=Mse_Drive2Access
X=70
Y=0r
H=16
W=200
LineCount=1
LineColor=#color4#
AutoScale=0
AntiAlias=#AA#

[Rl_Drive2Access2]
Meter=Line
MeasureName=Mse_Drive2Access
X=0r
Y=0r
H=16
W=200
LineCount=1
LineColor=#color5#
AutoScale=0
AntiAlias=#AA#

[Spacer_9]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

;===========================================
;Drive 3 Display
;===========================================

[Mse_Drive3Access]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=LogicalDisk
PerfMonCounter="Disk Bytes/sec"
PerfMonInstance="#Drive3#"

[Mse_Drive3Free]
Measure=FreeDiskSpace
Drive=#Drive3#
UpdateDivider=2

[Mse_Drive3Name]
Measure=FreeDiskSpace
Drive=#drive3#
UpdateDivider=2
Label=1
UpdateDivider=3600

[Mse_Drive3Used]
Measure=FreeDiskSpace
Drive=#Drive3#
InvertMeasure=1
UpdateDivider=2

[Mse_Drive3Size]
Measure=FreeDiskSpace
Drive=#Drive3#
Total=1
UpdateDivider=3600

;-----------------------------------------------------------
;Drive 3 Information Text
;-----------------------------------------------------------

------------------------------------ HDD 3 Information

[Rl_Drive3UsedString]
Meter=STRING
MeasureName=Mse_Drive3Used
X=87
Y=5r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Used: "

[Rl_Drive3Free]
Meter=STRING
MeasureName=Mse_Drive3Free
X=180r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Free: "

------------------------------------ HDD 3 Bar

[Drive3%]
Meter=STRING
X=35
Y=13r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Drive #Drive3#"
UpdateDivider=3600

LeftMouseDownAction=#Drive3#

[Drive3Back]
Meter=IMAGE
X=81
Y=4r
W=185
H=6
SolidColor=#color2#

[Drive_3_Norm_Caution]
Measure=Calc
Formula=((Mse_Drive3Used/Mse_Drive3Size)*100)
UpdateDivider=2
IfBelowValue=75
IfBelowAction=!Execute [!RainmeterShowMeter Rl_drive3Used_Green][!RainmeterHideMeter Rl_drive3Used_Orange][!RainmeterHideMeter Rl_drive3Used_Red]
IfAboveValue=74
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive3Used_Green][!RainmeterShowMeter Rl_drive3Used_Orange][!RainmeterHideMeter Rl_drive3Used_Red]

[Drive_3_Low]
Measure=Calc
Formula=((Mse_Drive3Used/Mse_Drive3Size)*100)
UpdateDivider=2
IfAboveValue=89
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive3Used_Green][!RainmeterHideMeter Rl_drive3Used_Orange][!RainmeterShowMeter Rl_drive3Used_Red]


[Rl_Drive3Used_Green]
Meter=Bar
MeasureName=Mse_Drive3Used
X=0r
Y=0r
W=150
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive3Used_Orange]
Meter=Bar
MeasureName=Mse_Drive3Used
X=0r
Y=0r
W=150
H=6
BarColor=#color13#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive3Used_Red]
Meter=Bar
MeasureName=Mse_Drive3Used
X=0r
Y=0r
W=150
H=6
BarColor=#color11#
BarOrientation=HORIZONTAL
hidden=1

------------------------------------ HDD 3 Bar End

[Drive_Name_3]
MeasureNAme=Mse_Drive3Name
Meter=STRING
X=35
Y=10r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text=
UpdateDivider=3600

LeftMouseDownAction=#Drive3#

[Rl_Drive3Total]
Meter=STRING
MeasureName=Mse_Drive3Size
X=268
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Total: "
UpdateDivider=3600

------------------------------------ HDD 3 Access Graph

[Rl_Drive3Access_txt]
Meter=STRING
MeasureName=Mse_Drive3Access
X=35
Y=18r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Rl_Drive3Access1]
Meter=Line
MeasureName=Mse_Drive3Access
X=70
Y=0r
H=16
W=200
LineCount=1
LineColor=#color4#
AutoScale=0
AntiAlias=#AA#

[Rl_Drive3Access2]
Meter=Line
MeasureName=Mse_Drive3Access
X=0r
Y=0r
H=16
W=200
LineCount=1
LineColor=#color5#
AutoScale=0
AntiAlias=#AA#

[Spacer_10]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

;===========================================
;Drive 4 Display
;===========================================

[Mse_Drive4Access]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=LogicalDisk
PerfMonCounter="Disk Bytes/sec"
PerfMonInstance="#Drive4#"

[Mse_Drive4Free]
Measure=FreeDiskSpace
Drive=#Drive4#
UpdateDivider=2

[Mse_Drive4Name]
Measure=FreeDiskSpace
Drive=#drive4#
UpdateDivider=2
Label=1
UpdateDivider=3600

[Mse_Drive4Used]
Measure=FreeDiskSpace
Drive=#Drive4#
InvertMeasure=1
UpdateDivider=2

[Mse_Drive4Size]
Measure=FreeDiskSpace
Drive=#Drive4#
Total=1
UpdateDivider=3600

;-----------------------------------------------------------
;Drive 4 Information Text
;-----------------------------------------------------------

------------------------------------ HDD 4 Information

[Rl_Drive4UsedString]
Meter=STRING
MeasureName=Mse_Drive4Used
X=87
Y=5r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Used: "

[Rl_Drive4Free]
Meter=STRING
MeasureName=Mse_Drive4Free
X=180r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Free: "

------------------------------------ HDD 4 Bar

[Drive4%]
Meter=STRING
X=35
Y=13r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Drive #Drive4#"
UpdateDivider=3600

LeftMouseDownAction=#Drive4#

[Drive4Back]
Meter=IMAGE
X=81
Y=4r
W=185
H=6
SolidColor=#color2#

[Drive_4_Norm_Caution]
Measure=Calc
Formula=((Mse_Drive4Used/Mse_Drive4Size)*100)
UpdateDivider=2
IfBelowValue=75
IfBelowAction=!Execute [!RainmeterShowMeter Rl_drive4Used_Green][!RainmeterHideMeter Rl_drive4Used_Orange][!RainmeterHideMeter Rl_drive4Used_Red]
IfAboveValue=74
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive4Used_Green][!RainmeterShowMeter Rl_drive4Used_Orange][!RainmeterHideMeter Rl_drive4Used_Red]

[Drive_4_Low]
Measure=Calc
Formula=((Mse_Drive4Used/Mse_Drive4Size)*100)
UpdateDivider=2
IfAboveValue=89
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive4Used_Green][!RainmeterHideMeter Rl_drive4Used_Orange][!RainmeterShowMeter Rl_drive4Used_Red]


[Rl_Drive4Used_Green]
Meter=Bar
MeasureName=Mse_Drive4Used
X=0r
Y=0r
W=150
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive4Used_Orange]
Meter=Bar
MeasureName=Mse_Drive4Used
X=0r
Y=0r
W=150
H=6
BarColor=#color13#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive4Used_Red]
Meter=Bar
MeasureName=Mse_Drive4Used
X=0r
Y=0r
W=150
H=6
BarColor=#color11#
BarOrientation=HORIZONTAL
hidden=1

------------------------------------ HDD4 Bar End

[Drive_Name_4]
MeasureNAme=Mse_Drive4Name
Meter=STRING
X=35
Y=10r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text=
UpdateDivider=3600

LeftMouseDownAction=#Drive4#


[Rl_Drive4Total]
Meter=STRING
MeasureName=Mse_Drive4Size
X=268
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Total: "
UpdateDivider=3600

------------------------------------ HDD 4 Access Graph

[Rl_Drive4Access_txt]
Meter=STRING
MeasureName=Mse_Drive4Access
X=35
Y=18r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Rl_Drive4Access1]
Meter=Line
MeasureName=Mse_Drive4Access
X=70
Y=0r
H=16
W=200
LineCount=1
LineColor=#color4#
AutoScale=0
AntiAlias=#AA#

[Rl_Drive4Access2]
Meter=Line
MeasureName=Mse_Drive4Access
X=0r
Y=0r
H=16
W=200
LineCount=1
LineColor=#color5#
AutoScale=0
AntiAlias=#AA#

[Spacer_11]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

;===========================================
;Drive 5 Display
;===========================================

[Mse_Drive5Access]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=LogicalDisk
PerfMonCounter="Disk Bytes/sec"
PerfMonInstance="#Drive5#"

[Mse_Drive5Free]
Measure=FreeDiskSpace
Drive=#Drive5#
UpdateDivider=2

[Mse_Drive5Name]
Measure=FreeDiskSpace
Drive=#drive5#
UpdateDivider=2
Label=1
UpdateDivider=3600

[Mse_Drive5Used]
Measure=FreeDiskSpace
Drive=#Drive5#
InvertMeasure=1
UpdateDivider=2

[Mse_Drive5Size]
Measure=FreeDiskSpace
Drive=#Drive5#
Total=1
UpdateDivider=3600

;-----------------------------------------------------------
;Drive 5 Information Text
;-----------------------------------------------------------

------------------------------------ HDD 5 Information

[Rl_Drive5UsedString]
Meter=STRING
MeasureName=Mse_Drive5Used
X=87
Y=5r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Used: "

[Rl_Drive5Free]
Meter=STRING
MeasureName=Mse_Drive5Free
X=180r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Free: "

------------------------------------ HDD 5 Bar

[Drive5%]
Meter=STRING
X=35
Y=13r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Drive #Drive5#"
UpdateDivider=3600

LeftMouseDownAction=#Drive5#

[Drive5Back]
Meter=IMAGE
X=81
Y=4r
W=185
H=6
SolidColor=#color2#

[Drive_5_Norm_Caution]
Measure=Calc
Formula=((Mse_Drive5Used/Mse_Drive5Size)*100)
UpdateDivider=2
IfBelowValue=75
IfBelowAction=!Execute [!RainmeterShowMeter Rl_drive5Used_Green][!RainmeterHideMeter Rl_drive5Used_Orange][!RainmeterHideMeter Rl_drive5Used_Red]
IfAboveValue=74
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive5Used_Green][!RainmeterShowMeter Rl_drive5Used_Orange][!RainmeterHideMeter Rl_drive5Used_Red]

[Drive_5_Low]
Measure=Calc
Formula=((Mse_Drive5Used/Mse_Drive5Size)*100)
UpdateDivider=2
IfAboveValue=89
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive5Used_Green][!RainmeterHideMeter Rl_drive5Used_Orange][!RainmeterShowMeter Rl_drive5Used_Red]


[Rl_Drive5Used_Green]
Meter=Bar
MeasureName=Mse_Drive5Used
X=0r
Y=0r
W=150
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive5Used_Orange]
Meter=Bar
MeasureName=Mse_Drive5Used
X=0r
Y=0r
W=150
H=6
BarColor=#color13#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive5Used_Red]
Meter=Bar
MeasureName=Mse_Drive5Used
X=0r
Y=0r
W=150
H=6
BarColor=#color11#
BarOrientation=HORIZONTAL
hidden=1

------------------------------------ HDD5 Bar End

[Drive_Name_5]
MeasureNAme=Mse_Drive5Name
Meter=STRING
X=35
Y=10r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text=
UpdateDivider=3600

LeftMouseDownAction=#Drive5#

[Rl_Drive5Total]
Meter=STRING
MeasureName=Mse_Drive5Size
X=268
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Total: "
UpdateDivider=3600

------------------------------------ HDD 5 Access Graph

[Rl_Drive5Access_txt]
Meter=STRING
MeasureName=Mse_Drive5Access
X=35
Y=18r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Rl_Drive5Access1]
Meter=Line
MeasureName=Mse_Drive5Access
X=70
Y=0r
H=16
W=200
LineCount=1
LineColor=#color4#
AutoScale=0
AntiAlias=#AA#

[Rl_Drive5Access2]
Meter=Line
MeasureName=Mse_Drive5Access
X=0r
Y=0r
H=16
W=200
LineCount=1
LineColor=#color5#
AutoScale=0
AntiAlias=#AA#

[Spacer_12]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

;===========================================
;Drive 6 Display
;===========================================

[Mse_Drive6Access]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=LogicalDisk
PerfMonCounter="Disk Bytes/sec"
PerfMonInstance="#Drive6#"

[Mse_Drive6Free]
Measure=FreeDiskSpace
Drive=#Drive6#
UpdateDivider=2

[Mse_Drive6Name]
Measure=FreeDiskSpace
Drive=#drive6#
UpdateDivider=2
Label=1
UpdateDivider=3600

[Mse_Drive6Used]
Measure=FreeDiskSpace
Drive=#Drive6#
InvertMeasure=1
UpdateDivider=2

[Mse_Drive6Size]
Measure=FreeDiskSpace
Drive=#Drive6#
Total=1
UpdateDivider=3600

;-----------------------------------------------------------
;Drive 6 Information Text
;-----------------------------------------------------------

------------------------------------ HDD 6 Information

[Rl_Drive6UsedString]
Meter=STRING
MeasureName=Mse_Drive6Used
X=87
Y=5r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Used: "

[Rl_Drive6Free]
Meter=STRING
MeasureName=Mse_Drive6Free
X=180r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Free: "

------------------------------------ HDD 6 Bar

[Drive6%]
Meter=STRING
X=35
Y=13r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Drive #Drive6#"
UpdateDivider=3600

LeftMouseDownAction=#Drive6#

[Drive6Back]
Meter=IMAGE
X=81
Y=4r
W=185
H=6
SolidColor=#color2#

[Drive_6_Norm_Caution]
Measure=Calc
Formula=((Mse_Drive6Used/Mse_Drive6Size)*100)
UpdateDivider=2
IfBelowValue=75
IfBelowAction=!Execute [!RainmeterShowMeter Rl_drive6Used_Green][!RainmeterHideMeter Rl_drive6Used_Orange][!RainmeterHideMeter Rl_drive6Used_Red]
IfAboveValue=74
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive6Used_Green][!RainmeterShowMeter Rl_drive6Used_Orange][!RainmeterHideMeter Rl_drive6Used_Red]

[Drive_6_Low]
Measure=Calc
Formula=((Mse_Drive6Used/Mse_Drive6Size)*100)
UpdateDivider=2
IfAboveValue=89
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive6Used_Green][!RainmeterHideMeter Rl_drive6Used_Orange][!RainmeterShowMeter Rl_drive6Used_Red]

[Rl_Drive6Used_Green]
Meter=Bar
MeasureName=Mse_Drive6Used
X=0r
Y=0r
W=150
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL
hidden=1

;[Rl_Drive6Used_Orange]
;Meter=Bar
;MeasureName=Mse_Drive6Used
;X=0r
;Y=0r
;W=150
;H=6
;BarColor=#color13#
;BarOrientation=HORIZONTAL
;hidden=1

[Rl_Drive6Used_Red]
Meter=Bar
MeasureName=Mse_Drive6Used
X=0r
Y=0r
W=150
H=6
BarColor=#color11#
BarOrientation=HORIZONTAL
hidden=1

------------------------------------ HDD6 Bar End

[Drive_Name_6]
MeasureNAme=Mse_Drive6Name
Meter=STRING
X=35
Y=10r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text=
UpdateDivider=3600

LeftMouseDownAction=#Drive6#

[Rl_Drive6Total]
Meter=STRING
MeasureName=Mse_Drive6Size
X=268
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Total: "
UpdateDivider=3600

------------------------------------ HDD 6 Access Graph

[Rl_Drive6Access_txt]
Meter=STRING
MeasureName=Mse_Drive6Access
X=35
Y=18r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Rl_Drive6Access1]
Meter=Line
MeasureName=Mse_Drive6Access
X=70
Y=0r
H=16
W=200
LineCount=1
LineColor=#color4#
AutoScale=0
AntiAlias=#AA#

[Rl_Drive6Access2]
Meter=Line
MeasureName=Mse_Drive6Access
X=0r
Y=0r
H=16
W=200
LineCount=1
LineColor=#color5#
AutoScale=0
AntiAlias=#AA#

[Spacer_13]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

;===========================================
;Drive 7 Display
;===========================================

[Mse_Drive7Access]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=LogicalDisk
PerfMonCounter="Disk Bytes/sec"
PerfMonInstance="#Drive7#"

[Mse_Drive7Free]
Measure=FreeDiskSpace
Drive=#Drive7#
UpdateDivider=2

[Mse_Drive7Name]
Measure=FreeDiskSpace
Drive=#drive7#
UpdateDivider=2
Label=1
UpdateDivider=3600

[Mse_Drive7Used]
Measure=FreeDiskSpace
Drive=#Drive7#
InvertMeasure=1
UpdateDivider=2

[Mse_Drive7Size]
Measure=FreeDiskSpace
Drive=#Drive7#
Total=1
UpdateDivider=3600

;-----------------------------------------------------------
;Drive 7 Information Text
;-----------------------------------------------------------

------------------------------------ HDD 7 Information

[Rl_Drive7UsedString]
Meter=STRING
MeasureName=Mse_Drive7Used
X=87
Y=5r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Used: "

[Rl_Drive7Free]
Meter=STRING
MeasureName=Mse_Drive7Free
X=180r
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Free: "

------------------------------------ HDD 7 Bar

[Drive7%]
Meter=STRING
X=35
Y=13r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text="Drive #Drive7#"
UpdateDivider=3600

LeftMouseDownAction=#Drive7#

[Drive7Back]
Meter=IMAGE
X=81
Y=4r
W=185
H=6
SolidColor=#color2#

[Drive_7_Norm_Caution]
Measure=Calc
Formula=((Mse_Drive7Used/Mse_Drive7Size)*100)
UpdateDivider=2
IfBelowValue=75
IfBelowAction=!Execute [!RainmeterShowMeter Rl_drive7Used_Green][!RainmeterHideMeter Rl_drive7Used_Orange][!RainmeterHideMeter Rl_drive7Used_Red]
IfAboveValue=74
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive7Used_Green][!RainmeterShowMeter Rl_drive7Used_Orange][!RainmeterHideMeter Rl_drive7Used_Red]

[Drive_7_Low]
Measure=Calc
Formula=((Mse_Drive7Used/Mse_Drive7Size)*100)
UpdateDivider=2
IfAboveValue=89
IfAboveAction=!Execute [!RainmeterHideMeter Rl_drive7Used_Green][!RainmeterHideMeter Rl_drive7Used_Orange][!RainmeterShowMeter Rl_drive7Used_Red]


[Rl_Drive7Used_Green]
Meter=Bar
MeasureName=Mse_Drive7Used
X=0r
Y=0r
W=150
H=6
BarColor=#color6#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive7Used_Orange]
Meter=Bar
MeasureName=Mse_Drive7Used
X=0r
Y=0r
W=150
H=6
BarColor=#color13#
BarOrientation=HORIZONTAL
hidden=1

[Rl_Drive7Used_Red]
Meter=Bar
MeasureName=Mse_Drive7Used
X=0r
Y=0r
W=150
H=6
BarColor=#color11#
BarOrientation=HORIZONTAL
hidden=1

------------------------------------ HDD7 Bar End

[Drive_Name_7]
MeasureNAme=Mse_Drive7Name
Meter=STRING
X=35
Y=10r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
AntiAlias=#AA#
Text=
UpdateDivider=3600

LeftMouseDownAction=#Drive7#

[Rl_Drive7Total]
Meter=STRING
MeasureName=Mse_Drive7Size
X=268
Y=0r
FontColor=#font1#
FontSize=8
FontFace=#Font1Name#
StringAlign=Right
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1
Prefix="Total: "
UpdateDivider=3600

------------------------------------ HDD 7 Access Graph

[Rl_Drive7Access_txt]
Meter=STRING
MeasureName=Mse_Drive7Access
X=35
Y=18r
FontColor=#font1#
FontSize=7
FontFace=#Font1Name#
AntiAlias=#AA#
AutoScale=1
NumOfDecimals=1

[Rl_Drive7Access1]
Meter=Line
MeasureName=Mse_Drive7Access
X=70
Y=0r
H=16
W=200
LineCount=1
LineColor=#color4#
AutoScale=0
AntiAlias=#AA#

[Rl_Drive7Access2]
Meter=Line
MeasureName=Mse_Drive7Access
X=0r
Y=0r
H=16
W=200
LineCount=1
LineColor=#color5#
AutoScale=0
AntiAlias=#AA#

[Spacer_14]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250

;============================================================================
;System Volume Start
;============================================================================
;-----------------------------------------------------------
;Measure Audio Device
;-----------------------------------------------------------
[MeasureWin7Audio]
Measure=Plugin
Plugin=Win7AudioPlugin.dll


;-----------------------------------------------------------
;Cycle Audio Out Device
;-----------------------------------------------------------
[MeterChangeDevice]
Meter=String
FontFace=#Font1Name#
FontSize=8
FontColor=#font1#
StringAlign=LEFT
AntiAlias=#AA#
X=35
Y=5r
Text="Audio Out: "
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio ToggleNext"

;------------------------------------ Audio Out Device Text

[MeterDeviceName]
Meter=String
MeasureName=MeasureWin7Audio
X=95
Y=0r
FontFace=#Font1Name#
FontSize=8
FontColor=#font1#
StringAlign=LEFT
AntiAlias=#AA#


;------------------------------------ Current Volume Text

[MeasureVolPercent]
Measure=Calc
Formula=MeasureWin7Audio


[MeterVolPercent]
Meter=String
MeasureName=MeasureVolPercent
X=200
Y=0r
FontFace=#Font1Name#
FontSize=8
FontColor=#font1#
AntiAlias=#AA#
Text=%1%
Prefix = "Volume: "


;------------------------------------ Volume Down Text

[MeterVolumeDown]
Meter=String
FontFace=#Font1Name#
FontSize=8
FontColor=#font1#
AntiAlias=#AA#
X=35
Y=15r
Text="<<"
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio ChangeVolume -10"



;------------------------------------ Volume Up Text

[MeterVolumeUp]
Meter=String
FontFace=#Font1Name#
FontSize=8
FontColor=#font1#
AntiAlias=#AA#
X=245
Y=0r
Text=">>"
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio ChangeVolume 10"



;------------------------------------ Volume Bar Background
[Sound_Back]
Meter=IMAGE
X=60
Y=5r
W=180
H=6
SolidColor=#color2#



;------------------------------------ Volume Bar Current


[Volume_Bar_Active]
Meter=BAR
MeasureName=MeasureWin7Audio
BarColor=#color4#
BarOrientation=HORIZONTAL
AntiAlias=#AA#
MaxValue=100
MinValue=0
AutoScale=0
X=0r
Y=0r
W=180
H=6

;-----------------------------------------------------------
;Quick Volume Settings
;-----------------------------------------------------------

;------------------------------------ Volume 10%


[Quick_Volume_10%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 10"

[Bar_10%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume 20%


[Quick_Volume_20%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 20"

[Bar_20%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume 30%


[Quick_Volume_30%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 30"

[Bar_30%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume 40%


[Quick_Volume_40%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 40"

[Bar_40%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume 50%


[Quick_Volume_50%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 50"

[Bar_50%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume 60%


[Quick_Volume_60%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 60"

[Bar_60%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume 70%


[Quick_Volume_70%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 70"

[Bar_70%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume 80%


[Quick_Volume_80%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 80"

[Bar_80%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume 90%


[Quick_Volume_90%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 90"

[Bar_90%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume 10%


[Quick_Volume_100%]
Meter=IMAGE
X=0r
Y=0r
W=18
H=6
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio SetVolume 100"

[Bar_100%]
Meter=IMAGE
X=18r
Y=0r
W=1
H=6
SolidColor=#color3#

;------------------------------------ Volume Mute Text

[MeterVolToggleMute]
Meter=String
X=212
Y=10r
FontFace=#Font1Name#
FontSize=8
FontColor=#font1#
AntiAlias=#AA#
Text=MUTE
LeftMouseUpAction=!RainmeterPluginBang "MeasureWin7Audio ToggleMute"



[Spacer_15]
Meter=IMAGE
SolidColor=#color9#
X=25
Y=18r
H=1
W=250





;===========================================
;Clock
;===========================================

;===========================================
;HOUR AND MINUTE
;===========================================

[Mse_Time]
Measure=Time
Format=%#I:%M

[Mse_Time2]
Measure=Time

[Ring_Seconds]
Meter=ROUNDLINE
MeasureName=Mse_Time2
X=43
Y=16r
LineWidth=.1
LineLength=6
LineStart=8
StartAngle=4.7124
RotationAngle=6.28
ValueReminder=60
AntiAlias=1
LineColor=255,255,255,210
Solid=1

[Mse_Ring]
Measure=Calc
Formula=360

[MeterAnalogBG]
Meter=ROUNDLINE
MeasureName=Mse_Ring
X=0r
Y=0r
LineWidth=.1
LineLength=8
LineStart=7
StartAngle=47.55
RotationAngle=6.28
AntiAlias=1
LineColor=255,255,255,10
Solid=1


[MeterTime]
MeasureName=Mse_Time
Meter=STRING
X=22r
Y=-9r
FontColor=#font1#
FontSize=11
;StringStyle=bold
FontFace=#Font1Name# 
AntiAlias=#AA#

-------------------------------------------------------------CALENDAR

[Mse_Week]
Measure=Time
Format="%a"
;Substitute="Sun.","Mon.","Tues.","Wed.","Thurs.","Fri.","Sat."
UpdateDivider=30

[Mse_Date]
Measure=Time
Format="%b %d, %Y"
;Format="%d %B %Y"
Substitute="Jan.","Feb.","Mar.","Apr.","May","June","July","Aug.","Sept.","Oct.","Nov.","Dec."
UpdateDivider=30

[MeterDay]
Meter=STRING
MeasureName=Mse_Week
X=50r
Y=0r
W=300
StringStyle=NORMAL
FontColor=#font1#
FontSize=10
FontFace=#Font1Name# 
AntiAlias=#AA#

[MeterDate]
Meter=STRING
MeasureName=Mse_Date
X=50r
Y=0r
StringStyle=NORMAL
FontColor=#font1#
FontSize=10
FontFace=#Font1Name# 
AntiAlias=#AA#

[Spacer_End]
Meter=IMAGE
SolidColor=#color9#
X=0
Y=25r
H=1
W=275
This part I changed

Code: Select all

[System_Monitor_Body]
Meter=IMAGE
X=1r
Y=1r
W=273
H=1080
SolidColor=100,0,157,1
UpdateDivider=3600
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Can you use a Transparent Colours?

Post by jsmorley »

Vodkaholic wrote: lol oh am not saying you are wrong O.O you are 100% right ! what I mean is it is not working for me :D

This part I changed

Code: Select all

[System_Monitor_Body]
Meter=IMAGE
X=1r
Y=1r
W=273
H=1080
SolidColor=100,0,157,1
UpdateDivider=3600
I don't really understand why you are using any color other than 0,0,0,1 on a meter that is set with an alpha of "1". It's going to be invisible, so what difference does it make what color it is?
User avatar
Xenbox
Posts: 120
Joined: February 2nd, 2011, 12:20 am

Re: Can you use a Transparent Colours?

Post by Xenbox »

jsmorley wrote: I don't really understand why you are using any color other than 0,0,0,1 on a meter that is set with an alpha of "1". It's going to be invisible, so what difference does it make what color it is?
What do you mean? I am trying to get it the same color and alpha as my taskbar is on the top image.