Skip to content

Commit

Permalink
v2.61
Browse files Browse the repository at this point in the history
  • Loading branch information
EnhancedJax committed Aug 10, 2022
1 parent be77dda commit 6946586
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 7 deletions.
Binary file modified @Resources/Version.inc
Binary file not shown.
13 changes: 12 additions & 1 deletion Core/AppearanceStyles/Modern.inc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ MeterStyle=Set.Div:S
Meter=String
Text="Bar cap"
MeterStyle=Set.String:S | Set.OptionName:S
[Set.Div:06]
Meter=Shape
MeterStyle=Set.Div:S
[Option17]
Meter=String
Text="Hide player name and icon"
MeterStyle=Set.String:S | Set.OptionName:S

[ColorTitle]
Meter=String
Expand Down Expand Up @@ -163,6 +170,10 @@ Meter=String
Text=Triangle
FontColor=[&Func:returnBool('Cap', 'Triangle', '#Set.Pri_color#', '#Set.Text_Color#')]
MeterStyle=Set.String:S | Set.PickOption3_2:S
[HidePlayerInfo]
Meter=Shape
MeterStyle=Set.Bool:S
Y=([Option17:Y]-#Set.P#+(-20/2+8)*[Set.S])

[Primary]
Meter=Shape
Expand All @@ -178,7 +189,7 @@ Meter=Shape
MeterStyle=Set.ColorPacity:S
Y=([Option22:Y]-#Set.P#+(-30/2+8)*[Set.S])
Type=Num|1|255
[Value21]
[Value22]
Meter=String
Text=#SecondaryOpacity#
MeterStyle=Set.String:S | Set.Pacity:S
Expand Down
6 changes: 3 additions & 3 deletions Main/Styles/16.inc
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ H=(28*#scale#)
Grayscale=1
ImageTint=#FontColor#
DynamicVariables=1
Group=DynamicColors
Group=Music
LeftMouseUpAction=[!CommandMeasure State#NowPlayingMedia# "Previous"]


Expand All @@ -204,7 +204,7 @@ H=(32*#scale#)
Grayscale=1
ImageTint=#FontColor#
DynamicVariables=1
Group=DynamicColors
Group=Music
[Play]
ImageName=#@#Icons\16Play.png
LeftMouseUpAction=[!SetOption PlayPause MeterStyle Pause][!UpdateMeter PlayPause][!Redraw][!CommandMeasure State#NowPlayingMedia# "PlayPause"]
Expand All @@ -222,5 +222,5 @@ H=(28*#scale#)
Grayscale=1
ImageTint=#FontColor#
DynamicVariables=1
Group=DynamicColors
Group=Music
LeftMouseUpAction=[!CommandMeasure State#NowPlayingMedia# "Next"]
4 changes: 2 additions & 2 deletions Main/Styles/MIUI.inc
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Padding=(5*#scale#),(5*#scale#),(5*#scale#),(5*#scale#)
Grayscale=1
ImageTint=[FGC2]
DynamicVariables=1
Group=DynamicColors
Group=DynamicColors | Music
[FullHeart]
ImageName=#@#Icons\HeartFull.png
LeftMouseUpAction=[!SetOption Heart MeterStyle EmptyHeart][!UpdateMeter Heart][!Redraw][!CommandMeasure State#NowPlayingMedia# "ToggleThumbsDown"]
Expand Down Expand Up @@ -193,7 +193,7 @@ Padding=(5*#scale#),(5*#scale#),(5*#scale#),(5*#scale#)
Grayscale=1
ImageTint=[FGC2]
DynamicVariables=1
Group=DynamicColors
Group=DynamicColors | Music
LeftMouseUpAction=[!CommandMeasure State#NowPlayingMedia# "Previous"]

[PlayPause]
Expand Down
4 changes: 3 additions & 1 deletion Main/Styles/Modern.inc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Text=[\xe3a1]
FontFace=Material Icons Round
FontSize=(12*#Scale#)
Group=Music
Hidden=#HidePlayerInfo#
Container=C

[Name]
Expand All @@ -62,13 +63,14 @@ Text=[#PlayerType#Player]
DynamicVariables=1
FontSize=(9*#Scale#)
Group=Music
Hidden=#HidePlayerInfo#
Container=C

[Track]
Meter=String
MeterStyle=String:S
X=(#P#)
Y=(#P#)R
Y=(#P#+#P#*2*(1-#HidePlayerInfo#))
W=(#GW#-(80*#Scale#)-3*#P#)
ClipString=1
Text=[#PlayerType#Track]
Expand Down
1 change: 1 addition & 0 deletions Main/Vars/Modern.inc
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ FontColor=255,255,255
FontColor2=150,150,150
AccentColor=2, 115, 205
Scale=1
HidePlayerInfo=0

0 comments on commit 6946586

Please sign in to comment.