Created
June 14, 2017 15:43
-
-
Save uruskan/c3efc77eb52a098fb08847bd6e4fbf53 to your computer and use it in GitHub Desktop.
Rainmeter YGS Sayacı Widget Kodu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Rainmeter] | |
Update=1000 | |
AccurateText=1 | |
DynamicWindowSize=1 | |
[MeasureSite] | |
Measure=Plugin | |
Plugin=WebParser | |
URL=https://www.universitego.com/2018-ygs-geri-sayim/ | |
RegExp=(?siU)<span class="days time_left".*>(.*)</span>.*<span class="hourse time_left".*>(.*)</span>.*<span class="minutes time_left">(.*)</span>.*<span class="secondes time_left">(.*)</span> | |
UpdateRate = 10 | |
[MeasureGun] | |
Measure=Plugin | |
Plugin=WebParser | |
URL=[MeasureSite] | |
StringIndex=1 | |
[MeasureSaat] | |
Measure=Plugin | |
Plugin=WebParser | |
URL=[MeasureSite] | |
StringIndex=2 | |
UpdateRate=3600 | |
[MeasureDakika] | |
Measure=Plugin | |
Plugin=WebParser | |
URL=[MeasureSite] | |
StringIndex=3 | |
[MeasureSaniye] | |
Measure=Plugin | |
Plugin=WebParser | |
URL=[MeasureSite] | |
StringIndex=4 | |
[MeterBackground] | |
Meter=Image | |
W=300 | |
H=175 | |
SolidColor=20,20,20,255 | |
[MeterGunBaslik] | |
Meter=String | |
X=5 | |
Y=5 | |
W=280 | |
H=15 | |
FontSize=14 | |
FontColor=255,225,181,255 | |
SolidColor=47,47,47,255 | |
Padding=5,5,5,5 | |
AntiAlias=1 | |
Text=Kalan Gün : | |
[MeterGun] | |
Meter=String | |
MeasureName=MeasureGun | |
X=295 | |
Y=0r | |
W=280 | |
H=15 | |
FontSize=14 | |
FontColor=252,251,202,255 | |
SolidColor=0,0,0,1 | |
Padding=5,5,5,5 | |
StringAlign=Right | |
AntiAlias=1 | |
[MeterSaatBaslik] | |
Meter=String | |
X=5 | |
Y=3R | |
W=280 | |
H=15 | |
FontSize=14 | |
FontColor=255,225,181,255 | |
SolidColor=47,47,47,255 | |
Padding=5,5,5,5 | |
AntiAlias=1 | |
Text=Kalan Saat: | |
[MeterSaat] | |
Meter=String | |
MeasureName=MeasureSaat | |
X=295 | |
Y=0r | |
W=280 | |
H=15 | |
FontSize=14 | |
FontColor=252,251,202,255 | |
SolidColor=0,0,0,1 | |
Padding=5,5,5,5 | |
StringAlign=Right | |
AntiAlias=1 | |
[MeterDakikaBaslik] | |
Meter=String | |
X=5 | |
Y=3R | |
W=280 | |
H=15 | |
FontSize=14 | |
FontColor=255,225,181,255 | |
SolidColor=47,47,47,255 | |
Padding=5,5,5,5 | |
AntiAlias=1 | |
Text=Kalan Dakika: | |
[MeterDakika] | |
Meter=String | |
MeasureName=MeasureDakika | |
X=295 | |
Y=0r | |
W=280 | |
H=15 | |
FontSize=14 | |
FontColor=252,251,202,255 | |
SolidColor=0,0,0,1 | |
Padding=5,5,5,5 | |
StringAlign=Right | |
AntiAlias=1 | |
[MeterSaniyeBaslik] | |
Meter=String | |
X=5 | |
Y=3R | |
W=280 | |
H=15 | |
FontSize=14 | |
FontColor=255,225,181,255 | |
SolidColor=47,47,47,255 | |
Padding=5,5,5,5 | |
AntiAlias=1 | |
Text=Kalan Saniye: | |
[MeterSaniye] | |
Meter=String | |
MeasureName=MeasureSaniye | |
X=295 | |
Y=0r | |
W=280 | |
H=15 | |
FontSize=14 | |
FontColor=252,251,202,255 | |
SolidColor=0,0,0,1 | |
Padding=5,5,5,5 | |
StringAlign=Right | |
AntiAlias=1 | |
[MeterYGSBaslik] | |
Meter=String | |
X=5 | |
Y=3R | |
W=280 | |
H=15 | |
FontSize=20 | |
FontColor=255,0,0 | |
SolidColor=47,47,47,255 | |
Padding=5,10,5,10 | |
AntiAlias=1 | |
Text=YGS KALAN VAKİT | |
[MeterDummy] | |
Meter=String |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment