Advertisement
Guest User

hdd-meter-D

a guest
Jun 13th, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. [Rainmeter]
  2. Author=CyraX_THC
  3. AppVersion=1.0
  4. Update=1000
  5.  
  6. [Variables]
  7. Drive=D
  8. FontName=Arial
  9. FontName2=Arial
  10. FontColor=255,255,255
  11. FontHeight=9
  12.  
  13. ;-------------------------
  14.  
  15. [MeasureHD]
  16. Measure=FreeDiskSpace
  17. Drive=#Drive#:
  18.  
  19. ;-----------------------------------------
  20.  
  21. [MeterPercent]
  22. Meter=STRING
  23. MeasureName=MeasureHD
  24. X=15
  25. Y=0
  26. StringAlign=LEFT
  27. StringStyle=BOLD
  28. FontColor=#FontColor#
  29. FontSize=#FontHeight#
  30. FontFace=#FontName2#
  31. AntiAlias=1
  32. Postfix="% Libre"
  33. Text="%1"
  34. Percentual=1
  35. AutoScale=1
  36. LeftMouseDownAction=!Execute ["#Drive#:"]
  37.  
  38.  
  39.  
  40. [MeterHDDStatus]
  41. Meter=STRING
  42. Text="#Drive#:"
  43. X=-2
  44. Y=0
  45. FontColor=#FontColor#
  46. StringAlign=LEFT
  47. StringStyle=BOLD
  48. FontSize=#FontHeight#
  49. FontFace=#FontName#
  50. AntiAlias=1
  51. LeftMouseDownAction=!Execute ["#Drive#:"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement