Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Rainmeter]
- Update=1000
- DynamicWindowSize=1
- AccurateText=1
- BackgroundMode=1
- MouseScrollUpAction=[!SetVariable Scale "(#Scale#+#ScrollMouseIncrement#)"][!WriteKeyValue Variables Scale "(#Scale#+#ScrollMouseIncrement#)"][!Refresh]
- MouseScrollDownAction=[!SetVariable Scale "(#Scale#-#ScrollMouseIncrement# < 0.1 ? 0.1 : #Scale#-#ScrollMouseIncrement#)"][!WriteKeyValue Variables Scale "(#Scale#-#ScrollMouseIncrement# < 0.1 ? 0.1 : #Scale#-#ScrollMouseIncrement#)"][!Refresh]
- [Metadata]
- Author=adni18 ( https://www.adni18.com )
- Credits: Many thanks to xxenium for the weather script.
- License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
- Version=11-2022
- [Variables]
- @Include=#@#Variables.inc
- @Include2=#@#RegExp.inc
- @Include3=#@#Measures.inc
- @include4=#@#Language\Language.inc
- Scale=1.5
- ScrollMouseIncrement=0.1
- ;===========Measures =============
- ; For 12-hour, change the Format option to: %I:%M
- ; For 24-hour, change the Format option to: %H:%M
- [MeasureTime]
- Measure=Time
- Format=#TimeFormat#
- [MeasureDate]
- Measure=Time
- Format=%d
- [MeasureTimeS]
- Measure=Time
- Format=%S
- [MeasureMonth]
- Measure=Time
- Format=%B
- [MeasureDay]
- Measure=Time
- Format=%A
- ;===========Meters=============
- [MeterTime]
- MeasureName=MeasureTime
- Meter=STRING
- X=(146*#Scale#)
- Y=(40*#Scale#)
- W=(500*#Scale#)
- FontColor=234,115,104
- FontSize=(76*#Scale#)
- FontFace=Roxborough CF
- StringAlign=Center
- StringStyle=Bold
- StringCase=Upper
- StringEffect=SHADOW
- FontEffectColor=255,255,255
- Text=%1
- AntiAlias=1
- InlineSetting=CharacterSpacing | 0 | 0
- LeftMouseUpAction=!ToggleConfig "#ROOTCONFIG#\Settings" "Settings.ini"
- [MeterDay]
- MeasureName=MeasureDay
- Meter=STRING
- X=(140*#Scale#)
- Y=(79*#Scale#)
- FontColor=255,255,255
- FontSize=(36*#Scale#)
- FontFace=Ambawang Signature
- StringAlign=Center
- StringStyle=Normal
- Text=%1
- AntiAlias=1
- InlineSetting=CharacterSpacing | 0 | 0
- [MeterDateMonth]
- MeasureName=MeasureDate
- MeasureName2=MeasureMonth
- Meter=string
- X=(150*#Scale#)
- Y=(158*#Scale#)
- FontColor=250,250,250
- FontSize=(8*#Scale#)
- StringStyle=Normal
- StringAlign=Center
- FontFace=Roxborough CF
- StringCase=Upper
- StringEffect=SHADOW
- FontEffectColor=0,0,0,40
- Text=%1 %2
- AntiAlias=1
- InlineSetting=CharacterSpacing | 1 | 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement