It is currently March 29th, 2024, 6:24 am

How to fix the "Greeting"?

Get help with installing and using Rainmeter.
UrDailyDJ
Posts: 2
Joined: July 25th, 2019, 9:48 pm

How to fix the "Greeting"?

Post by UrDailyDJ »

My greeting is not aligned with the time.

Code: Select all

[Rainmeter]
Update=1000
Author=Morteza Nasirivand
BackgroundMode=2
SolidColor=0,0,0,1
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=0.9

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

[MeasureGreeting]
Measure=Time
Format=%H
Substitute=#Greets#

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

[MeterGreetingText]
Meter=String
MeasureName=MeasureGreeting
StringAlign=Left
FontColor=255,255,255
FontFace=Bentoh
FontSize=(40*#Scale#)
X=(0*#Scale#)
Y=(0*#Scale#)
Text="%1."
AntiAlias=1
You do not have the required permissions to view the files attached to this post.
Last edited by balala on July 26th, 2019, 5:44 pm, edited 1 time in total.
Reason: Please use <code> tags whenever are you posting code snippets. It's the </> button.
UrDailyDJ
Posts: 2
Joined: July 25th, 2019, 9:48 pm

Re: How to fix the "Greeting"?

Post by UrDailyDJ »

I already found the answer to my question... ahahaha