Advertisement
Guest User

HDDhor.ini

a guest
Sep 24th, 2018
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. [Rainmeter]
  2. Author=Sylvane (Rasylver)
  3. AppVersion=1.0
  4. Update=1000
  5.  
  6. ;Metadata added by RainBrowser
  7. ;http://rainmeter.net/RainWiki/index.php?title=Rainmeter_101#.5BMetadata.5D
  8.  
  9. [Metadata]
  10. Name=
  11. Config=
  12. Description=
  13. Instructions=
  14. Version=
  15. Tags=
  16. License=
  17. Variant=
  18. Preview=
  19.  
  20. ;End of added Metadata
  21.  
  22. [Variables]
  23. Drive=C
  24. BarBack=255, 255, 255, 50
  25. BarColor=255, 255, 255
  26.  
  27. FontName=Trebuchet MS
  28. FontColor=255, 255, 255, 160
  29. FontHeight=12
  30. AntiAlias=1
  31. ;-------------------------
  32.  
  33. [MeasureHD]
  34. Measure=FreeDiskSpace
  35. Drive=#Drive#:
  36.  
  37. [MeasureHDInverse]
  38. Measure=FreeDiskSpace
  39. Drive=#Drive#:
  40. InvertMeasure=1
  41.  
  42. [MeasureTotalDiskSpace]
  43. Measure=FreeDiskSpace
  44. Drive=#Drive#:
  45. Total=1
  46. UpdateDivider=5
  47.  
  48. [MeasureUsedDiskSpace]
  49. Measure=FreeDiskSpace
  50. Drive=#Drive#:
  51. InvertMeasure=1
  52. UpdateDivider=5
  53.  
  54. ;-----------------------------------------
  55.  
  56. [MeterPercent]
  57. Meter=STRING
  58. MeasureName=MeasureHD
  59. MeasureName2=MeasureTotalDiskSpace
  60. MeasureName3=MeasureUsedDiskSpace
  61. X=195
  62. Y=40
  63. FontColor=#FontColor#
  64. FontSize=#FontHeight#
  65. FontFace=#FontName#
  66. StringAlign=RIGHT
  67. AntiAlias=1
  68. Text="%3B of %2B"
  69. ;Percentual=1
  70. AutoScale=1
  71.  
  72.  
  73. [MeterHDDStatus]
  74. Meter=STRING
  75. Text="#Drive#:"
  76. X=10
  77. Y=40
  78. FontColor=#FontColor#
  79. FontSize=#FontHeight#
  80. FontFace=#FontName#
  81. AntiAlias=1
  82.  
  83. [MeterHDDLabel]
  84. Meter=STRING
  85. Text="HDD"
  86. X=10
  87. Y=0
  88. FontColor=#FontColor#
  89. FontSize=#FontHeight#
  90. FontFace=#FontName#
  91. AntiAlias=1
  92.  
  93. [MeterBar]
  94. MeasureName=MeasureHDInverse
  95. Meter=BAR
  96. X=10
  97. Y=25
  98. W=180
  99. H=5
  100. BarOrientation=HORIZONTAL
  101. BarColor=#BarColor#
  102.  
  103. [BarLine]
  104. Meter=IMAGE
  105. X=10
  106. Y=30
  107. W=180
  108. H=5
  109. SolidColor=#BarBack#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement