Guest User

Untitled

a guest
Oct 7th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.41 KB | None | 0 0
  1. [Variables]
  2. EmailCt=0
  3.  
  4. [Calc1]
  5. Measure=Calc
  6. Formula=[EmailCountMeasureName]
  7. IfAboveValue=0
  8. IfAboveAction=[!RainmeterSetVariable EmailCt 1]
  9. IfBelowValue=1
  10. IfBelowAction=[!RainmeterSetVariable EmailCt 0]
  11. DynamicVariables=1
  12.  
  13. [Image]
  14. Meter=IMAGE
  15. ImageName=#EmailCt#.png
  16. #if email count is > 0, displays 1.png (the actual background), otherwise it displays 0.png (a transparent 1x1 px image)
  17. DynamicVariables=1
Add Comment
Please, Sign In to add comment