Please find the below image of the skin I am working on.
https://drive.google.com/file/d/164uB8KUcTE0dxbZHpqcY3ErSPvkVJOOY/view?usp=sharing
I am trying to achieve the arc effect to the text "20% of C:\ used" on the meter "[MeterArcBackground]" in the below given code.
But I am having issues in alignment. Below are the 2 issues:
1) As marked with red color in the image, I see overlapped text and unable to remove it. You can see this in the above picture.
2) Want to align the text "20% of C:\ used" as normal text with the arc style. But the code is filling the entire arc with the text. Something like the effect shown in the image : https://drive.google.com/file/d/18yOHvBW9xJwZcJKBd9ZESFRPRBvdYFA3/view?usp=sharing
Somebody please help me to fix this.
My complete code is given below:
https://drive.google.com/file/d/164uB8KUcTE0dxbZHpqcY3ErSPvkVJOOY/view?usp=sharing
I am trying to achieve the arc effect to the text "20% of C:\ used" on the meter "[MeterArcBackground]" in the below given code.
But I am having issues in alignment. Below are the 2 issues:
1) As marked with red color in the image, I see overlapped text and unable to remove it. You can see this in the above picture.
2) Want to align the text "20% of C:\ used" as normal text with the arc style. But the code is filling the entire arc with the text. Something like the effect shown in the image : https://drive.google.com/file/d/18yOHvBW9xJwZcJKBd9ZESFRPRBvdYFA3/view?usp=sharing
Somebody please help me to fix this.
My complete code is given below:
Code:
[RainMeter]; This section contains general settings that can be used to change how RainMeter behaves.Update=1000Author= Nikhilesh Reddy BhavanamAccurateText=1DynamicWindowSize=1 [Metadata]Name=12 Hour Clock and LaunchersInformation=Intricate clock display with outer HDD display | 7 launcher buttons | 6 website launchers | Change paths, labels and HDD in the Config.inc file | 12 Hour Time Format | Middle Mouse Button changes the colourLicense=Creative Commons Attribution-Non-Commercial-Share Alike 3.0Version=1.0.0[Variables]Colour1=200,0,0,200Colour2=233,87,46,200Colour3=24,75,158,200Shade1=RedShade2=OrangeShade3=BlueTextRadius=185ArcCenterX=402ArcCenterY=184StartTextAngle=-3.0AngleIncrement=0.08drive=C:\;Folder Launcher BUttons=========================;FLP1=C:\Users\Admin\Downloads;Folder Path;FLN1=Downloads;Folder NameFLP1=%UserProfile%\DownloadsFLN1=DownloadsFLP2=%UserProfile%\DocumentsFLN2=DocumentsFLP3=%UserProfile%\MusicFLN3=MusicFLP4=#SKINSPATH#FLN4=RainMeterFLP5=%UserProfile%\VideosFLN5=VideosFLP6=%UserProfile%\PicturesFLN6=PicturesFLP7=%UserProfile%\DocumentsFLN7=Documents;Clock Webpages==============================;WN=Facebook;Webpage Name;WA=https:\\Facebook.com;Webpage AddressWA1=http:\\www.facebook.comWN1=FacebookWN2=GoogleWA2=http:\\www.google.comWN3=GmailWA3=http:\\gmail.comWN4=NASWA4=https://192.168.1.5:5001/#/signinWN5=XDA ForumsWA5=http://forum.xda-developers.com/WN6=Yahoo MailWA6=http:\\mail.yahoo.com;Misc======================player=WMP;MEASURES===================[MeasureFLN1]Measure=StringString=#FLN1#; This will read the value of FLN1 ("Downloads")[MeasureFLN2]Measure=StringString=#FLN2#; This will read the value of FLN2 ("Documents")[MeasureFLN3]Measure=StringString=#FLN3#; This will read the value of FLN3 ("Music")[MeasureFLN4]Measure=StringString=#FLN4#;This will read the value of FLN4 ("RainMeter")[MeasureFLN5]Measure=StringString=#FLN5#; This will read the value of FLN5 ("Videos")[MeasureFLN6]Measure=StringString=#FLN6#; This will read the value of FLN6 ("Pictures")[MeasureFLN7]Measure=StringString=#FLN7#; This will read the value of FLN7 ("Documents")[MeasureSecond]Measure=Timeformat = %S[MeasureHour]Measure=Timeformat=%I[Measure12Hour]Measure=Timeformat=%H[MeasureMinute]Measure=Timeformat=%M[MeasureTime]measure=timeformat=%I:%M[MeasureHDD]measure=freediskspacedrive=#drive#InvertMeasure=1[MeasureHDDtotal]measure=freediskspacedrive=#drive#total=1[MeasureCalc]measure=calcformula= Round(((measureHDD/measureHDDtotal) *100) ,0);((measureHDD/measureHDDtotal) *100);((measureHDD/measureHDDtotal) *100)[MeasureHDDTextContent]; SourceMeasure=String;String="TESTING123"String=[MeasureCalc]% of #drive# is usedDynamicVariables=1; Measures to extract individual characters for curved text[MeasureHDDTextLength]Measure=CalcFormula=StringLength([MeasureHDDTextContent]);Log([MeasureHDDTextContent]);StringLength([MeasureHDDTextContent])DynamicVariables=1;UpdateDivider=1[MeasureHDDChar1]Measure=StringString=[MeasureHDDTextContent]DynamicVariables=1RegExpSubstitute=1Substitute="^.{0}(.).*$" : "\1"[MeasureHDDChar2]Measure=StringString=[MeasureHDDTextContent]DynamicVariables=1RegExpSubstitute=1Substitute="^.{1}(.).*$" : "\1"[MeasureHDDChar3]Measure=StringString=[MeasureHDDTextContent]DynamicVariables=1RegExpSubstitute=1Substitute="^.{2}(.).*$" : "\1"[MeasureHDDChar4]Measure=StringString=[MeasureHDDTextContent]DynamicVariables=1RegExpSubstitute=1Substitute="^.{3}(.).*$" : "\1"[MeasureHDDChar5]Measure=StringString=[MeasureHDDTextContent]DynamicVariables=1RegExpSubstitute=1Substitute="^.{4}(.).*$" : "\1"[MeasureHDDChar6]Measure=StringString=[MeasureHDDTextContent]DynamicVariables=1RegExpSubstitute=1Substitute="^.{5}(.).*$" : "\1"[MeasureHDDChar7]Measure=StringString=[MeasureHDDTextContent]DynamicVariables=1RegExpSubstitute=1Substitute="^.{6}(.).*$" : "\1"[MeasureHDDChar8]Measure=StringString=[MeasureHDDTextContent]DynamicVariables=1RegExpSubstitute=1Substitute="^.{7}(.).*$" : "\1"[MeasureHDDChar9]Measure=StringString=[MeasureHDDTextContent]DynamicVariables=1RegExpSubstitute=1Substitute="^.{8}(.).*$" : "\1"[MeasureHDDChar10]Measure=StringString=[MeasureHDDTextContent]DynamicVariables=1RegExpSubstitute=1Substitute="^.{9}(.).*$" : "\1"[MeasureHDDChar11]Measure=StringString=[MeasureHDDTextContent]DynamicVariables=1RegExpSubstitute=1Substitute="^.{10}(.).*$" : "\1"[MeasureHDDChar12]Measure=StringString=[MeasureHDDTextContent]DynamicVariables=1RegExpSubstitute=1Substitute="^.{11}(.).*$" : "\1"[MeasureHDDChar13]Measure=StringString=[MeasureHDDTextContent]DynamicVariables=1RegExpSubstitute=1Substitute="^.{12}(.).*$" : "\1"[MeasureHDDChar14]Measure=StringString=[MeasureHDDTextContent]DynamicVariables=1RegExpSubstitute=1Substitute="^.{13}(.).*$" : "\1"[MeasureHDDChar15]Measure=StringString=[MeasureHDDTextContent]DynamicVariables=1RegExpSubstitute=1Substitute="^.{14}(.).*$" : "\1"[MeasureHDDChar16]Measure=StringString=[MeasureHDDTextContent]DynamicVariables=1RegExpSubstitute=1Substitute="^.{15}(.).*$" : "\1"[MeasureHDDChar17]Measure=StringString=[MeasureHDDTextContent]DynamicVariables=1RegExpSubstitute=1Substitute="^.{16}(.).*$" : "\1"[MeasureHDDChar18]Measure=StringString=[MeasureHDDTextContent]DynamicVariables=1RegExpSubstitute=1Substitute="^.{17}(.).*$" : "\1"[MeasureHDDChar19]Measure=StringString=[MeasureHDDTextContent]DynamicVariables=1RegExpSubstitute=1Substitute="^.{18}(.).*$" : "\1"[MeasureHDDChar20]Measure=StringString=[MeasureHDDTextContent]DynamicVariables=1RegExpSubstitute=1Substitute="^.{19}(.).*$" : "\1"[MeasureTimeCalc]measure=calcformula=(Measure12Hour < 12) ? 1 : 0IfaboveValue=0IfaboveAction=!Execute [!HideMeter MeterPM][!ShowMeter MeterAM]IfEqualValue=0IfEqualAction=!Execute [!HideMeter MeterAM][!ShowMeter MeterPM];Styles=============================[TextStyle]Meter=string;fontface= gliscor gothicfontcolor=255,255,255,255fontsize = 10stringalign = leftantialias=1[LauncherStyle]Meter=string;fontface= gliscor gothicfontcolor=255,255,255,255fontsize = 10stringalign = centerantialias=1[HDDCharStyle]Meter=stringfontface=gliscor gothicfontcolor=255,255,255,255fontsize=12stringalign=centerantialias=1;METERS=============================[MeterBackground]Meter=imageimagename=time#Shade2#.pngAntiAlias=1[MeterPM]Meter=stringMeterstyle=textstylefontface= gliscor gothictext="PM"x=138y=190[MeterAM]Meter=stringMeterstyle=textstylefontface= gliscor gothictext="AM"x=138y=190[MeterArcBackground]Meter=Roundlinex=242 ; Top-left X coordinate for the arc's bounding boxy=24 ; Top-left Y coordinate for the arc's bounding boxW=320 ; Width of the arc's bounding box (e.g., 120 pixels diameter)H=320 ; Height of the arc's bounding box (e.g., 120 pixels diameter)StartAngle=-3.14 ; Start of the arc (0 = 3 o'clock position, PI/2 = 6 o'clock)RotationAngle=2.1 ; Rotation angle of the arc (2 * PI for a full circle)LineLength=174 ; Outer radius of the arc's line (half of W/H)LineStart=160 ; Inner radius of the arc's line (60 - 45 = 15 pixel thickness)LineColor=0,255,0,150 ; Green color, semi-transparent. Adjust R,G,B,A as desired.Solid=1 ; Fills the arc area, creating a solid ringValueReminder=300AntiAlias=1 ; Makes the arc smooth[MeterHdd]Meter=RoundlineMeasureName=MeasureCalcx=242y=24W=320H=320StartAngle=-3.14RotationAngle=6.2831853LineLength=174LineStart=160LineColor=200,0,0,200Solid=1ValueReminder=300AntiAlias=1; Add this temporary meter; [DebugHDDUsed]; Meter=String; MeasureName=MeasureHDD; X=10; Y=30 ; Adjust Y to be visible, e.g., below DebugHDDText; FontColor=255,255,255,255; FontSize=15; Text="HDD Used Bytes: %1"; [DebugHDDTotal]; Meter=String; MeasureName=MeasureHDDtotal; X=10; Y=50 ; Adjust Y; FontColor=255,255,255,255; FontSize=15; Text="HDD Total Bytes: %1"; [DebugMeasureCalc]; Meter=String; MeasureName=MeasureCalc; X=10; Y=90 ; FontColor=255,255,255,255; FontSize=15; Text="Calc Value: %1"; DynamicVariables=1; AntiAlias=1; [DebugHDDText]; Meter=String; MeasureName=MeasureHDDTextContent; X=10; Y=10 ; Choose a visible spot; FontColor=255,255,255,255; FontSize=15; Text="Debug: %1"; DynamicVariables=1; AntiAlias=1; [DebugHDDTextLength]; Meter=String; MeasureName=MeasureHDDTextLength ; X=10; Y=70 ; Adjust Y to be below your other debug meters; FontColor=255,255,255,255; FontSize=15; Text="Length: %1"; DynamicVariables=1; AntiAlias=1[HDDCharStyle]Meter=stringfontface=gliscor gothic ; or your preferred fontfontcolor=255,255,255,255fontsize=12; Adjust font size as neededstringalign=center; Center each character for better rotationantialias=1[MeterHDDTextChar1]Meter=StringMeasureName=MeasureHDDChar1MeterStyle=HDDCharStyleDynamicVariables=1X=(#ArcCenterX# + #TextRadius# * Cos(#StartTextAngle# + (0 * #AngleIncrement#)))Y=(#ArcCenterY# + #TextRadius# * Sin(#StartTextAngle# + (0 * #AngleIncrement#)))Angle=(#StartTextAngle# + (0 * #AngleIncrement#) + 1.5708);Hidden=([MeasureHDDTextLength] < 1) [MeterHDDTextChar2]Meter=StringMeasureName=MeasureHDDChar2MeterStyle=HDDCharStyleDynamicVariables=1X=(#ArcCenterX# + #TextRadius# * Cos(#StartTextAngle# + (1 * #AngleIncrement#)))Y=(#ArcCenterY# + #TextRadius# * Sin(#StartTextAngle# + (1 * #AngleIncrement#)))Angle=(#StartTextAngle# + (1 * #AngleIncrement#) + 1.5708);Hidden=([MeasureHDDTextLength]< 2)[MeterHDDTextChar3]Meter=StringMeasureName=MeasureHDDChar3MeterStyle=HDDCharStyleDynamicVariables=1X=(#ArcCenterX# + #TextRadius# * Cos(#StartTextAngle# + (2 * #AngleIncrement#)))Y=(#ArcCenterY# + #TextRadius# * Sin(#StartTextAngle# + (2 * #AngleIncrement#)))Angle=(#StartTextAngle# + (2 * #AngleIncrement#) + 1.5708);Hidden=([MeasureHDDTextLength]< 3)[MeterHDDTextChar4]Meter=StringMeasureName=MeasureHDDChar4MeterStyle=HDDCharStyleDynamicVariables=1X=(#ArcCenterX# + #TextRadius# * Cos(#StartTextAngle# + (3 * #AngleIncrement#)))Y=(#ArcCenterY# + #TextRadius# * Sin(#StartTextAngle# + (3 * #AngleIncrement#)))Angle=(#StartTextAngle# + (3 * #AngleIncrement#) + 1.5708);Hidden=([MeasureHDDTextLength]< 4)[MeterHDDTextChar5]Meter=StringMeasureName=MeasureHDDChar5MeterStyle=HDDCharStyleDynamicVariables=1X=(#ArcCenterX# + #TextRadius# * Cos(#StartTextAngle# + (4 * #AngleIncrement#)))Y=(#ArcCenterY# + #TextRadius# * Sin(#StartTextAngle# + (4 * #AngleIncrement#)))Angle=(#StartTextAngle# + (4 * #AngleIncrement#) + 1.5708);Hidden=([MeasureHDDTextLength]< 5)[MeterHDDTextChar6]Meter=StringMeasureName=MeasureHDDChar6MeterStyle=HDDCharStyleDynamicVariables=1X=(#ArcCenterX# + #TextRadius# * Cos(#StartTextAngle# + (5 * #AngleIncrement#)))Y=(#ArcCenterY# + #TextRadius# * Sin(#StartTextAngle# + (5 * #AngleIncrement#)))Angle=(#StartTextAngle# + (5 * #AngleIncrement#) + 1.5708);Hidden=([MeasureHDDTextLength]< 6)[MeterHDDTextChar7]Meter=StringMeasureName=MeasureHDDChar7MeterStyle=HDDCharStyleDynamicVariables=1X=(#ArcCenterX# + #TextRadius# * Cos(#StartTextAngle# + (6 * #AngleIncrement#)))Y=(#ArcCenterY# + #TextRadius# * Sin(#StartTextAngle# + (6 * #AngleIncrement#)))Angle=(#StartTextAngle# + (6 * #AngleIncrement#) + 1.5708);Hidden=([MeasureHDDTextLength]< 7)[MeterHDDTextChar8]Meter=StringMeasureName=MeasureHDDChar8MeterStyle=HDDCharStyleDynamicVariables=1X=(#ArcCenterX# + #TextRadius# * Cos(#StartTextAngle# + (7 * #AngleIncrement#)))Y=(#ArcCenterY# + #TextRadius# * Sin(#StartTextAngle# + (7 * #AngleIncrement#)))Angle=(#StartTextAngle# + (7 * #AngleIncrement#) + 1.5708);Hidden=([MeasureHDDTextLength]< 8)[MeterHDDTextChar9]Meter=StringMeasureName=MeasureHDDChar9MeterStyle=HDDCharStyleDynamicVariables=1X=(#ArcCenterX# + #TextRadius# * Cos(#StartTextAngle# + (8 * #AngleIncrement#)))Y=(#ArcCenterY# + #TextRadius# * Sin(#StartTextAngle# + (8 * #AngleIncrement#)))Angle=(#StartTextAngle# + (8 * #AngleIncrement#) + 1.5708);Hidden=([MeasureHDDTextLength]< 9)[MeterHDDTextChar10]Meter=StringMeasureName=MeasureHDDChar10MeterStyle=HDDCharStyleDynamicVariables=1X=(#ArcCenterX# + #TextRadius# * Cos(#StartTextAngle# + (9 * #AngleIncrement#)))Y=(#ArcCenterY# + #TextRadius# * Sin(#StartTextAngle# + (9 * #AngleIncrement#)))Angle=(#StartTextAngle# + (9 * #AngleIncrement#) + 1.5708);Hidden=([MeasureHDDTextLength]< 10)[MeterHDDTextChar11]Meter=StringMeasureName=MeasureHDDChar11MeterStyle=HDDCharStyleDynamicVariables=1X=(#ArcCenterX# + #TextRadius# * Cos(#StartTextAngle# + (10 * #AngleIncrement#)))Y=(#ArcCenterY# + #TextRadius# * Sin(#StartTextAngle# + (10 * #AngleIncrement#)))Angle=(#StartTextAngle# + (10 * #AngleIncrement#) + 1.5708);Hidden=([MeasureHDDTextLength]< 11)[MeterHDDTextChar12]Meter=StringMeasureName=MeasureHDDChar12MeterStyle=HDDCharStyleDynamicVariables=1X=(#ArcCenterX# + #TextRadius# * Cos(#StartTextAngle# + (11 * #AngleIncrement#)))Y=(#ArcCenterY# + #TextRadius# * Sin(#StartTextAngle# + (11 * #AngleIncrement#)))Angle=(#StartTextAngle# + (11 * #AngleIncrement#) + 1.5708);Hidden=([MeasureHDDTextLength]< 12)[MeterHDDTextChar13]Meter=StringMeasureName=MeasureHDDChar13MeterStyle=HDDCharStyleDynamicVariables=1X=(#ArcCenterX# + #TextRadius# * Cos(#StartTextAngle# + (12 * #AngleIncrement#)))Y=(#ArcCenterY# + #TextRadius# * Sin(#StartTextAngle# + (12 * #AngleIncrement#)))Angle=(#StartTextAngle# + (12 * #AngleIncrement#) + 1.5708);Hidden=([MeasureHDDTextLength]< 13)[MeterHDDTextChar14]Meter=StringMeasureName=MeasureHDDChar14MeterStyle=HDDCharStyleDynamicVariables=1X=(#ArcCenterX# + #TextRadius# * Cos(#StartTextAngle# + (13 * #AngleIncrement#)))Y=(#ArcCenterY# + #TextRadius# * Sin(#StartTextAngle# + (13 * #AngleIncrement#)))Angle=(#StartTextAngle# + (13 * #AngleIncrement#) + 1.5708);Hidden=([MeasureHDDTextLength]< 14)[MeterHDDTextChar15]Meter=StringMeasureName=MeasureHDDChar15MeterStyle=HDDCharStyleDynamicVariables=1X=(#ArcCenterX# + #TextRadius# * Cos(#StartTextAngle# + (14 * #AngleIncrement#)))Y=(#ArcCenterY# + #TextRadius# * Sin(#StartTextAngle# + (14 * #AngleIncrement#)))Angle=(#StartTextAngle# + (14 * #AngleIncrement#) + 1.5708);Hidden=([MeasureHDDTextLength]< 15)[MeterHDDTextChar16]Meter=StringMeasureName=MeasureHDDChar16MeterStyle=HDDCharStyleDynamicVariables=1X=(#ArcCenterX# + #TextRadius# * Cos(#StartTextAngle# + (15 * #AngleIncrement#)))Y=(#ArcCenterY# + #TextRadius# * Sin(#StartTextAngle# + (15 * #AngleIncrement#)))Angle=(#StartTextAngle# + (15 * #AngleIncrement#) + 1.5708);Hidden=([MeasureHDDTextLength]< 16)[MeterHDDTextChar17]Meter=StringMeasureName=MeasureHDDChar17MeterStyle=HDDCharStyleDynamicVariables=1X=(#ArcCenterX# + #TextRadius# * Cos(#StartTextAngle# + (16 * #AngleIncrement#)))Y=(#ArcCenterY# + #TextRadius# * Sin(#StartTextAngle# + (16 * #AngleIncrement#)))Angle=(#StartTextAngle# + (16 * #AngleIncrement#) + 1.5708);Hidden=([MeasureHDDTextLength]< 17)[MeterHDDTextChar18]Meter=StringMeasureName=MeasureHDDChar18MeterStyle=HDDCharStyleDynamicVariables=1X=(#ArcCenterX# + #TextRadius# * Cos(#StartTextAngle# + (17 * #AngleIncrement#)))Y=(#ArcCenterY# + #TextRadius# * Sin(#StartTextAngle# + (17 * #AngleIncrement#)))Angle=(#StartTextAngle# + (17 * #AngleIncrement#) + 1.5708);Hidden=([MeasureHDDTextLength]< 18)[MeterHDDTextChar19]Meter=StringMeasureName=MeasureHDDChar19MeterStyle=HDDCharStyleDynamicVariables=1X=(#ArcCenterX# + #TextRadius# * Cos(#StartTextAngle# + (18 * #AngleIncrement#)))Y=(#ArcCenterY# + #TextRadius# * Sin(#StartTextAngle# + (18 * #AngleIncrement#)))Angle=(#StartTextAngle# + (18 * #AngleIncrement#) + 1.5708);Hidden=([MeasureHDDTextLength]< 19)[MeterHDDTextChar20]Meter=StringMeasureName=MeasureHDDChar20MeterStyle=HDDCharStyleDynamicVariables=1X=(#ArcCenterX# + #TextRadius# * Cos(#StartTextAngle# + (19 * #AngleIncrement#)))Y=(#ArcCenterY# + #TextRadius# * Sin(#StartTextAngle# + (19 * #AngleIncrement#)))Angle=(#StartTextAngle# + (19 * #AngleIncrement#) + 1.5708)Hidden=([MeasureHDDTextLength]< 20);Folder Launchers=============[MeterFolder1]Meter=buttonbuttonimage=folder launchers 1.pngx=220y=238ButtonCommand=!Execute ["#FLP1#"]antialias=1[MeterFolder1Text]Meter=stringMeterstyle=LauncherStyleMeasureName=MeasureFLN1Text=%1DynamicVariables=1x=37ry=4r[MeterFolder2]Meter=buttonbuttonimage=folder launchers 1.pngx=250y=272ButtonCommand=!Execute ["#FLP2#"]antialias=1[MeterFolder2Text]Meter=stringMeterstyle=LauncherStyletext="#FLN2#"x=37ry=4r[MeterFolder3]Meter=buttonbuttonimage=folder launchers 1.pngx=286y=305ButtonCommand=!Execute ["#FLP3#"]antialias=1[MeterFolder3Text]Meter=stringMeterstyle=LauncherStyletext="#FLN3#"x=37ry=4r[MeterFolder4]Meter=buttonbuttonimage=folder launchers 1.pngx=366y=320ButtonCommand=!Execute ["#FLP4#"]antialias=1[MeterFolder4Text]Meter=stringMeterstyle=LauncherStyleMeasureName=MeasureFLN4Text=#FLN4#x=37ry=4rDynamicVariables=1[MeterFolder5]Meter=buttonbuttonimage=folder launchers.pngx=445y=305ButtonCommand=!Execute ["#FLP5#"]antialias=1[MeterFolder5Text]Meter=stringMeterstyle=LauncherStyletext="#FLN5#"x=37ry=4r[MeterFolder6]Meter=buttonbuttonimage=folder launchers.pngx=481y=272ButtonCommand=!Execute ["#FLP6#"]antialias=1[MeterFolder6Text]Meter=stringMeterstyle=LauncherStyletext="#FLN6#"x=37ry=4r[MeterFolder7]Meter=buttonbuttonimage=folder launchers.pngx=511y=238ButtonCommand=!Execute ["#FLP7#"]antialias=1[MeterFolder7Text]Meter=stringMeterstyle=LauncherStyletext="#FLN7#"x=37ry=4r;[Clock......][MeterMinuteBar]Meter=RoundlineMeasureName=MeasureMinutex=242y=24W=320H=320StartAngle=-3.14RotationAngle=6.2831853LineLength=148LineStart=117LineColor=#Colour2#Solid=1ValueReminder=113AntiAlias=1[MeterHourBar]Meter=RoundlineMeasureName=MeasureHourx=242y=24W=320H=320StartAngle=5.08RotationAngle=6.2831853LineLength=126LineStart=83LineColor=200,200,200,150Solid=1ValueReminder=49AntiAlias=1[MeterSecondBar]Meter=RoundlineMeasureName=MeasureSecondx=242y=24W=320H=320StartAngle=4.7123889RotationAngle=-6.2831853LineLength=119LineStart=86LineColor=150,150,150,100Solid=1ValueReminder=60AntiAlias=1[MeterTime]meter=stringmeasurename=measuretimefontface= gliscor gothicfontcolor=255,255,255,255fontsize = 17antialias=1x=83y=171[MeterTimeEnd]meter=imageimagename=end1#Shade1#.pngimagerotate=180antialias=1x=134y=178;WebLinks[MeterEnd]meter=imageimagename=end.pngx=540y=178imagerotate=-0.1antialias=1LeftMouseUpAction=!execute ["#WA#"][MeterWeb]meter=stringtext=#WN#meterstyle = textstyleLeftMouseUpAction=!execute ["#WA#"]x=560y=176[MeterEnd2]meter=imageimagename=end.pngimagerotate=-10x=537y=151antialias=1LeftMouseUpAction=!execute ["#WA2#"][MeterWeb2]meter=stringtext=#WN2#angle = -0.174meterstyle = textstyleLeftMouseUpAction=!execute ["#WA2#"]x=555y=150[MeterEnd3]meter=imageimagename=end.pngimagerotate=-20x=530y=125antialias=1LeftMouseUpAction=!execute ["#WA3#"][MeterWeb3]meter=stringtext=#WN3#meterstyle = textstyleangle = -0.349LeftMouseUpAction=!execute ["#WA3#"]x=547y=123[MeterEnd4]meter=imageimagename=end.pngimagerotate=-30x=519y=100antialias=1LeftMouseUpAction=!execute ["#WA4#"][MeterWeb4]meter=stringtext=#WN4#meterstyle = textstyleangle = -0.524LeftMouseUpAction=!execute ["#WA4#"]x=535y=100[MeterEnd5]meter=imageimagename=end.pngimagerotate=-40x=504y=79antialias=1LeftMouseUpAction=!execute ["#WA5#"][MeterWeb5]meter=stringtext=#WN5#meterstyle = textstyleangle = -0.698LeftMouseUpAction=!execute ["#WA5#"]x=518y=79[MeterEnd6]meter=imageimagename=end.pngx=487y=60imagerotate = -50antialias=1LeftMouseUpAction=!execute ["#WA6#"][MeterWeb6]meter=stringtext=#WN6#meterstyle = textstyleangle = -0.873LeftMouseUpAction=!execute ["#WA6#"]x=498y=60
Statistics: Posted by mrbnikhil — May 26th, 2025, 8:31 pm