Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Minimal Clock

A simple and versatile clock skin for Rainmeter.

Preview_1 Preview_2

Setup

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

Color="FFFFFF"

Changes the $\textsf{{\color[rgb]{1.0, 0.47, 0.34}c}{\color[rgb]{1.0, 0.52, 0.32}o}{\color[rgb]{1.0, 0.57, 0.29}l}{\color[rgb]{1.0, 0.62, 0.27}o}{\color[rgb]{1.0, 0.68, 0.24}r}}$ of the clock.

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

Font="Segoe UI"

Changes the font of the clock.

Show Seconds/Date

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

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: $\textcolor{Gray}{\textsf{DesiredPosition - (Width * Size) / 2}}$

Spacing

Spacing=(6 * #Size#)

Changes the distance between the main text and the other components.

Font Sizes

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.

About

A simple and versatile clock skin for Rainmeter.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Contributors