Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. [Rainmeter]
  2. Update=1000
  3. DynamicWindowSize=1
  4.  
  5. [Variables]
  6. SecondVar=Quik Notes ----------------- Click here to edit this text and press enter.Ctrl+Enter adds a line break.
  7.  
  8. FontSize=11
  9. StringAlign=Center
  10. AntiAlias=1
  11.  
  12.  
  13.  
  14. [TextBackground]
  15. Meter=Image
  16. W=280
  17. H=200
  18. SolidColor=255,255,255,40
  19.  
  20. [MeasureInput]
  21. Measure=Plugin
  22. Padding=7,7,7,7
  23. AntiAlias=1
  24. Plugin=InputText
  25. FontColor=357D42
  26. ClipString=2
  27. FontFace=Quicksand-Regular
  28. StringStyle=Normal
  29. SolidColor=255,255,255,150
  30. FontSize=#FontSize#
  31. X=10
  32. Y=5
  33. H=200
  34. W=280
  35. Command3=!SetVariable SecondVar "$UserInput$"
  36.  
  37.  
  38.  
  39. [MeterSetVariable]
  40. Meter=String
  41. Padding=8,8,8,8
  42. ClipString=2
  43. FontSize=12
  44. FontColor=357D42
  45. W=250
  46. H=105
  47. FontFace=Quicksand-Regular
  48. AntiAlias=1
  49. DynamicVariables=1
  50. Text=#SecondVar#
  51. LeftMouseUpAction=!CommandMeasure "MeasureInput" "ExecuteBatch 3"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement