Guest User

Untitled

a guest
Jul 13th, 2018
1,431
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. [Rainmeter]
  2. Update = 1000
  3. AccurateText = 1
  4.  
  5. [Metadata]
  6. Name = YoRHa HP
  7. Author = IamCarbonMan
  8. Information = NieR: Automata inspired HUD - Battery module
  9. Version = 1
  10. License = Creative Commons Attribution - Non - Commercial - Share Alike 3.0
  11.  
  12. [MeasurePercentage]
  13. Measure = Plugin
  14. Plugin = PowerPlugin
  15. PowerState = Percent
  16.  
  17. [MeasureTime]
  18. Measure = Plugin
  19. Plugin = PowerPlugin
  20. PowerState = Lifetime
  21. Format = "%#Hh %#Mm remaining"
  22. Substitute = "Unknown":"Charging"
  23.  
  24. [MeterShapes]
  25. Meter = Shape
  26. Shape = Rectangle 35, 0, 8, 8 | Fill Color CEC6B3
  27. Shape2 = Rectangle 360, 0, 8, 8 | Fill Color CEC6B3
  28. Shape3 = Line 35, 33, 367, 33 | StrokeWidth 3 | Stroke Color 948D83
  29. Shape4 = Line 35, 43, 367, 43 | StrokeWidth 3 | Stroke Color CEC6B3
  30. Shape5 = Ellipse 12, 43, 10 | StrokeWidth 4 | Stroke Color CEC6B3 | Fill Color 0, 0, 0, 0
  31. Shape6 = Ellipse 385, 45, 6 | Fill Color CEC6B3
  32.  
  33. [MeterBar]
  34. Meter = Bar
  35. MeasureName = MeasurePercentage
  36. BarColor = CEC6B3
  37. SolidColor = 464139
  38. BarOrientation = Horizontal
  39. X = 35
  40. Y = 15
  41. W = 332
  42. H = 10
  43.  
  44. [MeterText]
  45. Meter = String
  46. MeasureName = MeasurePercentage
  47. MeasureName2 = MeasureTime
  48. Text = "%1%, %2"
  49. FontFace = SCE-PS3 Rodin LATIN
  50. FontSize = 12
  51. AntiAlias = 1
  52. FontColor = CEC6BE
  53. X = 35
  54. Y = 50
Advertisement
Add Comment
Please, Sign In to add comment