MinervaXcel

MuteSearchEngine.ini (InputText position fix)

Nov 17th, 2015
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [Rainmeter]
  2. Update=1000
  3. AccurateText=1
  4. DynamicWindowSize=1
  5.  
  6. [Metadata]
  7. Name=*Mute
  8. Author=Elesis
  9. Information=*Mute's code to search the internet.
  10. License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
  11. Version=1.0
  12.  
  13. [HeaderStyle]
  14. Fontface=Delicious Heavy
  15. Fontsize=20
  16. FontColor=255, 255, 255
  17. AntiAlias=1
  18.  
  19. [TextStyle]
  20. Fontface=Planer DemiBold
  21. Fontsize=20
  22. FontColor=80, 80, 80
  23. AntiAlias=1
  24. ;Width=1 pixel to the left
  25. ;Height=6 pixels from the top
  26.  
  27. [OnStart]
  28. Measure=calc
  29. Formula=1
  30. IfCondition=OnStart=1
  31. IfTrueAction=[!CommandMeasure "MeasureInput ExecuteBatch 1"]
  32.  
  33. [MuteImage]
  34. Meter=Image
  35. ImageName=#@#\Pictures\MuteTalk.png
  36. LeftMouseUpAction=[!CommandMeasure "MeasureInput ExecuteBatch 1"]
  37.  
  38. [TextBox]
  39. Meter=Image
  40. ImageName=#@#\Images\textbackground.png
  41. W=([SearchEngineText:W]+93)
  42. H=([SearchEngineText:H]+71)
  43. DynamicVariables=1
  44. X=([MuteImage:X]+250)
  45. Y=([MuteImage:Y]+50)
  46. Tile=0
  47. PreserveAspectRatio=0
  48. ScaleMargins=2, 2, 10, 10
  49.  
  50. [TextHeader]
  51. Meter=Image
  52. ImageName=#@#\Images\muteheader.png
  53. X=([TextBox:X]+2)
  54. Y=([TextBox:Y]+2)
  55. DynamicVariables=1
  56.  
  57. [HeaderText]
  58. Meter=String
  59. MeterStyle=HeaderStyle
  60. X=([TextHeader:X]+20)
  61. Y=([TextHeader:Y]+1)
  62. Text=*Mute
  63. DynamicVariables=1
  64.  
  65. [SearchEngineText]
  66. Meter=String
  67. MeterStyle=TextStyle
  68. X=([TextBox:X]+51)
  69. Y=([TextBox:Y]+50)
  70. Text=Yeah, sure.#CRLF#What are you looking for?
  71. DynamicVariables=1
  72.  
  73. [MeasureInput]
  74. Measure=Plugin
  75. Plugin=InputText
  76. DefaultValue=""
  77. Command1=["http://www.google.com/search?q=$UserInput$"][!DeactivateConfig "Mute\Mainframe" "MuteSearchEngine.ini"][!ActivateConfig "Mute\Mainframe" "MuteNeutral.ini"]
  78. FocusDismiss=1
  79. FontFace=White Rabbit
  80. SolidColor=85, 75, 55
  81. FontColor=175, 145, 90
  82. FontSize=24
  83. AntiAlias=1
  84. X=([SearchEngineInput:X]+2)
  85. Y=632
  86. W=360
  87. H=33
  88. OnDismissAction=[!DeactivateConfig "Mute\Mainframe" "MuteSearchEngine.ini"][!ActivateConfig "Mute\Mainframe" "MuteNeutral.ini"]
  89. DynamicVariables=1
  90.  
  91. [SearchEngineInput]
  92. Meter=Image
  93. ImageName=#@#\Images\textinput.png
  94. W=[TextBox:W]
  95. H=39
  96. X=[TextBox:X]
  97. Y=([TextBox:Y]+[TextBox:H]+20)
  98. Tile=0
  99. PreserveAspectRatio=0
  100. ScaleMargins=2, 2, 2, 2
  101. DynamicVariables=1
Advertisement
Add Comment
Please, Sign In to add comment