It is currently April 26th, 2024, 5:40 am

Skin Help

Get help with creating, editing & fixing problems with skins
ZStud
Posts: 8
Joined: November 14th, 2022, 4:49 pm

Skin Help

Post by ZStud »

Capture.PNG
Hey, I'm new here, and I needed some help with this skin. I want to make the colon on the time static, and only have the numbers on the left and right move, because as of now the colon is constantly shifting from the middle of my screen. I can do really basic skin editing, but this is beyond me. The skin is below. Thanks in advance!

Code: Select all

[Rainmeter]
Update=1000
Author=Connect-R
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.5 ? 0.5 : #Scale#-#ScrollMouseIncrement#)"][!WriteKeyValue Variables Scale "(#Scale#-#ScrollMouseIncrement# < 0.5 ? 0.5 : #Scale#-#ScrollMouseIncrement#)"][!Refresh] 
LeftMouseDoubleClickAction=!ToggleConfig "Mond\Settings" "Settings.ini"

[Variables]
@include=#@#Variables.inc
@include2=#@#Language\Language.inc
Scale=1.06

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

[MeasureTime]
Measure=Time
Format="%H:%M"

[MeasureAmPm]
Measure=Time
Format="%p"

[MeasureDay]
Measure=Time
Format=%A
Substitute=#Date#

[MeasureDate]
Measure=Time
Format=%d  %B,  %Y
Substitute=#Date#

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

[Meter24hClock]
Meter=String
MeasureName=MeasureTime
StringAlign=Center
StringCase=Upper
FontFace=Quicksand
FontColor=#Color1#
FontSize=(14*#Scale#)
X=(340*#Scale#)
Y=(120*#Scale#)
Text="- %1 -"
AntiAlias=1
Hidden=#Hidden#

[Meter12hClock]
Meter=String
MeasureName=MeasureTime
MeasureName2=MeasureAmPm
StringAlign=Center
StringCase=Upper
FontFace=Anurati
FontColor=#Color1#
FontSize=(14*#Scale#)
X=(0*#Scale#)r
Y=(0*#Scale#)r
Text="- %1 %2 -"
AntiAlias=1
Hidden=#Hidden2#

[MeterDay]
Meter=String
MeasureName=MeasureDay
StringAlign=Center
FontFace=Neptune
FontColor=#Color1#
FontSize=(48*#Scale#)
X=(340*#Scale#)
Y=(-18*#Scale#)
Text="%1"
InlineSetting=CharacterSpacing | (10*#Scale#) | (10*#Scale#)
AntiAlias=1
DynamicVariables=1

[MeterDate]
Meter=String
MeasureName=MeasureDate
StringAlign=Center
StringCase=Upper
FontFace=Quicksand
FontColor=#Color1#
FontSize=(14*#Scale#)
X=(340*#Scale#)
Y=(78*#Scale#)
Text="%1"
AntiAlias=1
You do not have the required permissions to view the files attached to this post.
User avatar
xenium
Posts: 867
Joined: January 4th, 2018, 9:52 pm

Re: Skin Help

Post by xenium »

ZStud wrote: November 14th, 2022, 4:59 pm Capture.PNG
Hey, I'm new here, and I needed some help with this skin. I want to make the colon on the time static, and only have the numbers on the left and right move, because as of now the colon is constantly shifting from the middle of my screen. I can do really basic skin editing, but this is beyond me. The skin is below. Thanks in advance!

Code: Select all

[Rainmeter]
Update=1000
Author=Connect-R
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.5 ? 0.5 : #Scale#-#ScrollMouseIncrement#)"][!WriteKeyValue Variables Scale "(#Scale#-#ScrollMouseIncrement# < 0.5 ? 0.5 : #Scale#-#ScrollMouseIncrement#)"][!Refresh] 
LeftMouseDoubleClickAction=!ToggleConfig "Mond\Settings" "Settings.ini"

[Variables]
@include=#@#Variables.inc
@include2=#@#Language\Language.inc
Scale=1.06

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

[MeasureTime]
Measure=Time
Format="%H:%M"

[MeasureAmPm]
Measure=Time
Format="%p"

[MeasureDay]
Measure=Time
Format=%A
Substitute=#Date#

[MeasureDate]
Measure=Time
Format=%d  %B,  %Y
Substitute=#Date#

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

[Meter24hClock]
Meter=String
MeasureName=MeasureTime
StringAlign=Center
StringCase=Upper
FontFace=Quicksand
FontColor=#Color1#
FontSize=(14*#Scale#)
X=(340*#Scale#)
Y=(120*#Scale#)
Text="- %1 -"
AntiAlias=1
Hidden=#Hidden#

[Meter12hClock]
Meter=String
MeasureName=MeasureTime
MeasureName2=MeasureAmPm
StringAlign=Center
StringCase=Upper
FontFace=Anurati
FontColor=#Color1#
FontSize=(14*#Scale#)
X=(0*#Scale#)r
Y=(0*#Scale#)r
Text="- %1 %2 -"
AntiAlias=1
Hidden=#Hidden2#

[MeterDay]
Meter=String
MeasureName=MeasureDay
StringAlign=Center
FontFace=Neptune
FontColor=#Color1#
FontSize=(48*#Scale#)
X=(340*#Scale#)
Y=(-18*#Scale#)
Text="%1"
InlineSetting=CharacterSpacing | (10*#Scale#) | (10*#Scale#)
AntiAlias=1
DynamicVariables=1

[MeterDate]
Meter=String
MeasureName=MeasureDate
StringAlign=Center
StringCase=Upper
FontFace=Quicksand
FontColor=#Color1#
FontSize=(14*#Scale#)
X=(340*#Scale#)
Y=(78*#Scale#)
Text="%1"
AntiAlias=1
Replace your code with this one:

Code: Select all

[Rainmeter]
Update=1000
Author=Connect-R
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.5 ? 0.5 : #Scale#-#ScrollMouseIncrement#)"][!WriteKeyValue Variables Scale "(#Scale#-#ScrollMouseIncrement# < 0.5 ? 0.5 : #Scale#-#ScrollMouseIncrement#)"][!Refresh] 
LeftMouseDoubleClickAction=!ToggleConfig "Mond\Settings" "Settings.ini"

[Variables]
@include=#@#Variables.inc
Scale=1.06

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

[MeasureHour]
Measure=Time
Format=%H

[MeasureMinute]
Measure=Time
Format=%M

[MeasureDay]
Measure=Time
Format=%A
Substitute=#Date#

[MeasureDate]
Measure=Time
Format=%d  %B,  %Y
Substitute=#Date#

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

[Meter24hClockHour]
Meter=String
MeasureName=MeasureHour
StringAlign=right
StringCase=Upper
FontFace=Quicksand
FontColor=#Color1#
FontSize=(14*#Scale#)
X=(335*#Scale#)
Y=(120*#Scale#)
AntiAlias=1
Text=- %1

[MeterColonSign]
Meter=String
StringAlign=Center
StringCase=Upper
FontFace=Quicksand
FontColor=#Color1#
FontSize=(14*#Scale#)
X=(340*#Scale#)
Y=(120*#Scale#)
AntiAlias=1
Text=:

[Meter24hClockMinute]
Meter=String
MeasureName=MeasureMinute
StringAlign=Left
StringCase=Upper
FontFace=Quicksand
FontColor=#Color1#
FontSize=(14*#Scale#)
X=(345*#Scale#)
Y=(120*#Scale#)
AntiAlias=1
Text=%1 -

[MeterDay]
Meter=String
MeasureName=MeasureDay
StringAlign=Center
FontFace=Neptune
FontColor=#Color1#
FontSize=(48*#Scale#)
X=(340*#Scale#)
Y=(-18*#Scale#)
Text="%1"
InlineSetting=CharacterSpacing | (10*#Scale#) | (10*#Scale#)
AntiAlias=1

[MeterDate]
Meter=String
MeasureName=MeasureDate
StringAlign=Center
StringCase=Upper
FontFace=Quicksand
FontColor=#Color1#
FontSize=(14*#Scale#)
X=(340*#Scale#)
Y=(78*#Scale#)
AntiAlias=1
Note:
I noticed that you use the 24 hour format and I removed the 12 hour format from your code
ZStud
Posts: 8
Joined: November 14th, 2022, 4:49 pm

Re: Skin Help

Post by ZStud »

xenium wrote: November 14th, 2022, 5:35 pm Replace your code with this one:

Code: Select all

[Rainmeter]
Update=1000
Author=Connect-R
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.5 ? 0.5 : #Scale#-#ScrollMouseIncrement#)"][!WriteKeyValue Variables Scale "(#Scale#-#ScrollMouseIncrement# < 0.5 ? 0.5 : #Scale#-#ScrollMouseIncrement#)"][!Refresh] 
LeftMouseDoubleClickAction=!ToggleConfig "Mond\Settings" "Settings.ini"

[Variables]
@include=#@#Variables.inc
Scale=1.06

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

[MeasureHour]
Measure=Time
Format=%H

[MeasureMinute]
Measure=Time
Format=%M

[MeasureDay]
Measure=Time
Format=%A
Substitute=#Date#

[MeasureDate]
Measure=Time
Format=%d  %B,  %Y
Substitute=#Date#

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

[Meter24hClockHour]
Meter=String
MeasureName=MeasureHour
StringAlign=right
StringCase=Upper
FontFace=Quicksand
FontColor=#Color1#
FontSize=(14*#Scale#)
X=(335*#Scale#)
Y=(120*#Scale#)
AntiAlias=1
Text=- %1

[MeterColonSign]
Meter=String
StringAlign=Center
StringCase=Upper
FontFace=Quicksand
FontColor=#Color1#
FontSize=(14*#Scale#)
X=(340*#Scale#)
Y=(120*#Scale#)
AntiAlias=1
Text=:

[Meter24hClockMinute]
Meter=String
MeasureName=MeasureMinute
StringAlign=Left
StringCase=Upper
FontFace=Quicksand
FontColor=#Color1#
FontSize=(14*#Scale#)
X=(345*#Scale#)
Y=(120*#Scale#)
AntiAlias=1
Text=%1 -

[MeterDay]
Meter=String
MeasureName=MeasureDay
StringAlign=Center
FontFace=Neptune
FontColor=#Color1#
FontSize=(48*#Scale#)
X=(340*#Scale#)
Y=(-18*#Scale#)
Text="%1"
InlineSetting=CharacterSpacing | (10*#Scale#) | (10*#Scale#)
AntiAlias=1

[MeterDate]
Meter=String
MeasureName=MeasureDate
StringAlign=Center
StringCase=Upper
FontFace=Quicksand
FontColor=#Color1#
FontSize=(14*#Scale#)
X=(340*#Scale#)
Y=(78*#Scale#)
AntiAlias=1
Note:
I noticed that you use the 24 hour format and I removed the 12 hour format from your code
It worked great, thank you so much!
User avatar
xenium
Posts: 867
Joined: January 4th, 2018, 9:52 pm

Re: Skin Help

Post by xenium »

ZStud wrote: November 14th, 2022, 8:10 pm It worked great, thank you so much!
You're welcome!