Advertisement
Guest User

Untitled

a guest
Jul 25th, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.99 KB | None | 0 0
  1. ;--------------------------------------------------------------------------------------------
  2. ; ENIGMA CALENDAR (WEEK)
  3.  
  4. [Rainmeter]
  5. Author=Kaelri
  6.  
  7. [Variables]
  8. @include=#@#User\Options.inc
  9. Week=0
  10.  
  11. ;---------------------------------------------------------------------
  12. ; STYLES
  13.  
  14. @include2=#@#Styles\#Stylesheet#\Options.inc
  15. @include3=#@#Styles\#Stylesheet#\SidebarCommon.inc
  16. @include4=#@#Styles\#Stylesheet#\SidebarCalendar.inc
  17.  
  18. ;---------------------------------------------------------------------
  19. ; MEASURES
  20.  
  21. [MeasureCalendar]
  22. Measure=Script
  23. ScriptFile=#@#Measures\Calendar.lua
  24. UpdateDivider=60
  25. Range=Week
  26. EventFile=#CalendarEventFile#
  27. ShowEvents=#CalendarShowEvents#
  28.  
  29. [MeasureIndicatorX]
  30. Measure=CALC
  31. Formula=#FirstX#+#Week#*FLOOR(#SpacingX#)
  32. DynamicVariables=1
  33.  
  34. [MeasureIndicatorY]
  35. Measure=CALC
  36. Formula=
  37. DynamicVariables=1
  38.  
  39. ;---------------------------------------------------------------------
  40. ; METERS
  41.  
  42. [Border]
  43. Meter=IMAGE
  44. MeterStyle=StyleCalendarBorder
  45.  
  46. [Background]
  47. Meter=IMAGE
  48. MeterStyle=StyleSidebarBackground | StyleCalendarWeekBackground
  49.  
  50. ;-----------------------
  51. ; DAY LABELS
  52.  
  53. [Day1Label]
  54. Meter=STRING
  55. MeterStyle=StyleCalendarLabel | StyleCalendarLabelFirst
  56.  
  57. [Day2Label]
  58. Meter=STRING
  59. MeterStyle=StyleCalendarLabel
  60.  
  61. [Day3Label]
  62. Meter=STRING
  63. MeterStyle=StyleCalendarLabel
  64.  
  65. [Day4Label]
  66. Meter=STRING
  67. MeterStyle=StyleCalendarLabel
  68.  
  69. [Day5Label]
  70. Meter=STRING
  71. MeterStyle=StyleCalendarLabel
  72.  
  73. [Day6Label]
  74. Meter=STRING
  75. MeterStyle=StyleCalendarLabel
  76.  
  77. [Day7Label]
  78. Meter=STRING
  79. MeterStyle=StyleCalendarLabel
  80.  
  81. ;-----------------------
  82. ; DAY LABEL BACKGROUNDS
  83.  
  84. [Day1LabelBackground]
  85. Meter=IMAGE
  86. MeterStyle=StyleCalendarLabelBackground | StyleCalendarLabelBackgroundFirst
  87.  
  88. [Day2LabelBackground]
  89. Meter=IMAGE
  90. MeterStyle=StyleCalendarLabelBackground
  91.  
  92. [Day3LabelBackground]
  93. Meter=IMAGE
  94. MeterStyle=StyleCalendarLabelBackground
  95.  
  96. [Day4LabelBackground]
  97. Meter=IMAGE
  98. MeterStyle=StyleCalendarLabelBackground
  99.  
  100. [Day5LabelBackground]
  101. Meter=IMAGE
  102. MeterStyle=StyleCalendarLabelBackground
  103.  
  104. [Day6LabelBackground]
  105. Meter=IMAGE
  106. MeterStyle=StyleCalendarLabelBackground
  107.  
  108. [Day7LabelBackground]
  109. Meter=IMAGE
  110. MeterStyle=StyleCalendarLabelBackground
  111.  
  112. [Day1]
  113. Meter=STRING
  114.  
  115. [Day2]
  116. Meter=STRING
  117.  
  118. [Day3]
  119. Meter=STRING
  120.  
  121. [Day4]
  122. Meter=STRING
  123.  
  124. [Day5]
  125. Meter=STRING
  126.  
  127. [Day6]
  128. Meter=STRING
  129.  
  130. [Day7]
  131. Meter=STRING
  132.  
  133. ;-----------------------
  134. ; INDICATOR
  135.  
  136. [Indicator]
  137. Meter=IMAGE
  138. MeterStyle=StyleCalendarIndicatorBox
  139. X=[MeasureIndicatorX]
  140. Y=#FirstY#
  141.  
  142. ;-----------------------
  143.  
  144. [BorderBottom]
  145. Meter=IMAGE
  146. MeterStyle=StyleCalendarWeekBorderBottom
  147.  
  148. ;---------------------------------------------------------------------
  149. ; METADATA
  150.  
  151. [Metadata]
  152. Name=Enigma Calendar (Week)
  153. Information=A graphic calendar for the current month. | ยท You can configure Calendar to show holidays, Google Calendar appointments and other events. | ยท Adapted from the original Rainmeter Calendar by limpet, and LuaCalendar by smurfier.
  154. Version=4 Patch 1
  155. License=Creative Commons BY-NC-SA 3.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement