Steven Smith revised this gist . Go to revision
2 files changed, 56 insertions
Date.ini(file created)
| @@ -0,0 +1,32 @@ | |||
| 1 | + | [Rainmeter] | |
| 2 | + | Group=LIS | |
| 3 | + | DynamicWindowSize=1 | |
| 4 | + | ||
| 5 | + | [Metadata] | |
| 6 | + | Name=LIS Date | |
| 7 | + | Author=suudo | |
| 8 | + | License=CC0 | |
| 9 | + | ||
| 10 | + | ;-------- | |
| 11 | + | ||
| 12 | + | [MeasureDate] | |
| 13 | + | Measure=Time | |
| 14 | + | Format=%d | |
| 15 | + | ||
| 16 | + | [MeasureWeekday] | |
| 17 | + | Measure=Time | |
| 18 | + | Format=%A | |
| 19 | + | ||
| 20 | + | ;-------- | |
| 21 | + | ||
| 22 | + | [MeterWeekday] | |
| 23 | + | Meter=STRING | |
| 24 | + | Measurename=MeasureWeekday | |
| 25 | + | MeasureName2=MeasureDate | |
| 26 | + | X=([#CurrentSection#:W]) | |
| 27 | + | DynamicVariables=1 | |
| 28 | + | FontColor=255,255,255 | |
| 29 | + | FontSize=85 | |
| 30 | + | FontFace=Dudu Calligraphy | |
| 31 | + | Text=%1 %2 | |
| 32 | + | AntiAlias=1 | |
Time.ini(file created)
| @@ -0,0 +1,24 @@ | |||
| 1 | + | [Rainmeter] | |
| 2 | + | Group=LIS | |
| 3 | + | DynamicWindowSize=1 | |
| 4 | + | ||
| 5 | + | [Metadata] | |
| 6 | + | Name=LIS Clock | |
| 7 | + | Author=suudo | |
| 8 | + | License=CC0 | |
| 9 | + | ||
| 10 | + | ;-------- | |
| 11 | + | ||
| 12 | + | [MeasureTime] | |
| 13 | + | Measure=Time | |
| 14 | + | Format=%H:%M | |
| 15 | + | ||
| 16 | + | ;-------- | |
| 17 | + | ||
| 18 | + | [MeterTime] | |
| 19 | + | Meter=STRING | |
| 20 | + | Measurename=MeasureTime | |
| 21 | + | FontColor=255,255,255,99 | |
| 22 | + | FontSize=100 | |
| 23 | + | FontFace=Dudu Calligraphy | |
| 24 | + | AntiAlias=1 | |