Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.89 KB | None | 0 0
  1. [Rainmeter]
  2. update = 1000
  3. skinwidth = #skinWidth#
  4. skinheight = #skinHeight#
  5. MiddleMouseDownAction = !Refresh
  6. Group = Dashboard  
  7.  
  8. [Variables]
  9. skinWidth = 650
  10. skinHeight = 200
  11. scrollSpeed = 20
  12. offset = #skinHeight#
  13.  
  14. [Style]
  15. antialias = 1
  16. fontsize = 12
  17. fontcolor = fff
  18. FontFace = Myriad Pro Light
  19.  
  20. [BG]
  21. meter = image
  22. solidcolor = 454545
  23. w = #skinWidth#
  24. h = #skinHeight#
  25. MouseScrollDownAction = [!SetOption Text Y "(Clamp(([Text:y]-#scrollSpeed#), (-([Text:h] - #offset#)), 0))"][!UpdateMeter Text][!Redraw][!Log [Text:y]][!Log [Text:h]]
  26. MouseScrollUpAction = [!SetOption Text Y "(Clamp(([Text:y]+#scrollSpeed#), (-([Text:h] - #offset#)), 0))"][!UpdateMeter Text][!Redraw][!Log [Text:y]][!Log [Text:h]]
  27.  
  28. [Text]
  29. meter = String
  30. meterstyle = Style
  31. measurename = FileReader
  32. clipstring = 1
  33.  
  34. [FileReader]
  35. measure = WebParser
  36. Url = file://#CURRENTPATH#\To-do.txt
  37. RegExp = (?s)(.*)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement