Anda di halaman 1dari 13

;==================================== ; Rainmeter configuration file ;==================================== ; Glass Explorer 1.

0 ; copyright (c) 2009 Ijonk JoNky ; [Rainmeter] BackgroundMode=1 Author=Ijonk JoNky Update=1000 AppVersion=1000 [Variables] Color1=255, 255, 255, 255 Color2=0, 0, 0, 160 BorderColor1=255, 255, 255, 75 BorderColor2=80, 80, 80, 160 GraphLine1=255, 255, 255, 75 GraphLine2=255, 255, 255, 37 FontName=Segoe UI FontHeight=10 DATE="%#x" ;==================================== ; Background ;==================================== [MeterTop] Meter=IMAGE X=0 Y=0 ImageName=top.png [MeterMiddle] Meter=IMAGE X=0 Y=200 W=250 H=50 ImageName=mid.png [MeterBottom] Meter=IMAGE X=0 Y=250 ImageName=bottom.png ;==================================== ; Quick Refresh ;==================================== [MeterRefresh] Meter=BUTTON X=200 Y=160 ButtonImage=orbrefresh.png ButtonCommand=!RainmeterRefresh ;====================================

; Physical Memory (RAM) ;==================================== [MeasurePhysMemTotal] Measure=PhysicalMemory Total=1 [MeasurePhysMemUsed] Measure=PhysicalMemory [MeasurePhysMemFree] Measure=PhysicalMemory InvertMeasure=1 [MeterTotalPhysMemTextShadow] MeasureName=MeasurePhysMemTotal Meter=STRING X=15 Y=101 FontColor=#Color2# StringStyle=NORMAL FontSize=10 StringAlign=LEFT FontFace=Segoe UI Text="Total physical memory: %1B" AntiAlias=1 AutoScale=1 [MeterTotalPhysMemText] MeasureName=MeasurePhysMemTotal Meter=STRING X=15 Y=100 FontColor=#Color1# StringStyle=NORMAL FontSize=10 StringAlign=LEFT FontFace=Segoe UI Text="Total physical memory: %1B" AntiAlias=1 AutoScale=1 [MeterUsedPhysMemTextShadow] MeasureName=MeasurePhysMemUsed Meter=STRING X=15 Y=117 FontColor=#Color2# StringStyle=NORMAL FontSize=8 StringAlign=LEFT FontFace=Segoe UI Text="Memory Used:" AntiAlias=1 AutoScale=1 [MeterUsedPhysMemText] MeasureName=MeasurePhysMemUsed Meter=STRING X=15

Y=116 FontColor=#Color1# StringStyle=NORMAL FontSize=8 StringAlign=LEFT FontFace=Segoe UI Text="Memory Used:" AntiAlias=1 AutoScale=1 [MeterFreePhysMemTextShadow] MeasureName=MeasurePhysMemFree Meter=STRING X=15 Y=129 FontColor=#Color2# StringStyle=NORMAL FontSize=8 StringAlign=LEFT FontFace=Segoe UI Text="Memory Free:" AntiAlias=1 AutoScale=1 [MeterFreePhysMemText] MeasureName=MeasurePhysMemFree Meter=STRING X=15 Y=128 FontColor=#Color1# StringStyle=NORMAL FontSize=8 StringAlign=LEFT FontFace=Segoe UI Text="Memory Free:" AntiAlias=1 AutoScale=1 [MeterUsedPhysMemTextTotalShadow] MeasureName=MeasurePhysMemUsed Meter=STRING X=105 Y=117 FontColor=#Color2# StringStyle=NORMAL FontSize=8 StringAlign=LEFT FontFace=Segoe UI Text="%1B" AntiAlias=1 AutoScale=1 [MeterUsedPhysMemTextTotal] MeasureName=MeasurePhysMemUsed Meter=STRING X=105 Y=116 FontColor=#Color1# StringStyle=NORMAL FontSize=8

StringAlign=LEFT FontFace=Segoe UI Text="%1B" AntiAlias=1 AutoScale=1 [MeterFreePhysMemTextTotalShadow] MeasureName=MeasurePhysMemFree Meter=STRING X=105 Y=129 FontColor=#Color2# StringStyle=NORMAL FontSize=8 StringAlign=LEFT FontFace=Segoe UI Text="%1B" AntiAlias=1 AutoScale=1 [MeterFreePhysMemTextTotal] MeasureName=MeasurePhysMemFree Meter=STRING X=105 Y=128 FontColor=#Color1# StringStyle=NORMAL FontSize=8 StringAlign=LEFT FontFace=Segoe UI Text="%1B" AntiAlias=1 AutoScale=1 [MeterUsedPhysMemText%Shadow] MeasureName=MeasurePhysMemUsed Meter=STRING X=200 Y=117 FontColor=#Color2# StringStyle=NORMAL FontSize=8 StringAlign=RIGHT FontFace=Segoe UI Text="[%1%]" Percentual=1 AutoScale=1 AntiAlias=1 [MeterUsedPhysMemText%] MeasureName=MeasurePhysMemUsed Meter=STRING X=200 Y=116 FontColor=#Color1# StringStyle=NORMAL FontSize=8 StringAlign=RIGHT FontFace=Segoe UI Text="[%1%]"

Percentual=1 AutoScale=1 AntiAlias=1 [MeterFreePhysMemText%Shadow] MeasureName=MeasurePhysMemFree Meter=STRING X=200 Y=129 FontColor=#Color2# StringStyle=NORMAL FontSize=8 StringAlign=RIGHT FontFace=Segoe UI Text="[%1%]" Percentual=1 AutoScale=1 AntiAlias=1 [MeterFreePhysMemText%] MeasureName=MeasurePhysMemFree Meter=STRING X=200 Y=128 FontColor=#Color1# StringStyle=NORMAL FontSize=8 StringAlign=RIGHT FontFace=Segoe UI Text="[%1%]" Percentual=1 AutoScale=1 AntiAlias=1 ;==================================== ; CPU Usage ;==================================== [MeasureCPU] Measure=CPU UpdateDivider=1 [CPUGraph1] Meter=Line MeasureName=MeasureCPU X=15 Y=54 H=43 W=220 LineCount=1 LineColor=#GraphLine1# AntiAlias=1 [CPUGraph2] Meter=HISTOGRAM MeasureName=MeasureCPU X=15 Y=50 H=42 W=220

PrimaryColor=#GraphLine2# AntiAlias=1 [MeterCPUTextShadow] Meter=STRING MeasureName=MeasureCPU X=15 Y=33 FontColor=#Color2# StringStyle=NORMAL FontSize=10 FontFace=#FontName# StringAlign=LEFT Text="CPU Usage:" AntiAlias=1 [MeterCPUText] Meter=STRING MeasureName=MeasureCPU X=15 Y=32 FontColor=#Color1# StringStyle=NORMAL FontSize=10 FontFace=#FontName# StringAlign=LEFT Text="CPU Usage:" AntiAlias=1 [MeterCPUShadow] Meter=STRING MeasureName=MeasureCPU X=235 Y=33 FontColor=#Color2# StringStyle=NORMAL FontSize=10 FontFace=#FontName# StringAlign=RIGHT Text="%1%" AntiAlias=1 [MeterCPU] Meter=STRING MeasureName=MeasureCPU X=235 Y=32 FontColor=#Color1# StringStyle=NORMAL FontSize=10 FontFace=#FontName# StringAlign=RIGHT Text="%1%" AntiAlias=1 ;==================================== ; Border ;==================================== [Border1]

