Advertisement
Rosieee

Tokyo Neon - Date & Clock

May 6th, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. Hey EnAyJay! Sorry, I'm not that good with file things on the internet. I hope it's okay that I'm using pastebin - You'd just have to replace the things in Clock_vert1.ini and Date_vert.ini with the text below. Let me know if you need anything, It'd take 2 seconds to explain on discord or something! ^^' ~
  2.  
  3.  
  4.  
  5. Clock_Vert1.ini
  6. =-=-=-=-=-=-=-=-=-=-=
  7.  
  8. [Rainmeter]
  9. MouseOverAction=!execute [!RainmeterShowMeter colors][!RainmeterRedraw]
  10. MouseLeaveAction=!execute [!RainmeterHideMeter colors][!RainmeterRedraw]
  11. MiddleMouseDownAction=!RainmeterActivateConfig #CURRENTCONFIG# Clock_hori1.ini
  12. @include=#SKINSPATH#Elegance2\Config\Fonts.inc
  13.  
  14. [Metadata]
  15. Name=Elegance 2 - Clock (vertical)
  16. Config=
  17. Description=
  18. Instructions=This clock can be set to either 12-hours or 24-hours, | use the Confinguration tool for this and more options.
  19. Version=
  20. Tags=
  21. License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
  22. Variant=
  23. Preview=
  24.  
  25. [MeasureTime]
  26. Measure=Time
  27. Format="#Hours#"
  28.  
  29. [MeasureTime2]
  30. Measure=Time
  31. Format="%M"
  32.  
  33. [Variables]
  34. @include=#SKINSPATH#Elegance2\Config\Default.inc
  35.  
  36. [Styles]
  37. @include=#SKINSPATH#Elegance2\Config\Styles.inc
  38.  
  39. ;-------------------------------
  40.  
  41. [Background]
  42. Meter=IMAGE
  43. SolidColor=0,0,0,1
  44. X=0
  45. Y=0
  46. W=240
  47. H=362
  48.  
  49. [colors]
  50. Meter=IMAGE
  51. ImageName=#SKINSPATH#Elegance2\Config\Images\colors.png
  52. X=1
  53. Y=1
  54. W=92
  55. H=11
  56. LeftMouseUpAction=!Execute [!RainmeterToggleConfig Elegance2 SetColors.ini]
  57. Hidden=1
  58.  
  59. [Time]
  60. Meter=STRING
  61. MeasureName=MeasureTime
  62. MeterStyle=time1
  63. X=126
  64. Y=1
  65. FontSize=110
  66. FontColor=202,64,166,255
  67. #InlineSetting=Shadow | 0 | 0 | 5 | 225,93,162,255
  68. InlineSetting=Shadow | 0 | 0 | 5 | 202,64,166,255
  69. [Time2]
  70. Meter=STRING
  71. MeasureName=MeasureTime2
  72. MeterStyle=time2
  73. X=126
  74. Y=140
  75. FontSize=110
  76. FontColor=53,190,153,255
  77. InlineSetting=Shadow | 1 | 1 | 5 | 53,190,153,255
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84. Date_vert1.ini
  85. =-=-=-=-=-=-=-=-=-=-=-=
  86.  
  87. [Rainmeter]
  88. MiddleMouseDownAction=!RainmeterActivateConfig #CURRENTCONFIG# Date_hori1.ini
  89. @include=#SKINSPATH#Elegance2\Config\Fonts.inc
  90.  
  91. [Metadata]
  92. Name=Elegance 2 - Date
  93. Config=
  94. Description=
  95. Instructions=
  96. Version=1000
  97. Tags=
  98. License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
  99. Variant=
  100. Preview=
  101.  
  102. [MeasureDate]
  103. Measure=Time
  104. #Format=%A %d %b
  105. Format=%d %m %y
  106. Substitute="January":"#January#","February":"#February#","March":"#March#","April":"#April#","May":"#May#","June":"#June#","July":"#July#","August":"#August#","September":"#September#","October":"#October#","November":"#November#","December":"#December#","Monday":"#Monday#","Tuesday":"#Tuesday#","Wednesday":"#Wednesday#","Thursday":"#Thursday#","Friday":"#Friday#","Saturday":"#Saturday#","Sunday":"#Sunday#"
  107.  
  108. [Variables]
  109. @include=#SKINSPATH#Elegance2\Config\Default.inc
  110.  
  111. [Styles]
  112. @include=#SKINSPATH#Elegance2\Config\Styles.inc
  113.  
  114. -------------------------------------METERS--------------------------------------------
  115.  
  116. [Background]
  117. Meter=IMAGE
  118. SolidColor=0,0,0,1
  119. X=0
  120. Y=0
  121. W=100
  122. H=40
  123.  
  124. [MeterYear]
  125. MeasureName=MeasureDate
  126. Meter=STRING
  127. MeterStyle=Date1
  128. X=200
  129. Y=0
  130. FontFace=Glacial Indifference
  131. FontSize=29
  132. FontColor=24,168,202,255
  133. InlineSetting=Shadow | 0 | 0 | 5 | 24,168,202,255
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement