Hello!Hello,
I can't seem to find a way to remove the display of seconds from the Chronometer. I would like remove the seconds display for the time and uptime measures. Is there a Chronometer options switch for this? I saw RemoveUptime and a few others that could be set, but not this.
Thank you.
To remove the seconds from the Uptime display, right-click the skin and select Edit skin. The find the measure [MeasureUptime] and change the Format option like so:
Code:
[MeasureUptime]Measure=UptimeFormat="%4!i!d %3!i!h %2!i!m"Disabled=#HideUptime#
Code:
[MeterTime]Meter=StringMeterStyle=StyleTextInfoMeasureName=MeasureTimeFontColor=#ColorInfoText1#FontSize=18FontWeight=#FontWtBold#StringAlign=CenterText="%1"X=(#BgWidth# / 2)Y=10r;DynamicVariables=1
Code:
;[MeterSeconds];Meter=String;MeterStyle=StyleTextInfo;MeasureName=MeasureSecondsSeparator;MeasureName2=MeasureSeconds;FontColor=#ColorInfoText1#;FontSize=14;FontWeight=#FontWtBold#;Text="%1%2";X=1r;Y=6r
Save the file and refresh the skin and you should be good to go.
Statistics: Posted by SilverAzide — Today, 12:10 am — Replies 1314 — Views 2377197