Advertisement
winterwinds

Untitled

Feb 15th, 2020
615
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. [Rainmeter]
  2. Update=1000
  3.  
  4. [MeasureTime]
  5. Measure=Time
  6. Format=%#I:%M
  7.  
  8. [MeasureSeconds]
  9. Measure=Time
  10. Format=%S
  11.  
  12. [MeasureAMPM]
  13. Measure=Time
  14. Format=%p
  15.  
  16. [MeasureMonthName]
  17. Measure=Time
  18. Format=%B
  19. Substitute="January":"Jan.","February":"Feb.","March":"Mar.","April":"Apr.","August":"Aug.","Septemeber":"Sep.","October":"Oct.","November":"Nov.","December":"Dec."
  20.  
  21. [MeasureDayOfMonth]
  22. Measure=Time
  23. Format=%#d
  24.  
  25. [MeasureYear]
  26. Measure=Time
  27. Format=%Y
  28.  
  29. [MeasureDayOfWeek]
  30. Measure=Time
  31. Format=%a
  32.  
  33.  
  34. [TextStyle]
  35. FontFace=Bw Seido Round DEMO Bold
  36. FontColor=255, 239, 227
  37. SolidColor=0,0,0,1
  38. StringStyle=Bold
  39. StringAlign=Right
  40. AntiAlias=1
  41.  
  42. [MeterTime]
  43. Meter=String
  44. MeterStyle=TextStyle
  45. MeasureName=MeasureTime
  46. X=173L
  47. Y=5
  48. FontSize=37
  49.  
  50. [MeterAMPM]
  51. Meter=String
  52. MeterStyle=TextStyle
  53. MeasureName=MeasureAMPM
  54. X=223
  55. Y=27
  56. FontSize=22
  57. FontColor=255, 239, 227
  58.  
  59. [MeterStraightLine]
  60. Meter=Line
  61. Y=5R
  62. X=30
  63. W=197
  64. H=3
  65. SolidColor=255, 239, 227
  66.  
  67. [MeterMonthDayYear]
  68. Meter=String
  69. MeterStyle=TextStyle
  70. MeasureName=MeasureMonthName
  71. MeasureName2=MeasureDayOfMonth
  72. X=-82R
  73. Y=5R
  74. FontSize=23
  75. Text=%1 %2
  76.  
  77. [MeasureMonthName]
  78. Measure=Time
  79. Format=%B
  80. Substitute="January":"Jan.","February":"Feb.","March":"Mar.","April":"Apr.","August":"Aug.","Septemeber":"Sep.","October":"Oct.","November":"Nov.","December":"Dec."
  81. X=150R
  82. Y=100
  83. FontSize=28
  84. FontColor=255, 239, 227
  85.  
  86. [MeterShape]
  87. [MeterRoundedRectangle]
  88. Meter=Shape
  89. X=155
  90. Y=82
  91. Shape=Rectangle 0,0,70,40,24 | Extend MyModifiers1
  92. MyModifiers1=Fill Color 255, 239, 227
  93.  
  94. [MeterDayOfWeek]
  95. Meter=String
  96. MeterStyle=TextStyle
  97. MeasureName=MeasureDayOfWeek
  98. X=215
  99. Y=-38R
  100. FontSize=19
  101. FontColor=0, 0, 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement