Advertisement
RiDeag

Untitled

Feb 10th, 2014
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. [Rainmeter]
  2. DynamicWindowSize=1
  3. Update=1000
  4.  
  5. [Metadata]
  6. Version=0.1
  7. Author=RiDeag
  8. Information=Get fucked
  9.  
  10. [Variables]
  11. Font=Segoe UI
  12. FontSize=9
  13. FontColor=255,255,255
  14. BGColour=47, 58, 77
  15.  
  16. ----
  17. ;MEASURES;
  18. ----
  19.  
  20. [mPlayer]
  21. Measure=Plugin
  22. Plugin=NowPlaying.dll
  23. PlayerName=CAD
  24. PlayerType=TITLE
  25. PlayerPath=
  26. DisableLeadingZero=0
  27. RegExpSubstitute=1
  28. Substitute="":"N\A", "[Ff]eat.*":"", "[Ff]t\..*":"", "\(.*":"", "\[.*":""
  29.  
  30. [mArtist]
  31. Measure=Plugin
  32. Plugin=NowPlaying.dll
  33. PlayerName=[mPlayer]
  34. PlayerType=ARTIST
  35. RegExpSubstitute=1
  36. Substitute="":"N\A", "[Ff]eat.*":"", "[Ff]t\..*":"", "\(.*":"", "\[.*":""
  37.  
  38. [MeasureTime]
  39. Measure=Time
  40. Format=%A %d, %I:%M
  41.  
  42. ----
  43. ;METERS;
  44. ----
  45.  
  46. [Time]
  47. Meter=String
  48. MeasureName=MeasureTime
  49. X=(#WORKAREAWIDTH# - 0)
  50. Y=0
  51. SolidColor=#BGColour#
  52. FontColor=#FontColor#
  53. FontFace=#Font#
  54. FontSize=#FontSize#
  55. Text="%1"
  56. AntiAlias= 1
  57. StringAlign=Right
  58. padding= 0, 2, 0, 3
  59.  
  60. [Line]
  61. DynamicVariables=1
  62. Meter=String
  63. SolidColor=#BGColour#
  64. FontColor=#FontColor#
  65. FontFace=#Font#
  66. FontSize=#FontSize#
  67. AntiAlias= 1
  68. X=-[Time:w]r
  69. StringAlign=Right
  70. Y=0
  71. Text="|"
  72. padding= 0, 2, 0, 3
  73.  
  74. [Song]
  75. DynamicVariables=1
  76. Meter=String
  77. MeasureName=mPlayer
  78. MeasureName2=mArtist
  79. padding= 100, 2, 0, 1
  80. W=222
  81. H=19
  82. X=-[Line:w]-r
  83. Y=0
  84. SolidColor=#BGColour#
  85. FontColor=#FontColor#
  86. FontFace=#Font#
  87. FontSize=#FontSize#
  88. Text="%2 - %1"
  89. clipstring=1
  90. ToolTipText="%2 - %1"
  91. AntiAlias= 1
  92. StringAlign=Right
  93.  
  94. MouseScrollDownAction= !Execute [!RainmeterPluginBang "mPlayer Previous"]
  95. MouseScrollUpAction= !Execute [!RainmeterPluginBang "mPlayer Next"]
  96. LeftMouseUpAction= !Execute [!RainmeterPluginBang "mPlayer PlayPause"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement