Advertisement
Guest User

Untitled

a guest
Sep 12th, 2015
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. [Rainmeter]
  2. Update=1000
  3. AccurateText=1
  4. OnRefreshAction=#LoadCommands#[!SnapEdges 0]
  5. OnFocusAction=[!SetOption "Background" "ImageName" "#SKINSPATH#NXT-OS\@Resources\Images\Box"][!Update]
  6. OnUnfocusAction=[!SetOption "Background" "ImageName" "#SKINSPATH#NXT-OS\@Resources\Images\Box_Inactive.png"][!Update]
  7. DragMargins=25,25,25,-67
  8.  
  9. [Variables]
  10. CloseAction=
  11. LoadCommands=
  12.  
  13. [Background]
  14. Meter=Image
  15. ImageName=#SKINSPATH#NXT-OS\@Resources\Images\Box.png
  16. ScaleMargins=30,30,30,30
  17. W=#Width#
  18. H=#Height#
  19.  
  20. [Title]
  21. Meter=String
  22. Text=#Title#
  23. FontFace=Open Sans Light
  24. FontSize=14
  25. FontColor=80,80,80
  26. StringEffect=Shadow
  27. FontEffectColor=240,240,240
  28. AntiAlias=1
  29. X=37
  30. Y=33
  31.  
  32. [CloseButton]
  33. Meter=Button
  34. ButtonImage=#SKINSPATH#NXT-OS\@Resources\Images\Close.png
  35. X=(#Width#-62)
  36. Y=30
  37. ButtonCommand=#CloseAction#[!DeactivateConfig]
  38.  
  39. [InnerBox]
  40. Meter=Image
  41. ImageName=#SKINSPATH#NXT-OS\@Resources\Images\InnerBoxGrey.png
  42. ScaleMargins=3,3,3,3
  43. X=30
  44. Y=67
  45. W=(#Width#-60)
  46. H=(#Height#-97)
  47. MouseActionCursor=0
  48.  
  49. [SectionLineStyle]
  50. SolidColor=170,170,170
  51. h=1
  52. x=36
  53. w=(#Width#-72)
  54.  
  55. [SectionTitleStyle]
  56. SolidColor=225,225,225
  57. FontFace=Open Sans
  58. FontSize=10
  59. FontColor=170,170,170
  60. AntiAlias=1
  61. ClipString=2
  62. H=15
  63. x=r
  64. y=-9r
  65.  
  66. [TextStyle]
  67. FontFace=Open Sans
  68. FontSize=10
  69. FontColor=80,80,80
  70. AntiAlias=1
  71.  
  72. [ErrorIconStyle]
  73. ImageName=#SKINSPATH#NXT-OS\@Resources\Images\Error.png
  74. ImageTint=80,80,80
  75. AntiAlias=1
  76. PreserveAspectRatio=1
  77.  
  78. [NxtosLogoStyle]
  79. ImageName=#SKINSPATH#NXT-OS\@Resources\Images\Logo.png
  80. ImageTint=80,80,80
  81. AntiAlias=1
  82. PreserveAspectRatio=1
  83.  
  84. [InputBoxTitle]
  85. FontFace=Open Sans
  86. FontSize=10
  87. FontColor=80,80,80
  88. AntiAlias=1
  89.  
  90. [InputBoxBgStyle]
  91. ImageName=#SKINSPATH#NXT-OS\@Resources\Images\InputBox.png
  92. ScaleMargins=5,5,5,5
  93. H=30
  94. X=-2r
  95. Y=1R
  96.  
  97. [InputBoxBgBrowseStyle]
  98. ImageName=#SKINSPATH#NXT-OS\@Resources\Images\InputBox_Browse.png
  99. ScaleMargins=5,5,76,5
  100. H=30
  101. X=-2r
  102. Y=1R
  103.  
  104. [InputBoxBgDropdownStyle]
  105. ImageName=#SKINSPATH#NXT-OS\@Resources\Images\InputBox_Dropdown.png
  106. ScaleMargins=5,5,32,5
  107. H=30
  108. X=-2r
  109. Y=1R
  110.  
  111. [InputBoxBgAdjustStyle]
  112. ImageName=#SKINSPATH#NXT-OS\@Resources\Images\InputBox_Adjust.png
  113. ScaleMargins=5,5,76,5
  114. H=30
  115. X=-2r
  116. Y=1R
  117.  
  118. [DropdownBackgroundStyle]
  119. ImageName=#SKINSPATH#NXT-OS\@Resources\Images\DropDownBackground.png
  120. ScaleMargins=5,2,5,5
  121. X=-8r
  122. Y=24r
  123.  
  124. [InputBoxDefaultTextStyle]
  125. FontFace=Open Sans
  126. FontSize=10
  127. FontColor=120,120,120
  128. AntiAlias=1
  129. X=8r
  130. Y=5r
  131. H=22
  132. ClipString=2
  133. DynamicVariables=1
  134.  
  135. [SwitchTextStyle]
  136. FontFace=Open Sans
  137. FontSize=10
  138. FontColor=80,80,80
  139. AntiAlias=1
  140.  
  141. [SwitchStyle]
  142. DynamicVariables=1
  143. Y=-5r
  144.  
  145. [InputMeasureStyle]
  146. FontFace=Open Sans
  147. FontSize=10
  148. FontColor=80,80,80
  149. AntiAlias=1
  150. H=20
  151. W=240
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement