Advertisement
Guest User

Untitled

a guest
Apr 18th, 2025
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <root>
  3. \\version 1.1
  4. <settings enableScaling="true" />
  5.  
  6. <!-- Background Cover -->
  7. <element type="BackgroundAlbumCover" brightness="0.41" refreshInterval="20"></element>
  8.  
  9. <!-- Album Cover -->
  10. <element type="PlayerBar" x="-10" y="-10" width="0" height="0" ></element>
  11. <element type="AlbumCover" x="-100" y="-80" width="8" height="8" min="8" max="8"></element>
  12. <element name="#Cover" type="AlbumCover" xAnchor="Panel.Center" x="0" yAnchor="Panel.9" y="-40" align="Top.Center" widthDock="Panel.Height.82" width="0" heightDock="Panel.Height.82" height="0" brightness="1.0" ></element>
  13. <element name="#Left" type="Block" x="0" yAnchor="Panel.Center" y="0" widthDock="x:#Cover.Left" width="0" height="0" bg="0,0,0,0" ></element>
  14. <element name="#Right" type="Block" xAnchor="#Cover.Right" x="0" yAnchor="Panel.Center" y="0" widthDock="x:Panel.Right" width="0" height="0" bg="0,0,0,0" ></element>
  15.  
  16. <!--Track Info-->
  17. <element type="Field" id="Artist" xAnchor="Panel.30" x="0" yAnchor="Panel.96.5" y="-60" widthDock="X:Panel.70" width="0" align="center" font="Uni Neue-Trial Heavy" style="Heavy" size="30" fg="255,255,255,255" onClick="PlayPause">
  18. <child> • </child>
  19. <child id="Title" ></child>
  20. <child> • </child>
  21. <child id="Album"> </child>
  22.  
  23. <!-- Progress Bar -->
  24. <element type="ProgressBar" xAnchor="Panel.Left" x="0" yAnchor="Panel.99" y="0" widthDock="x:Panel.Right" width="0" heightDock="y:Panel.Bottom" height="-2" fg="20,255,255,255" bg="20,0,0,0" ></element>
  25. <element type="Text" xAnchor="Panel.Right" x="-24" y="7" width="25" font="Webdings" style="Regular" size="10" mouseOverFg="255,0,0" onClick="CloseWindow">r
  26. </element>
  27. </root>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement