Originally, this skin only had 8 launchers but I doubled that number. As you can see, they were originally written to have the links written into the code by the user for every launcher. I would like to make a master applications.txt file for all 16 launchers. I tried having the master in the @Resources folder but that didn't work so I moved it into the Launchers folder and tried redirecting the .ini to there, again with no joy. The first snippet is of the launcher itself and the second snippet is my attempt to make said Master List.
I know it isn't filled out but the one but I figured if that one didn't work, neither would any of the others and I can do the donkey work later.
Code:
[Metadata]Author=mic831[Rainmeter]Update=-1[Variables]@include=#@#Applications.txt[MeasureButtonName]Measure=PluginPlugin=Plugins\QuotePlugin.dllPathName=#@#Applications.txt---Meters---[BG]Meter=IMAGEImageName=alientab.pngX=0Y=0W=60H=90MouseOverAction=[!HideMeter BG][!ShowMeter BG2][!ShowMeter BG3][!ShowMeter App1][!ShowMeter App2][!ShowMeter App3][!ShowMeter App4][!Redraw][BG2]Meter=IMAGEimageName=alien.pngX=-5Y=5W=270H=100Hidden=1[BG3]Meter=IMAGEImageName=alientab.pngX=245Y=-5W=70H=120Hidden=1[Hover]Meter=IMAGEImageName=alien1.pngHidden=1[App1]Meter=STRINGText="#ButtonTabL1a#"X=20Y=20FontFace=New RockerFontSize=12FontColor=0,255,255SolidColor=0,0,0,1H=20W=100ClipString=1Hidden=1MouseOverAction=[!MoveMeter 15 22 Hover][!ShowMeter Hover][!Redraw]MouseLeaveAction=[!HideMeter Hover][!Redraw]LeftMouseUpAction=["#ButtonTabL1aPath#"][App2]Meter=STRINGText=KritaX=20Y=60FontFace=New RockerFontSize=12FontColor=0,255,255SolidColor=0,0,0,1H=20W=120ClipString=1Hidden=1MouseOverAction=[!MoveMeter 15 62 Hover][!ShowMeter Hover][!Redraw]MouseLeaveAction=[!HideMeter Hover][!Redraw]LeftMouseUpAction=["C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Krita\Krita (x64).lnk"][App3]Meter=STRINGText=GIMPX=130Y=20FontFace=New RockerFontSize=12FontColor=0,255,255SolidColor=0,0,0,1H=20W=120ClipString=1Hidden=1MouseOverAction=[!MoveMeter 122 22 Hover][!ShowMeter Hover][!Redraw]MouseLeaveAction=[!HideMeter Hover][!Redraw]LeftMouseUpAction=["D:\Projects\Tools\Converters And Editors\gimp-2.10.lnk"][App4]Meter=STRINGText=FormatFactoryX=130Y=60FontFace=New RockerFontSize=12FontColor=0,255,255SolidColor=0,0,0,1H=20W=120ClipString=1Hidden=1MouseOverAction=[!MoveMeter 122 62 Hover][!ShowMeter Hover][!Redraw]MouseLeaveAction=[!HideMeter Hover][!Redraw]LeftMouseUpAction=["D:\Projects\Tools\Converters And Editors\FormatFactory.lnk"]
Code:
;[Variables];[AlienTabL1]ButtonTabL1a="Blender"ButtonTabL1aPath="D:\Projects\Tools\Converters And Editors\blender.lnk"ButtonTabL1b=ButtonTabL1bPathButtonTabL1c=ButtonTabL1cPath=ButtonTabL1d=ButtonTabL1dPath=;[AlienTabL2]ButtonTabL2a=ButtonTabL2aPath=ButtonTabL2b=ButtonTabL2PathButtonTabL2c=ButtonTabL2cPath=ButtonTabL2d=ButtonTabL2dPath=;[AlienTabL3]ButtonTabL3a=ButtonTabL3aPath=ButtonTabL3b=ButtonTabL3bPathButtonTabL3c=ButtonTabL3cPath=ButtonTabL3d=ButtonTabL3dPath=;[AlienTabL4]ButtonTabL4a=ButtonTabL4aPath=ButtonTabL4b=ButtonTabL4bPathButtonTabL4c=ButtonTabL4cPath=ButtonTabL4d=ButtonTabL4dPath=;[AlienTabLA]ButtonTabLAa=ButtonTabLAaPath=ButtonTabLAb=ButtonTabLAbPathButtonTabLAc=ButtonTabLAcPath=ButtonTabLAd=ButtonTabLAdPath=;[AlienTabLB]ButtonTabLBa=ButtonTabLBaPath=ButtonTabLBb=ButtonTabLBbPathButtonTabLBc=ButtonTabLBcPath=ButtonTabLBd=ButtonTabLBdPath=;[AlienTabLC]ButtonTabLCa=ButtonTabLCaPath=ButtonTabLCb=ButtonTabLCbPathButtonTabLCc=ButtonTabLCcPath=ButtonTabLCd=ButtonTabLCdPath=;[AlienTabLD]ButtonTabLDa=ButtonTabLDaPath=ButtonTabLDb=ButtonTabLDbPathButtonTabLDc=ButtonTabLDcPath=ButtonTabLDd=ButtonTabLDdPath=;[ALienNetTab1]NTabS1a=ButtonNTabS1aPath=ButtonNTabS1b=ButtonNTabS1bPathButtonNTabS1c=ButtonNTabS1cPath=ButtonNTabS1d=ButtonNTabS1dPath=;[ALienNetTab2]ButtonNTabS2a=ButtonNTabS2aPath=ButtonNTabS2b=ButtonNTabS2bPathButtonNTabS2c=ButtonNTabS2cPath=ButtonNTabS2d=ButtonNTabS2dPath=;[ALienNetTab3]ButtonNTabS3a=ButtonNTabS1aPath=ButtonNTabS3b=ButtonNTabS3bPathButtonNTabS3c=ButtonNTabS3cPath=ButtonNTabS3d=ButtonNTabS3dPath=;[ALienNetTab4]ButtonNTabS4a=ButtonNTabS4aPath=ButtonNTabS4b=ButtonNTabS4bPathButtonNTabS4c=ButtonNTabS4cPath=ButtonNTabS4d=ButtonNTabS4dPath=;[ALienNetTabA]ButtonNTabSAa=ButtonNTabSAaPath=ButtonNTabSAb=ButtonNTabSAbPathButtonNTabSAc=ButtonNTabSAcPath=ButtonNTabSAd=ButtonNTabSAdPath=;[ALienNetTabB]ButtonNTabSBa=ButtonNTabSBaPath=ButtonNTabSBb=ButtonNTabSBbPathButtonNTabSBc=ButtonNTabSBcPath=ButtonNTabSBd=ButtonNTabSBdPath=;[ALienNetTabC]ButtonNTabSCa=ButtonNTabSCaPath=ButtonNTabSCb=ButtonNTabSCbPathButtonNTabSCc=ButtonNTabSCcPath=ButtonNTabSCd=ButtonNTabSCdPath=;[ALienNetTabD]ButtonNTabSDa=ButtonNTabSDaPath=ButtonNTabSDb=ButtonNTabSDbPathButtonNTabSDc=ButtonNTabSDcPath=ButtonNTabSDd=ButtonNTabSDdPath=
I know it isn't filled out but the one but I figured if that one didn't work, neither would any of the others and I can do the donkey work later.
Statistics: Posted by OrionsHope — Yesterday, 8:42 pm — Replies 1 — Views 19