-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
deathcrafter
committed
Jul 15, 2021
0 parents
commit 4a52199
Showing
7 changed files
with
117 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.