Skip to content

Commit

Permalink
Init
Browse files Browse the repository at this point in the history
  • Loading branch information
deathcrafter committed Jul 15, 2021
0 parents commit 4a52199
Show file tree
Hide file tree
Showing 7 changed files with 117 additions and 0 deletions.
Binary file added @Resources/Fonts/SF-Pro-Rounded-Regular.otf
Binary file not shown.
27 changes: 27 additions & 0 deletions @Resources/MMClock.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[Variables]
Alignment=Center

OffSetX=0

OffSetY=0

;Self explanatory
Size=60

TextColor=255,255,255

GlowColor=255,255,255

LineSpacing=-20

;Must be installed on yur system
[email protected]

;Character spacing
Kerning=5

;H -> 24 | I -> 12
HourFormat=H

OffSetX=0
OffSetY=0
22 changes: 22 additions & 0 deletions @Resources/MMDay.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[Variables]
Alignment=Center

OffSetX=0

OffSetY=0

;Self explanatory
Size=30

TextColor=255,255,255

GlowColor=255,255,255

;Must be installed on yur system
[email protected]

;Character spacing
Kerning=5

OffSetX=0
OffSetY=0
23 changes: 23 additions & 0 deletions @Resources/MMPlayer.inc
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[Variables]
Alignment=Center

OffSetX=0

OffSetY=0

;Self explanatory
Size=20

MaxWidth=400

TextColor=255,255,255

GlowColor=255,255,255

;Must be installed on yur system
[email protected]

;Character spacing
Kerning=4

PlayerName=Spotify
Binary file added MMClock/MMClock.ini
Binary file not shown.
45 changes: 45 additions & 0 deletions MMDay/MMDay.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
[Rainmeter]
Update=1000
AccurateText=1
SkinWidth=#SCREENAREAWIDTH#

[Metadata]
Name=
Author=
Information=
Version=
License=Creative Commons Attribution - Non - Commercial - Share Alike 3.0

[Variables]
@include=#@#MMDay.inc

Left=0
Center=(#SCREENAREAWIDTH#/2 - [Width]/2 + #OffSetX#)
Right=(#SCREENAREAWIDTH# - [Width] + #OffSetX#)

[D]
Measure=Time
Format=%A
OnChangeAction=[!CommandMeasure MM Update]

[MM]
Measure=Plugin
Plugin=MagickMeter
Image=Text [D] | Face #Font# | Case Upper | Size #Size# | TextKerning #Kerning# | Color #TextColor# | Shadow 70,5 ; #GlowColor# | Offset 25, 25
OnFinishAction=[!UpdateMeasure Width][!UpdateMeter MeterImage][!Redraw]

[Width]
Measure=Plugin
Plugin=ImageSize
ImageName=[MM]
Dimension=Width
DynamicVariables=1
UpdateDivider=-1

[MeterImage]
Meter=Image
X=[#[#Alignment]]
Y=#OffSetY#
MeasureName=MM
DynamicVariables=1
UpdateDivider=-1
Binary file added MMPlayer/MMPlayer.ini
Binary file not shown.

0 comments on commit 4a52199

Please sign in to comment.