A simple and versatile clock skin for Rainmeter.
Minimal Clock has a series of variables designed for easy configuration.
[Variables]
Color="FFFFFF"
Font="Segoe UI"
ShowSeconds=0
ShowDate=1
Size=2
Spacing=(6 * #Size#)
BigFontSize=(45 * #Size#)
MediumFontSize=(18 * #Size#)
SmallFontSize=(12 * #Size#)
Color="FFFFFF"
Changes the
Possible values:
-
RRGGBB
$\textcolor{Gray}{\textsf{(hex value)}}$ -
RRGGBBAA
$\textcolor{Gray}{\textsf{(hex value with alpha)}}$ -
R, G, B
$\textcolor{Gray}{\textsf{(decimal value from 0-255)}}$ -
R, G, B, A
$\textcolor{Gray}{\textsf{(decimal value from 0-255 with alpha)}}$
Font="Segoe UI"
Changes the font of the clock.
ShowSeconds=1
ShowDate=1
Shows or hides the seconds or the date.
Possible values:
-
0
$\textcolor{Gray}{\textsf{(hidden)}}$ -
1
$\textcolor{Gray}{\textsf{(visible)}}$
Size=2
Changes the size of the entire clock.
Note
This will affect the centering. To align the skin centered horizontally in a position, calculate:
Spacing=(6 * #Size#)
Changes the distance between the main text and the other components.
BigFontSize=(45 * #Size#)
MediumFontSize=(18 * #Size#)
SmallFontSize=(12 * #Size#)
Changes the different font sizes in the clock.
Warning
For values that include * #Size#, only change the number. The rest is needed in order to scale correctly.

