-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
447 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<root> | ||
// Created by mmak.es | ||
// Visit https://mmak.es for updates | ||
|
||
<settings enableScaling="true" /> | ||
|
||
<!-- Background Cover --> | ||
<element type="BackgroundAlbumCover" brightness="1" refreshInterval="EndOfTrack"/> | ||
|
||
<!-- Background Gallery --> | ||
<element name="#Gallery" type="Gallery" x="0" y="0" widthDock="x:Panel.Right" width="0" heightDock="y:Panel.Bottom" height="0" aspectRatio="zoomKeep" fillColor="192,0,0,0" interval="30" brightness="0.2" fade="0.2" tags="artist" /> | ||
<element type="Block" xAnchor="#Gallery.Left" x="0" yAnchor="#Gallery.Top" y="0" widthDock="x:#Gallery.Right" width="0" heightDock="y:#Gallery.Bottom" height="0" bg="232,0,0,0"/> | ||
|
||
<!-- Album Cover --> | ||
<element type="AlbumCover" x="-100" y="-100" width="10" height="10" min="10" max="10"/> | ||
<element name="#Cover" type="AlbumCover" xAnchor="Panel.45" x="0" yAnchor="Panel.8" y="0" align="Top.Right" widthDock="Panel.Height.66" width="0" heightDock="Panel.Height.66" height="0" brightness="1.0"/> | ||
|
||
<!-- Progress Bar --> | ||
<element type="ProgressBar" xAnchor="#Cover.Left" x="0" yAnchor="#Cover.Bottom" y="10" widthDock="#Cover.Right" width="0" height="5" fg="255,255,255" bg="33,255,255,255" /> | ||
<element type="PlayPosition" xAnchor="#Cover.Left" x="-8" yAnchor="#Cover.Bottom" y="20" width="80" reservedWidth="40" font="Segoe UI Semibold" style="Regular" size="12" fg="255,255,255" /> | ||
<element type="PlayDuration" xAnchor="#Cover.Right" x="-70" yAnchor="#Cover.Bottom" y="20" width="80" font="Segoe UI Semibold" align="right" style="Regular" size="12" fg="255,255,255" /> | ||
|
||
<!-- Album Info --> | ||
<element type="Field" id="Title" xAnchor="#Cover.Left" x="-36" yAnchor="#Cover.Bottom" y="40" widthDock="Panel.Height.144" width="0" align="left" font="Segoe UI Semibold" style="Regular" size="64" fg="255,255,255" /> | ||
<element type="Field" id="Album" xAnchor="#Cover.Left" x="-20" yAnchor="#Cover.Bottom" y="192" widthDock="x:#Cover.Right" width="0" align="left" font="Segoe UI" style="Regular" size="32" fg="200,200,200" /> | ||
<element type="Field" id="Artist" xAnchor="#Cover.Left" x="-20" yAnchor="#Cover.Bottom" y="276" widthDock="x:#Cover.Right" width="0" align="left" font="Segoe UI" style="Regular" size="32" fg="255,255,255" /> | ||
|
||
<!-- #Album Tracks Panel --> | ||
<autoHide name="#PanelNowPlayingList" x="0" y="0" widthDock="Panel" width="0" heightDock="Panel" height="0" > | ||
<element name="#NowPlaying" type="NowPlayingList" xAnchor="Panel.55" x="0" yAnchor="#Cover.Top" y="0" widthDock="Panel.Height.66" width="0" heightDock="Panel.Height.66" height="0" rowPadding="48" font="Segoe UI" style="Regular" size="48" fg="128,128,128" fg2="255,255,255" mouseOverFg="195,0,82" multiLine="true"> | ||
<!-- <child widthDock="Panel.Height.8" width="0"> </child> --> | ||
<child id="Speaker" size="8" width="24"/> | ||
<child id="DiscAndTrackNo" align="left" font="Segoe UI Semibold" size="12" style="Regular" width="80" /> | ||
<child id="Artist" align="left" font="Segoe UI Semilight" size="12" style="Regular" width="600" /> | ||
<child width="-696"> | ||
</child> | ||
<child id="Title" align="left" font="Segoe UI Semibold" style="Regular" size="48" widthDock="Panel.Height.58" width="-24"/> | ||
<!-- <child id="RatingLove" fg="30,255,255,255"></child> --> | ||
</element> | ||
</autoHide> | ||
|
||
<!-- Rating --> | ||
<element type="Field" xAnchor="#Cover.Right" x="40" yAnchor="#Cover.Bottom" y="-544" width="0" > | ||
<child id="RatingLove" visible="MusicBeeSetting" fg="30,255,255,255" size="80"/> | ||
<!-- <child id="Rating" visible="MusicBeeSetting" y="0" fg="255,255,0" fg2="30,255,255,255" size="15"/> --> | ||
</element> | ||
|
||
<!-- Shuffle / Repeat Controls --> | ||
<element type="Text" xAnchor="#Cover.Right" x="40" yAnchor="#Cover.Bottom" y="-304" width="100" font="Segoe MDL2 Assets" style="Regular" size="32" fg="255,255,255" mouseOverFg="195,0,82" onClick="ShuffleToggle" visibleTrigger="ShuffleOn"></element> | ||
<element type="Text" xAnchor="#Cover.Right" x="40" yAnchor="#Cover.Bottom" y="-304" width="100" font="Segoe MDL2 Assets" style="Regular" size="32" fg="128,128,128" mouseOverFg="195,0,82" onClick="ShuffleToggle" visibleTrigger="ShuffleOff"></element> | ||
<element type="Text" xAnchor="#Cover.Right" x="40" yAnchor="#Cover.Bottom" y="-64" width="100" font="Segoe MDL2 Assets" style="Regular" size="32" fg="255,255,255" mouseOverFg="195,0,82" onClick="RepeatToggle" visibleTrigger="RepeatOn" ></element> | ||
<element type="Text" xAnchor="#Cover.Right" x="40" yAnchor="#Cover.Bottom" y="-64" width="100" font="Segoe MDL2 Assets" style="Regular" size="32" fg="128,128,128" mouseOverFg="195,0,82" onClick="RepeatToggle" visibleTrigger="RepeatOff" ></element> | ||
|
||
<!-- Artist Info --> | ||
<autoHide name="#PanelBio" xAnchor="Panel.50" x="0" yAnchor="#Cover.Top" y="0" widthDock="Panel.Height.66" width="0" heightDock="Panel.Height.66" height="0" fillColor="0,0,0" fg="80,80,80" fg2="96,169,23" allowPinning="true" resizePictures="true" disableHotPoint="true" > | ||
<element type="Field" xAnchor="#PanelBio.8" x="20" yAnchor="#PanelBio.0" y="0" widthDock="Panel.90" width="0" font="Segoe UI" style="Bold" size="24" fg="255,255,255" > | ||
<child fg="128,128,128" onClick="OpenAutoHidePanel:#PanelLyrics">LYRICS</child> | ||
<child> </child> | ||
<child fg="255,255,255">BIOGRAPHY</child> | ||
</element> | ||
<element type="ArtistInfo" xAnchor="#PanelBio.8" x="20" yAnchor="#PanelBio.0" y="120" widthDock="#NowPlaying.100" width="0" heightDock="Y:#PanelBio.Bottom" height="0" font="Segoe UI Semilight" style="Regular" size="24" fg="255,255,255" fg2="255,140,0" ></element> | ||
</autoHide> | ||
|
||
<!-- Lyrics --> | ||
<autoHide name="#PanelLyrics" xAnchor="Panel.50" x="0" yAnchor="#Cover.Top" y="0" widthDock="Panel.Height.66" width="0" heightDock="Panel.Height.66" height="0" fillColor="0,0,0" fg="80,80,80" fg2="96,169,23" allowPinning="true" resizePictures="true" disableHotPoint="true" > | ||
<element type="Field" xAnchor="#PanelLyrics.8" x="20" yAnchor="#PanelLyrics.0" y="0" widthDock="Panel.90" width="0" font="Segoe UI" style="Bold" size="24" fg="255,255,255" > | ||
<child>LYRICS</child> | ||
<child> </child> | ||
<child fg="128,128,128" onClick="OpenAutoHidePanel:#PanelBio">BIOGRAPHY</child> | ||
</element> | ||
<element type="Lyrics" xAnchor="#PanelLyrics.8" x="20" yAnchor="#PanelLyrics.0" y="120" widthDock="#NowPlaying.100" width="0" heightDock="Y:#PanelLyrics.Bottom" height="0" font="Segoe UI Semilight" style="Regular" size="24" rowHeight="10" fg="255,255,255" fg2="255,140,0" ></element> | ||
</autoHide> | ||
|
||
<!-- Music Controls --> | ||
<element type="PlayerBar" xAnchor="Panel.0" x="0" yAnchor="Panel.0" y="0" width="0" height="0"/> | ||
|
||
<element type="Text" xAnchor="#NowPlaying.25" x="-192" yAnchor="#Cover.Bottom" y="256" widthDock="Panel.50" width="0" font="Segoe MDL2 Assets" style="Regular" size="40" fg="255,255,255" mouseOverFg="195,0,82" onClick="PlayPrevious"></element> | ||
|
||
<element type="Text" xAnchor="#NowPlaying.40" x="-192" yAnchor="#Cover.Bottom" y="256" widthDock="Panel.50" width="0" font="Segoe MDL2 Assets" style="Regular" size="40" fg="255,255,255" mouseOverFg="195,0,82" onClick="PlayPause" visibleTrigger="Playing"></element> | ||
<element type="Text" xAnchor="#NowPlaying.40" x="-192" yAnchor="#Cover.Bottom" y="256" widthDock="Panel.50" width="0" font="Segoe MDL2 Assets" style="Regular" size="40" fg="255,255,255" mouseOverFg="195,0,82" onClick="PlayPause" visibleTrigger="NotPlaying"></element> | ||
|
||
<element type="Text" xAnchor="#NowPlaying.55" x="-192" yAnchor="#Cover.Bottom" y="256" widthDock="Panel.50" width="0" font="Segoe MDL2 Assets" style="Regular" size="40" fg="255,255,255" mouseOverFg="195,0,82" onClick="PlayNext"></element> | ||
|
||
<!-- Toolbar --> | ||
<element type="Text" xAnchor="#NowPlaying.70" x="-192" yAnchor="#Cover.Bottom" y="256" widthDock="Panel.50" width="0" font="Segoe MDL2 Assets" style="Regular" size="40" fg="255,255,255" mouseOverFg="195,0,82" onClick="OpenNowPlayingAssistant"></element> | ||
|
||
<element type="Text" xAnchor="#NowPlaying.85" x="-192" yAnchor="#Cover.Bottom" y="256" widthDock="Panel.50" width="0" font="Segoe MDL2 Assets" style="Regular" size="40" fg="255,255,255" mouseOverFg="195,0,82" onClick="OpenAutoHidePanel:#PanelNowPlayingList"></element> | ||
|
||
<element type="Text" xAnchor="#NowPlaying.100" x="-192" yAnchor="#Cover.Bottom" y="256" widthDock="Panel.50" width="0" font="Segoe MDL2 Assets" style="Regular" size="40" fg="255,255,255" fg2="128,128,128" mouseOverFg="195,0,82" onClick="OpenAutoHidePanel:#PanelLyrics"></element> | ||
|
||
<!-- Time --> | ||
<element type="Time" xAnchor="#NowPlaying.100" x="-144" yAnchor="#Cover.Top" y="0" width="100" align="right" font="Segoe UI" style="Regular" size="24" fg="255,255,255" /> | ||
|
||
</root> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<root> | ||
// Based on Rdio Style | ||
|
||
<settings enableScaling="true" /> | ||
|
||
<!-- Background Cover --> | ||
<element type="BackgroundAlbumCover" brightness="0.2" refreshInterval="EndOfTrack"/> | ||
|
||
<!-- Background Gallery --> | ||
<element name="#Gallery" type="Gallery" x="0" y="0" widthDock="x:Panel.Right" width="0" heightDock="y:Panel.Bottom" height="0" aspectRatio="zoomKeep" fillColor="192,0,0,0" interval="30" brightness="0.2" tags="artist" /> | ||
<element type="Block" xAnchor="#Gallery.Left" x="0" yAnchor="#Gallery.Top" y="0" widthDock="x:#Gallery.Right" width="0" heightDock="y:#Gallery.Bottom" height="0" bg="245,0,0,0"/> | ||
|
||
<!-- Album Cover --> | ||
<element name="#Spacer" type="Block" xAnchor="#Gallery.Left" x="0" yAnchor="#Gallery.Top" y="0" widthDock="Panel.Height.10" width="0" heightDock="Panel.Height.10" height="0" bg="0,0,0,0"/> | ||
<element type="AlbumCover" x="-100" y="-100" width="10" height="10" min="10" max="10"/> | ||
<element name="#Cover" type="AlbumCover" xAnchor="#Spacer.Right" x="0" yAnchor="Panel.10" y="0" align="Top.Left" widthDock="Panel.Height.66" width="0" heightDock="Panel.Height.66" height="0" brightness="1.0"/> | ||
|
||
<!-- Album Info --> | ||
<element type="Field" id="Title" xAnchor="#Cover.Left" x="-20" yAnchor="#Cover.Bottom" y="40" widthDock="Panel.70" width="0" align="left" font="Segoe UI Semibold" style="Regular" size="32" fg="255,255,255" /> | ||
<element type="Field" id="Album" xAnchor="#Cover.Left" x="-10" yAnchor="#Cover.Bottom" y="120" widthDock="x:#Cover.Right" width="0" align="left" font="Segoe UI" style="Regular" size="16" fg="200,200,200" /> | ||
<element type="Field" id="AlbumArtist" xAnchor="#Cover.Left" x="-10" yAnchor="#Cover.Bottom" y="164" widthDock="x:#Cover.Right" width="0" align="left" font="Segoe UI" style="Regular" size="16" fg="255,255,255" /> | ||
|
||
<!-- Up Next --> | ||
<element type="Text" xAnchor="Panel.75" x="0" yAnchor="#Cover.Bottom" y="48" widthDock="Panel.20" width="0" align="left" font="Segoe UI" style="Bold" size="8" fg="192,192,192">UP NEXT</element> | ||
<element type="Field" id="Tracks[1]" xAnchor="Panel.75" x="-5" yAnchor="#Cover.Bottom" y="72" widthDock="Panel.20" width="0" align="left" font="Segoe UI Semibold" style="Regular" size="16" fg="192,192,192"><child id="Title" width="Panel.20"/></element> | ||
<element type="Field" id="Tracks[1]" xAnchor="Panel.75" x="-3" yAnchor="#Cover.Bottom" y="112" widthDock="Panel.20" width="0" align="left" font="Segoe UI" style="Regular" size="12" fg="128,128,128"><child id="Album" width="Panel.20"/></element> | ||
<element type="Field" id="Tracks[1]" xAnchor="Panel.75" x="-3" yAnchor="#Cover.Bottom" y="144" widthDock="Panel.20" width="0" align="left" font="Segoe UI" style="Regular" size="12" fg="192,192,192"><child id="Artist" width="Panel.20"/></element> | ||
|
||
<!-- #Album Tracks Panel --> | ||
<!-- <element type="NowPlayingList" xAnchor="Panel.55" x="0" yAnchor="Panel.20" y="0" widthDock="Panel.Height.66" width="0" heightDock="y:Panel.80" height="0" rowPadding="20" font="Segoe UI" style="Regular" size="12" fg="128,128,128" fg2="255,255,255" mouseOverFg="195,0,82"> | ||
<child id="Speaker" width="20"/> | ||
<child> </child> | ||
<child id="DiscAndTrackNo" align="left" font="Segoe UI" style="Regular" size="12" width="80"/> | ||
<child> </child> | ||
<child id="Title" widthDock="Panel.Height.40" width="0" /> | ||
<child> </child> | ||
<child id="Duration" width="80" align="right" font="Segoe UI Semibold" size="8" style="Regular"/> | ||
</element> --> | ||
</root> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<root> | ||
// Based on Rdio Style | ||
|
||
<settings enableScaling="true" /> | ||
|
||
<!-- Background Cover --> | ||
<element type="BackgroundAlbumCover" brightness="0.2" refreshInterval="EndOfTrack"/> | ||
|
||
<!-- Background Gallery --> | ||
<!-- <element name="#Gallery" type="Gallery" x="0" y="0" widthDock="x:Panel.Right" width="0" heightDock="y:Panel.Bottom" height="0" aspectRatio="zoomKeep" fillColor="192,0,0,0" interval="30" brightness="0.2" tags="artist" /> | ||
<element type="Block" xAnchor="#Gallery.Left" x="0" yAnchor="#Gallery.Top" y="0" widthDock="x:#Gallery.Right" width="0" heightDock="y:#Gallery.Bottom" height="0" bg="232,0,0,0"/> --> | ||
|
||
<!-- Album Cover --> | ||
<element name="#Spacer" type="Block" xAnchor="#Gallery.Left" x="0" yAnchor="#Gallery.Top" y="0" widthDock="Panel.Height.10" width="0" heightDock="Panel.Height.10" height="0" bg="0,0,0,0"/> | ||
|
||
<element type="AlbumCover" x="-100" y="-100" width="10" height="10" min="10" max="10"/> | ||
<element name="#Cover" type="Block" xAnchor="#Spacer.Right" x="0" yAnchor="Panel.10" y="0" align="Top.Left" widthDock="Panel.Height.66" width="0" heightDock="Panel.Height.66" height="0" bg="0,0,0,0"/> | ||
|
||
<element name="#SpacerR" type="Block" xAnchor="Panel.Right" x="0" yAnchor="#Gallery.Top" y="0" widthDock="Panel.Height.10" width="0" heightDock="Panel.Height.10" height="0" bg="0,255,0,0" align="Top.Right"/> | ||
<element name="#SpacerC" type="Block" xAnchor="#Cover.Right" x="0" yAnchor="#Gallery.Top" y="20" widthDock="x:#SpacerR.Left" width="0" heightDock="Panel.Height.10" height="0" bg="0,255,255,0"/> | ||
|
||
<element name="#Cover_09" type="AlbumCover" id="Tracks[9]" xAnchor="#SpacerC.100" x="0" yAnchor="#Cover.Bottom" y="-90" align="Bottom.Right" widthDock="Panel.Height.21" width="0" heightDock="Panel.Height.21" height="0" brightness="0.05"/> | ||
<element name="#Cover_08" type="AlbumCover" id="Tracks[8]" xAnchor="#SpacerC.96.1" x="0" yAnchor="#Cover.Bottom" y="-80" align="Bottom.Right" widthDock="Panel.Height.26" width="0" heightDock="Panel.Height.26" height="0" brightness="0.05"/> | ||
<element name="#Cover_07" type="AlbumCover" id="Tracks[7]" xAnchor="#SpacerC.91.2" x="0" yAnchor="#Cover.Bottom" y="-70" align="Bottom.Right" widthDock="Panel.Height.31" width="0" heightDock="Panel.Height.31" height="0" brightness="0.05"/> | ||
<element name="#Cover_06" type="AlbumCover" id="Tracks[6]" xAnchor="#SpacerC.85.2" x="0" yAnchor="#Cover.Bottom" y="-60" align="Bottom.Right" widthDock="Panel.Height.36" width="0" heightDock="Panel.Height.36" height="0" brightness="0.08"/> | ||
<element name="#Cover_05" type="AlbumCover" id="Tracks[5]" xAnchor="#SpacerC.77.6" x="0" yAnchor="#Cover.Bottom" y="-50" align="Bottom.Right" widthDock="Panel.Height.41" width="0" heightDock="Panel.Height.41" height="0" brightness="0.13"/> | ||
<element name="#Cover_04" type="AlbumCover" id="Tracks[4]" xAnchor="#SpacerC.68.1" x="0" yAnchor="#Cover.Bottom" y="-40" align="Bottom.Right" widthDock="Panel.Height.46" width="0" heightDock="Panel.Height.46" height="0" brightness="0.19"/> | ||
<element name="#Cover_03" type="AlbumCover" id="Tracks[3]" xAnchor="#SpacerC.56.3" x="0" yAnchor="#Cover.Bottom" y="-30" align="Bottom.Right" widthDock="Panel.Height.51" width="0" heightDock="Panel.Height.51" height="0" brightness="0.29"/> | ||
<element name="#Cover_02" type="AlbumCover" id="Tracks[2]" xAnchor="#SpacerC.41.6" x="0" yAnchor="#Cover.Bottom" y="-20" align="Bottom.Right" widthDock="Panel.Height.56" width="0" heightDock="Panel.Height.56" height="0" brightness="0.44"/> | ||
<element name="#Cover_01" type="AlbumCover" id="Tracks[1]" xAnchor="#SpacerC.23.1" x="0" yAnchor="#Cover.Bottom" y="-10" align="Bottom.Right" widthDock="Panel.Height.61" width="0" heightDock="Panel.Height.61" height="0" brightness="0.66"/> | ||
<element name="#Cover_01" type="AlbumCover" id="Tracks[0]" xAnchor="#SpacerC.0" x="0" yAnchor="#Cover.Bottom" y="0" align="Bottom.Right" widthDock="Panel.Height.65" width="0" heightDock="Panel.Height.65" height="0" brightness="1.0"/> | ||
|
||
<!-- Album Info --> | ||
<element type="Field" id="Title" xAnchor="#Cover.Left" x="-5" yAnchor="#Cover.Bottom" y="40" widthDock="x:Panel.70" width="0" align="left" font="Segoe UI Semibold" style="Regular" size="32" fg="255,255,255" /> | ||
<element type="Field" id="Album" xAnchor="#Cover.Left" x="3" yAnchor="#Cover.Bottom" y="120" widthDock="x:#Cover.Right" width="0" align="left" font="Segoe UI" style="Regular" size="16" fg="192,192,192" /> | ||
<element type="Field" id="Artist" xAnchor="#Cover.Left" x="3" yAnchor="#Cover.Bottom" y="164" widthDock="x:#Cover.Right" width="0" align="left" font="Segoe UI" style="Regular" size="16" fg="255,255,255" /> | ||
|
||
<!-- Up Next --> | ||
<element type="Text" xAnchor="Panel.75" x="0" yAnchor="#Cover.Bottom" y="48" widthDock="Panel.20" width="0" align="left" font="Segoe UI" style="Bold" size="8" fg="192,192,192">UP NEXT</element> | ||
<element type="Field" id="Tracks[1]" xAnchor="Panel.75" x="-5" yAnchor="#Cover.Bottom" y="72" widthDock="x:#SpacerR.Left" width="0" align="left" font="Segoe UI Semibold" style="Regular" size="16" fg="192,192,192"><child id="Title" width="Panel.20"/></element> | ||
<element type="Field" id="Tracks[1]" xAnchor="Panel.75" x="-3" yAnchor="#Cover.Bottom" y="112" widthDock="x:#SpacerR.Left" width="0" align="left" font="Segoe UI" style="Regular" size="12" fg="128,128,128"><child id="Album" width="Panel.20"/></element> | ||
<element type="Field" id="Tracks[1]" xAnchor="Panel.75" x="-3" yAnchor="#Cover.Bottom" y="144" widthDock="x:#SpacerR.Left" width="0" align="left" font="Segoe UI" style="Regular" size="12" fg="192,192,192"><child id="Artist" width="Panel.20"/></element> | ||
|
||
<!-- Music Controls --> | ||
<element type="PlayerBar" xAnchor="Panel.0" x="0" yAnchor="Panel.0" y="0" width="0" height="0"/> | ||
|
||
<element type="Text" xAnchor="#SpacerC.100" x="-48" yAnchor="#Cover.Bottom" y="164" widthDock="Panel.50" width="0" font="Segoe MDL2 Assets" style="Regular" size="20" fg="255,255,255" mouseOverFg="195,0,82" onClick="OpenAutoHidePanel:#Toolbar"></element> | ||
|
||
<autoHide name="#Toolbar" xAnchor="Panel" x="0" yAnchor="Panel" y="0" widthDock="Panel.Width" width="0" heightDock="Panel.Height" height="0" fillColor="0,0,0" fg="80,80,80" fg2="96,169,23" allowPinning="true" resizePictures="true" disableHotPoint="true" > | ||
<element type="Text" xAnchor="#SpacerC.100" x="-624" yAnchor="#Cover.Bottom" y="164" widthDock="Panel.50" width="0" font="Segoe MDL2 Assets" style="Regular" size="20" fg="255,255,255" mouseOverFg="195,0,82" onClick="PlayPrevious"></element> | ||
|
||
<element type="Text" xAnchor="#SpacerC.100" x="-480" yAnchor="#Cover.Bottom" y="164" widthDock="Panel.50" width="0" font="Segoe MDL2 Assets" style="Regular" size="20" fg="255,255,255" mouseOverFg="195,0,82" onClick="PlayPause" visibleTrigger="Playing"></element> | ||
<element type="Text" xAnchor="#SpacerC.100" x="-480" yAnchor="#Cover.Bottom" y="164" widthDock="Panel.50" width="0" font="Segoe MDL2 Assets" style="Regular" size="20" fg="255,255,255" mouseOverFg="195,0,82" onClick="PlayPause" visibleTrigger="NotPlaying"></element> | ||
|
||
<element type="Text" xAnchor="#SpacerC.100" x="-336" yAnchor="#Cover.Bottom" y="164" widthDock="Panel.50" width="0" font="Segoe MDL2 Assets" style="Regular" size="20" fg="255,255,255" mouseOverFg="195,0,82" onClick="PlayNext"></element> | ||
|
||
<!-- Toolbar --> | ||
<element type="Text" xAnchor="#SpacerC.100" x="-192" yAnchor="#Cover.Bottom" y="164" widthDock="Panel.50" width="0" font="Segoe MDL2 Assets" style="Regular" size="20" fg="255,255,255" mouseOverFg="195,0,82" onClick="OpenNowPlayingAssistant"></element> | ||
|
||
<element type="Text" xAnchor="#SpacerC.100" x="-48" yAnchor="#Cover.Bottom" y="164" widthDock="Panel.50" width="0" font="Segoe MDL2 Assets" style="Regular" size="20" fg="255,255,255" mouseOverFg="195,0,82" onClick="OpenAutoHidePanel:#Toolbar"></element> | ||
</autoHide> | ||
</root> |
Oops, something went wrong.