Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Rainmeter]
- Update=1000
- Author=Minervaxcel (Minervaxcel.deviantart.com)
- [Variables]
- SnoopUp=Solidcolor=0,255,0,1
- ;## Delete the above line "SnoopTest= ..... " when you're ready to set up the real skinparts ##
- TimeToSmoke=420
- TimeToChoke=420
- [TimePlug]
- Measure=Time
- Format=%I%M
- [MeasureJoin2]
- Measure=Calc
- IfCondition=TimePlug = #TimeToSmoke#
- IfTrueAction=[!WriteKeyValue Variables SnoopUp "Solidcolor=0,255,0,255"][!RefreshApp]
- ;IfTrueAction=[!ActivateConfig "SnoopLoop" "Snoop.ini"]
- IfCondition2=TimePlug = #TimeToChoke#
- IfTrueAction2=[!WriteKeyValue Variables SnoopUp "Solidcolor=0,255,0,1"][!RefreshApp]
- ;IfTrueAction2=[!DeactivateConfig "SnoopLoop" "Snoop.ini"]
- ;## Here, delete the "IfTrueAction" and "IfTrueAction2" without ";" in front of them.
- ;## Remove ";" from in front of IfTrueAction and IfTrueAction2.
- ;##
- ;## The IfTrueAction and IfTrueAction2 that were there before are for testing purposes. You can try loading the skin to test the time-working. Just remember to set the times
- ;## To put in the times, change the variables "TimeToSmoke" and "TimeToChoke"
- ;## The time goes like this: 420 = 4:20, 1220 = 12:20 etc. So, if you want to test it in 2 minutes, and the time is 12:25, midday. Then just put 1225
- ;##
- ;## To set it up completely, just edit in the path for the animation like this:
- ;## Take the path from the root of the skins folder. So, for example You'd have "Serenity" and then the file to open.
- ;## !ActivateConfig "Serenity" "Launcher.ini" as an example.
- ;##
- ;## So, just find "!ActivateConfig" and "!DeactivateConfig" and fill in the path, erasing the old path.
- ##########TEST ELEMENTS########
- ;## You can delete this part as soon as you are ready for the real setup, these are debug elements. "SnoopLoop" and "TestString"
- [TestString]
- Meter=String
- MeasureName=TimePlug
- X=200
- [SnoopLoop]
- Meter=Image
- Solidcolor=#SnoopUp#
- W=80
- H=80
- DynamicVariables=1
- ################################
Advertisement
Add Comment
Please, Sign In to add comment