Corvust

Photo Display

Jan 18th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; https://www.reddit.com/r/Rainmeter/comments/afif9m/allrounded_help_discussion_thread_week_of_january/eecznul/
  2.  
  3. [Rainmeter]
  4. Update=#UpdateInterval#
  5.  
  6. [Variables]
  7. ; UpdateInterval = Time in ms between change
  8. UpdateInterval=1000
  9.  
  10. ; PathName = Path to folder of picture
  11. PathName=%UserProfile%\Pictures
  12.  
  13. ; Size = Width of Image
  14. Size=400
  15.  
  16. [RandomImage_Gather]
  17. Measure=Plugin
  18.     Plugin=QuotePlugin
  19.         PathName=#PathName#
  20. Subfolders=1
  21. FileFilter=*.jpg;*.png;*.gif
  22. UpdateDivider=5
  23. DynamicVariables=1
  24.  
  25. [RandomImage_Display]
  26. Meter=Image
  27.     MeasureName=MeasureRandomImage
  28.     W=#Size#
  29. DynamicVariables=1
Add Comment
Please, Sign In to add comment