Meter=IMAGE X=15 Y=32 W=220 H=1 SolidColor=#BorderColor1# [Border2] Meter=IMAGE X=15 Y=33 W=220 H=1 SolidColor=#BorderColor2# [Border3] Meter=IMAGE X=15 Y=100 W=220 H=1 SolidColor=#BorderColor1# [Border4] Meter=IMAGE X=15 Y=101 W=220 H=1 SolidColor=#BorderColor2# [Border5] Meter=IMAGE X=15 Y=144 W=220 H=1 SolidColor=#BorderColor1# [Border6] Meter=IMAGE X=15 Y=145 W=220 H=1 SolidColor=#BorderColor2# [Border7] Meter=IMAGE X=15 Y=163 W=220 H=1 SolidColor=#BorderColor1# [Border8] Meter=IMAGE X=15 Y=164 W=220

H=1 SolidColor=#BorderColor2# [Border9] Meter=IMAGE X=15 Y=362 W=220 H=1 SolidColor=#BorderColor1# [Border10] Meter=IMAGE X=15 Y=363 W=220 H=1 SolidColor=#BorderColor2# ;==================================== ; UpTime ;==================================== [MeasureUptime] Measure=Uptime ;Format="%Hh %Mmn (%dd)" Substitute="d":" day(s)",":":"h " UpdateDivider=6 [MeasureUptimeText] Measure=Uptime [MeterUptimeShadow] Meter=STRING MeasureName=MeasureUptime X=235 Y=145 StringStyle=NORMAL StringALign=RIGHT FontColor=#Color2# FontSize=#FontHeight# FontFace=#FontName# AntiAlias=1 [MeterUptime] Meter=STRING MeasureName=MeasureUptime X=235 Y=144 StringStyle=NORMAL StringALign=RIGHT FontColor=#Color1# FontSize=#FontHeight# FontFace=#FontName# AntiAlias=1 [MeterUptimeTextShadow] Meter=STRING MeasureName=MeasureUptime X=15

Y=145 StringStyle=NORMAL StringALign=LEFT FontColor=#Color2# FontSize=#FontHeight# FontFace=#FontName# Text="Time spent:" AntiAlias=1 [MeterUptimeText] Meter=STRING MeasureName=MeasureUptime X=15 Y=144 StringStyle=NORMAL StringALign=LEFT FontColor=#Color1# FontSize=#FontHeight# FontFace=#FontName# Text="Time spent:" AntiAlias=1 ;==================================== ; Clock ;==================================== [MeasureClock] Measure=Time Format="%H:%M:" [MeasureTimeS] Measure=Time Format="%S" [MeasureTimeAMPM] Measure=Time Format="%p" [MeterClock] Meter=STRING MeasureName=MeasureClock X=155 Y=385 StringStyle=NORMAL StringAlign=RIGHT FontColor=#Color1# FontSize=40 FontFace=LcdD AntiAlias=1 [MeterTimeS] Meter=STRING MeasureName=MeasureTimeS X=140 Y=396 StringStyle=NORMAL StringAlign=LEFT FontColor=#Color1# FontSize=30 FontFace=LcdD

AntiAlias=1 [MeterTimeAMPM] Meter=STRING MeasureName=MeasureTimeAMPM X=188 Y=390 StringStyle=NORMAL StringAlign=LEFT FontColor=#Color1# FontSize=8 FontFace=#FontName# AntiAlias=1 ;==================================== ; Date ;==================================== [MeasureTime] Measure=Time [MeasureDate] Measure=Time Format=#DATE# StringAlign=CENTER [MeterDateShadow] Meter=STRING MeasureName=MeasureDate X=15 Y=14 StringStyle=NORMAL StringAlign=LEFT FontColor=#Color2# FontSize=10 FontFace=#FontName# AntiAlias=1 [MeterDate] Meter=STRING MeasureName=MeasureDate X=15 Y=13 StringStyle=NORMAL StringAlign=LEFT FontColor=#Color1# FontSize=10 FontFace=#FontName# AntiAlias=1 ;==================================== ; Buttons ;==================================== [MeterTextLaunchersShadow] Meter=STRING X=15 Y=164 StringStyle=NORMAL StringAlign=LEFT

FontColor=#Color2# FontSize=10 FontFace=#FontName# AntiAlias=1 Text="Launchers :" [MeterTextLaunchers] Meter=STRING X=15 Y=163 StringStyle=NORMAL StringAlign=LEFT FontColor=#Color1# FontSize=10 FontFace=#FontName# AntiAlias=1 Text="Launchers :" [MeterWMP] Meter=BUTTON X=15 Y=192 ButtonImage=wmp.png ButtonCommand=!Execute ["C:\Program Files\Windows Media Player\wmplayer.exe"] [MeterWinamp] Meter=BUTTON X=75 Y=194 ButtonImage=winamp.png ButtonCommand=!Execute ["C:\Program Files\Winamp\winamp.exe"] [MeterFirefox] Meter=BUTTON X=127 Y=195 ButtonImage=firefox.png ButtonCommand=!Execute ["C:\Program Files\Mozilla Firefox\firefox.exe"] [MeterInternetExplorer] Meter=BUTTON X=180 Y=195 ButtonImage=ie.png ButtonCommand=!Execute ["C:\Program Files\Internet Explorer\iexplore.exe"] [MeterRainmeter] Meter=BUTTON X=17 Y=250 ButtonImage=rainmeter.png ButtonCommand=!Execute ["C:\Program Files\Rainmeter\Rainmeter.exe"] [MeterNotepad] Meter=BUTTON X=73 Y=250 ButtonImage=notepad.png ButtonCommand=!Execute ["C:\Windows\Notepad.exe"]

[MeterCalculator] Meter=BUTTON X=127 Y=250 ButtonImage=calculator.png ButtonCommand=!Execute ["%SystemRoot%\system32\calc.exe"] [MeterCCleaner] Meter=BUTTON X=181 Y=250 ButtonImage=ccleaner.png ButtonCommand=!Execute ["C:\Program Files\CCleaner\CCleaner.exe"] [MeterPhotoshop] Meter=BUTTON X=20 Y=308 ButtonImage=ps.png ButtonCommand=!Execute ["C:\Program Files\Adobe\Photoshop CS\Photoshop.exe"] [MeterMacromediaFlash] Meter=BUTTON X=80 Y=307 ButtonImage=macflash.png ButtonCommand=!Execute ["C:\Program Files\Macromedia\Flash MX 2004\Flash.exe"] [MeterAveIconifier] Meter=BUTTON X=137 Y=308 ButtonImage=aveiconifier.png ButtonCommand=!Execute ["C:\Program Files\Your Uninstaller! 2010\urmain.exe"] [MeterPersonalFolder] Meter=BUTTON X=188 Y=310 ButtonImage=folder.png ButtonCommand=!Execute ["D:\My music"] ;==================================== ; Copyright ;==================================== [MeterCopyrightShadow] Meter=STRING X=13 Y=363 StringStyle=NORMAL StringAlign=LEFT FontFace=#FontName# FontSize=#FontHeight# FontColor=#Color2# AntiAlias=1 Text="" [MeterCopyright] Meter=STRING

X=13 Y=362 StringStyle=NORMAL StringAlign=LEFT FontFace=#FontName# FontSize=#FontHeight# FontColor=#Color1# AntiAlias=1 Text="" ;==================================== ; Skin Name ;==================================== [MeterSkinNameShadow] Meter=STRING X=78 Y=378 StringStyle=NORMAL StringAlign=LEFT FontFace=#FontName# FontSize=8 FontColor=#Color2# AntiAlias=1 Text="Glass Explorer Black" [MeterSkinName] Meter=STRING X=78 Y=377 StringStyle=NORMAL StringAlign=LEFT FontFace=#FontName# FontSize=8 FontColor=#Color1# AntiAlias=1 Text="Glass Explorer Black"

Anda mungkin juga menyukai