This is how it currently looks: This is how I want it to look: Any help appreciated

Code: Select all
[Rainmeter]
;Blur=1
Update=1000
[Variables]
@include=#ROOTCONFIGPATH#@Recources\Variables\Options.inc
;______________________________;
;-------General_Measures-------;
[Measure_cpu]
measure=CPU
Processor=0
[Measure_ram]
Measure=PhysicalMemory
[Measure_time]
Measure=Time
Format=%#I:%M:%S %p
[Measure_date]
Measure=Time
Format=%A, %B %#d
[msTime]
Measure=Time
Format=%H
Substitute="00":"Good morning","01":"Good morning","02":"Good morning","03":"Good morning","04":"Good morning","05":"Good morning","06":"Good morning","07":"Good morning","08":"Good morning","09":"Good morning","10":"Good morning","11":"Good morning","12":"Good afternoon","13":"Good afternoon","14":"Good afternoon","15":"Good afternoon","16":"Good afternoon","17":"Good afternoon","18":"Good evening","19":"Good evening","20":"Good night","21":"Good night","22":"Good night","23":"Good night"
[Measure_GPU_Load]
Measure=Plugin
Plugin=MSIAfterburner.dll
DataSource=GPU usage
MaxValue=100
MinValue=0
;_____________________________;
;-------General_Meters--------;
[Meter_Greeting]
MeasureName=msTime
Meter=String
StringStyle=Left
FontFace=#font#
FontColor=#textcolor2#
FontSize=#textsize2#
X=-7
Y=10
AntiAlias=1
Text=[msTime], Ben
[Meter_Text_cpu]
Meter=String
MeasureName=Measure_cpu
StringStyle=Left
FontFace=#font2#
FontColor=#textcolor1#
FontSize=#textsize1#
X=0
Y=105
AntiAlias=1
Text="Your current CPU usage is: %1%"
[Meter_Text_ram]
Meter=String
MeasureName=Measure_ram
StringStyle=Left
FontFace=#font2#
FontColor=#textcolor1#
FontSize=#textsize1#
X=0
Y=135
AntiAlias=1
Text="Your current RAM usage is: %1mb"
Scale=1000000
[Meter_Text_gpu]
Meter=String
MeasureName=Measure_GPU_Load
StringStyle=Left
FontFace=#font2#
FontColor=#textcolor1#
FontSize=#textsize1#
X=0
Y=165
AntiAlias=1
Text="Your current GPU usage is: %1%"
[Meter_Text_Time]
Meter=String
MeasureName=Measure_time
StringStyle=Left
FontFace=#font2#
FontColor=#textcolor1#
FontSize=#textsize1#
X=0
Y=75
AntiAlias=1
Text="The current time is %1"
[Meter_Text_Date]
Meter=String
MeasureName=Measure_date
StringStyle=Left
FontFace=#font2#
FontColor=#textcolor1#
FontSize=#textsize1#
X=370r
Y=75
AntiAlias=1
Text="on %1"