Skip to content

Commit

Permalink
Create Greeting.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
supercam19 committed Nov 21, 2022
1 parent 07c6b9a commit b5c704e
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Misc/Greeting.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[Rainmeter]
Update=100000

[MeasureTime]
Measure=Time
Format=%#H
IfCondition=MeasureTime < 12
IfTrueAction=[!SetOption MeterTime Text "Good Morning, %USERNAME%"]
IfCondition2=(MeasureTime >= 12) && (MeasureTime <= 18)
IfTrueAction2=[!SetOption MeterTime Text "Good Afternoon, %USERNAME%"]
IfCondition3=MeasureTime > 18
IfTrueAction3=[!SetOption MeterTime Text "Good Evening, %USERNAME%"]

[TextStyle]
FontFace=Century
FontColor=255,255,255,255
AntiAlias=1

[MeterTime]
Meter=String
MeterStyle=TextStyle
MeasureName=MeasureTime
FontSize=35

0 comments on commit b5c704e

Please sign in to comment.