Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 752

Suites • Gadgets 7.8.0 - inspired by AddGadgets.com Sidebar Gadgets

$
0
0
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.
Hello!

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#
To remove the seconds from the main display, you will need to do a little more work. Find the meter [MeterTime] and change it as follows:

Code:

[MeterTime]Meter=StringMeterStyle=StyleTextInfoMeasureName=MeasureTimeFontColor=#ColorInfoText1#FontSize=18FontWeight=#FontWtBold#StringAlign=CenterText="%1"X=(#BgWidth# / 2)Y=10r;DynamicVariables=1
Next, find the meter [MeterSeconds] just below and comment it out completely:

Code:

;[MeterSeconds];Meter=String;MeterStyle=StyleTextInfo;MeasureName=MeasureSecondsSeparator;MeasureName2=MeasureSeconds;FontColor=#ColorInfoText1#;FontSize=14;FontWeight=#FontWtBold#;Text="%1%2";X=1r;Y=6r
Finally, find the meter [MeterTimeAMPM] and change the Hidden=#TimeStyle# option to Hidden=1.

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



Viewing all articles
Browse latest Browse all 752

Trending Articles