Advertisement
Reissfeld

Simple Crosshair Rainmeter

Aug 15th, 2019
496
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; Lines starting ; (semicolons) are commented out.
  2. ; That is, they do not affect the code and are here for demonstration purposes only.
  3. ; ----------------------------------
  4.  
  5. [Rainmeter]
  6. ; This section contains general settings that can be used to change how Rainmeter behaves.
  7. Update=1000
  8.  
  9. [Metadata]
  10. ; Contains basic information of the skin.
  11. Name=Crosshair
  12. Author=reissfeld
  13. Version=1.0.0
  14.  
  15. [meterupLine]
  16. Meter=Image
  17. SolidColor=255,255,255,80
  18. W=3
  19. H=13
  20. X=23
  21. Y=10
  22.  
  23. [meterdownLine]
  24. Meter=Image
  25. SolidColor=255,255,255,80
  26. W=3
  27. H=13
  28. X=23
  29. Y=26
  30.  
  31. [meterleLine]
  32. Meter=Image
  33. SolidColor=255,255,255,80
  34. W=13
  35. H=3
  36. X=10
  37. Y=23
  38.  
  39. [meterriLine]
  40. Meter=Image
  41. SolidColor=255,255,255,80
  42. W=13
  43. H=3
  44. X=26
  45. Y=23
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement