It is currently March 29th, 2024, 9:35 am

Looking for Skin

Get help with creating, editing & fixing problems with skins
Mjbhatti
Posts: 1
Joined: May 12th, 2017, 3:50 pm

Looking for Skin

Post by Mjbhatti »

Hello, i am looking for a skin of rainmeter whether it was mac apple clock don't know. Clock is visible at top right of desktop screenshot help guys
3mb.jpg
You do not have the required permissions to view the files attached to this post.
User avatar
CyberTheWorm
Posts: 860
Joined: August 22nd, 2016, 11:32 pm
Location: Surrey, B.C., Canada

Re: Looking for Skin

Post by CyberTheWorm »

Mjbhatti wrote:Hello, i am looking for a skin of rainmeter whether it was mac apple clock don't know. Clock is visible at top right of desktop screenshot help guys
3mb.jpg
Is that a skin you have seen or a skin you want created?
The only source of knowledge is experience. Albert Einstein
Deviant Art Page
User avatar
CyberTheWorm
Posts: 860
Joined: August 22nd, 2016, 11:32 pm
Location: Surrey, B.C., Canada

Re: Looking for Skin

Post by CyberTheWorm »

I made this up if it helps.

Code: Select all

[Rainmeter]
Update=1000

[Metadata]
Name=CircleClock
Author=CyberTheWorm
Version=1.0.0
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
Information=Circle Clock Version #2

;-------------------- Variables ----------------------
[Variables]
Black=50,50,50,255
White-255,255,255,255
Grey=127,127,127,255
;-------------------- Measures ----------------------
[MeasureAMPM]
Measure=Time
Format=%p

[MeasureSecond]
Measure=Time
Format=%#S

[MeasureSecondAngle]
Measure=Calc
Formula=(MeasureSecond * 6)

[MeasureMinute]
Measure=Time
Format=%#M

[MeasureMinuteAngle]
Measure=Calc
Formula=(MeasureMinute * 6) + (MeasureSecond / 60 * 6)

[MeasureHour]
Measure=Time
Format=%#I

[MeasureHourAngle]
Measure=Calc
Formula=(MeasureHour * 30) + (MeasureMinute / 60 * 30) + (MeasureSecond / 3600 * 30)

;-------------------- Meters ----------------------
[MeterBackGround]
Meter=Roundline
X=0
Y=0
W=200
H=200
StartAngle=(Rad(270))
RotationAngle=(Rad(360))
LineLength=100
LineColor=#Black#
Solid=1
AntiAlias=1

[MeterCircle]
Meter=Roundline
X=0
Y=0
W=200
H=200
StartAngle=(Rad(270))
RotationAngle=(Rad(360))
LineLength=100
LineStart=80
LineColor=#Grey#
Solid=1
AntiAlias=1


[MeterHands]
Meter=Shape
X=100
Y=0
Shape=Line 0,30,0,30 | StrokeWidth 20 | Stroke Color #White# | StrokeStartCap Round | StrokeEndCap Round  | Rotate [MeasureHourAngle],0,80
Shape2=Line 0,20,0,30 | StrokeWidth 20 | Stroke Color #Black# | StrokeStartCap Round | StrokeEndCap Round |Rotate [MeasureMinuteAngle],10,80
Shape3=Line 0,50,0,20 | StrokeWidth 10 | Stroke Color #White# | StrokeStartCap Round | Rotate [MeasureSecondAngle],5,80
Shape4=Line 0,20,0,5 | StrokeWidth 10 | Stroke Color #Black# | Rotate [MeasureSecondAngle],5,95
DynamicVariables=1


[MeterAMPM]
Meter=String
MeasureName=MeasureAMPM
X=100
Y=100
FontColor=#Grey#
FontSize=20
StringAlign=CenterCenter
StringStyle=Bold
AntiAlias=1
Text=%1
Capture.PNG
You do not have the required permissions to view the files attached to this post.
The only source of knowledge is experience. Albert Einstein
Deviant Art Page