Advertisement
mrchehehe

CHRONOS II+ MODIFIED

Feb 20th, 2023
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.25 KB | Source Code | 0 0
  1. [Rainmeter]
  2. Update=1000
  3. DynamicWindowSize=1
  4. AccurateText=1
  5. BackgroundMode=1
  6.  
  7. MouseScrollUpAction=[!SetVariable Scale "(#Scale#+#ScrollMouseIncrement#)"][!WriteKeyValue Variables Scale "(#Scale#+#ScrollMouseIncrement#)"][!Refresh]
  8. MouseScrollDownAction=[!SetVariable Scale "(#Scale#-#ScrollMouseIncrement# < 0.1 ? 0.1 : #Scale#-#ScrollMouseIncrement#)"][!WriteKeyValue Variables Scale "(#Scale#-#ScrollMouseIncrement# < 0.1 ? 0.1 : #Scale#-#ScrollMouseIncrement#)"][!Refresh]
  9.  
  10. [Metadata]
  11. Author=adni18 ( https://www.adni18.com )
  12. Credits: Many thanks to xxenium for the weather script.
  13. License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
  14. Version=11-2022
  15.  
  16.  
  17. [Variables]
  18. @Include=#@#Variables.inc
  19. @Include2=#@#RegExp.inc
  20. @Include3=#@#Measures.inc
  21. @include4=#@#Language\Language.inc
  22.  
  23.  
  24. Scale=1.5
  25. ScrollMouseIncrement=0.1
  26.  
  27.  
  28. ;===========Measures =============
  29. ; For 12-hour, change the Format option to: %I:%M
  30. ; For 24-hour, change the Format option to: %H:%M
  31.  
  32. [MeasureTime]
  33. Measure=Time
  34. Format=#TimeFormat#
  35.  
  36. [MeasureDate]
  37. Measure=Time
  38. Format=%d
  39.  
  40.  
  41.  
  42. [MeasureTimeS]
  43. Measure=Time
  44. Format=%S
  45.  
  46. [MeasureMonth]
  47. Measure=Time
  48. Format=%B
  49.  
  50. [MeasureDay]
  51. Measure=Time
  52. Format=%A
  53.  
  54. ;===========Meters=============
  55.  
  56.  
  57.  
  58.  
  59. [MeterTime]
  60. MeasureName=MeasureTime
  61. Meter=STRING
  62. X=(146*#Scale#)
  63. Y=(40*#Scale#)
  64. W=(500*#Scale#)
  65. FontColor=234,115,104
  66. FontSize=(76*#Scale#)
  67. FontFace=Roxborough CF
  68. StringAlign=Center
  69. StringStyle=Bold
  70. StringCase=Upper
  71. StringEffect=SHADOW
  72. FontEffectColor=255,255,255
  73. Text=%1
  74. AntiAlias=1
  75. InlineSetting=CharacterSpacing | 0 | 0
  76. LeftMouseUpAction=!ToggleConfig "#ROOTCONFIG#\Settings" "Settings.ini"
  77.  
  78.  
  79. [MeterDay]
  80. MeasureName=MeasureDay
  81. Meter=STRING
  82. X=(140*#Scale#)
  83. Y=(79*#Scale#)
  84. FontColor=255,255,255
  85. FontSize=(36*#Scale#)
  86. FontFace=Ambawang Signature
  87. StringAlign=Center
  88. StringStyle=Normal
  89. Text=%1
  90. AntiAlias=1
  91. InlineSetting=CharacterSpacing | 0 | 0
  92.  
  93. [MeterDateMonth]
  94. MeasureName=MeasureDate
  95. MeasureName2=MeasureMonth
  96. Meter=string
  97. X=(150*#Scale#)
  98. Y=(158*#Scale#)
  99. FontColor=250,250,250
  100. FontSize=(8*#Scale#)
  101. StringStyle=Normal
  102. StringAlign=Center
  103. FontFace=Roxborough CF
  104. StringCase=Upper
  105. StringEffect=SHADOW
  106. FontEffectColor=0,0,0,40
  107. Text=%1 %2
  108. AntiAlias=1
  109. InlineSetting=CharacterSpacing | 1 | 1
  110.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement