That sounds good on the first sight, but does not work unforunately. The x value is just there for the alignment of the text https://docs.rainmeter.net/manual/meters/string/, I want it like that, could also be left aligned, then it still wouldn't work dynamic.Change the 'X' value of your style to equal the measured width of the song info:Change your [MeasureWidth] section to set the maximum of 200 or the song info width:Code:
[playerstyle]SolidColor=0,0,0,190FontFace=Segoe UI Variable SmallFontColor=225,225,225FontSize=9AntiAlias=1StringAlign=Rightx=[MeasureWidth]
A random number (40) was added to the measured width; this may need to be adjusted if padding, fontsize, or fontface are change.Code:
[MeasureWidth]Measure=CalcFormula=Max([MeterSongInfo:W]+40,200)DynamicVariables=1
-=-
I would suggest setting the skin anchor in Rainmeter.ini (Edit settings) for this skin to:Or add OnRefreshAction=[!SetAnchor "R" "0"] to the [Rainmeter] section of the skin.Code:
AnchorX=RAnchorY=0
With that setting the skin will expand right-to-left rather than the default left-to-right.
This is Kind of what I want, now I just need to know how to implement it and also make it sizeable to the textcontent..Hi![]()
It would also give the option of a kind of slider function. The slider opens when music is played. I don't know to what extent this would be transferable to your skin, it is a suggestion
Its just an Example:
Statistics: Posted by devlink — 35 minutes ago