Advertisement
Guest User

battery skin

a guest
Apr 6th, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. [Rainmeter]
  2. Update=1000
  3. Author=SSRATT
  4.  
  5. [Variables]
  6. @include=#SKINSPATH#ZurnPC\Config\Default.inc
  7. Font=Cambria
  8.  
  9. [MeasurePercent]
  10. Measure=Plugin
  11. PlugIn=Plugins\PowerPlugin.dll
  12. PowerState=PERCENT
  13. UpdateDivider=10
  14.  
  15. [MeasurePowerStatus]
  16. Measure=Plugin
  17. Plugin=Plugins\PowerPlugin.dll
  18. PowerState=STATUS
  19. Substitute="0":"no battery","1":"Charging","2":"Critical","3":"Low","4":"High"
  20. UpdateDivider=10
  21.  
  22. [MeterBatteryBarGraph]
  23. Meter=bar
  24. MeasureName=MeasurePercent
  25. W=10
  26. H=768
  27. SolidColor=0,0,0,100
  28. BarColor=#color3#
  29. BarOrientation=Vertical
  30. AntiAlias=1
  31. Flip=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement