0% found this document useful (0 votes)
14 views4 pages

Rainmeter script code for time

This Rainmeter configuration file is authored by Connect-R and includes settings for a customizable clock display. It features measures for hours, AM/PM, time of day, and date, with conditional text based on the day of the week. The visual elements are adjustable in size and color, allowing for a personalized user interface.

Uploaded by

jack42tom8448
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views4 pages

Rainmeter script code for time

This Rainmeter configuration file is authored by Connect-R and includes settings for a customizable clock display. It features measures for hours, AM/PM, time of day, and date, with conditional text based on the day of the week. The visual elements are adjustable in size and color, allowing for a personalized user interface.

Uploaded by

jack42tom8448
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

[Rainmeter]

Update=1000

Author=Connect-R

BackgroundMode=0

SolidColor=red

DynamicWindowSize=1

AccurateText=1

MouseScrollUpAction=[!SetVariable Scale "(#Scale#+#ScrollMouseIncrement#)"][!WriteKeyValue


Variables Scale "(#Scale#+#ScrollMouseIncrement#)"][!Refresh]

MouseScrollDownAction=[!SetVariable Scale "(#Scale#-#ScrollMouseIncrement# < 0.2 ? 0.2 : #Scale#-


#ScrollMouseIncrement#)"][!WriteKeyValue Variables Scale "(#Scale#-#ScrollMouseIncrement# < 0.2 ?
0.2 : #Scale#-#ScrollMouseIncrement#)"][!Refresh]

[Variables]

@include=#@#Variables.inc

@include2=#@#Language\Language.inc

Scale=3.95

;-------------------------------------------------------------

;-------------------------------------------------------------

[MeasureHours]

Measure=Time

Format=%#Format#:%M

[MeasureAmPm]

Measure=Time

Format=%p

;-------------------------------------------------------------
;-------------------------------------------------------------

[MeasureTimeOfDay]

Measure=Time

Format=%H

Substitute=#TimeOfDay#

;-------------------------------------------------------------

;-------------------------------------------------------------

[MeasureDate]

Measure=Time

Format=%A

IfMatch=Saturday|Sunday|Friday

IfMatchAction=[!SetOption MeterDayOfWeek Text "#It's a weekend. Time to relax and Unwind#.]

IfNotMatchAction=[!SetOption MeterDayOfWeek Text "#It's a weekday. Man up Motherfucker#.]

IfMatchMode=1

;-------------------------------------------------------------

;-------------------------------------------------------------

[Meter24hClock]

Meter=String

MeasureName=MeasureHours

StringAlign=Left

FontFace=Comfortaa

FontColor=#Color1#

FontSize=(20*#Scale#)

X=(5*#Scale#)
Y=(0*#Scale#)

Text=%1

AntiAlias=1

Hidden=#Hidden#

[Meter12hClock]

Meter=String

MeasureName=MeasureHours

MeasureName2=MeasureAmPm

StringAlign=Left

FontFace=Comfortaa

FontColor=#Color1#

FontSize=(20*#Scale#)

X=(0*#Scale#)r

Y=(0*#Scale#)r

Text=%1%2

AntiAlias=1

InlinePattern=[MeasureAmPm]

InlineSetting=Size | (10*#Scale#)

DynamicVariables=1

Hidden=#Hidden2#

;-------------------------------------------------------------

;-------------------------------------------------------------

[MeterTimeOfDay]

Meter=String

MeasureName=MeasureTimeOfDay

StringAlign=Left
FontFace=Comfortaa

FontColor=#Color1#

FontSize=(5*#Scale#)

X=(5*#Scale#)

Y=(35*#Scale#)

Text=%1, #Your User Name#.

AntiAlias=1

[MeterDayOfWeek]

Meter=String

StringAlign=Left

FontFace=Comfortaa

FontColor=#Color1#,100

FontSize=(3.2*#Scale#)

X=(5*#Scale#)

Y=(0*#Scale#)R

AntiAlias=1

You might also like