├── MusiColor └── Preview.png ├── PulseWeb ├── Preview.png ├── Preview2.png ├── Preview3.png ├── PulseWeb_2.4.2 │ ├── RMSKIN.bmp │ ├── PulseWeb_2.4.2.rmskin │ └── RMSKIN.ini ├── PulseWeb_2.4.3 │ ├── RMSKIN.bmp │ ├── PulseWeb_2.4.3.rmskin │ └── RMSKIN.ini ├── PulseWeb_2.4.7 │ ├── RMSKIN.bmp │ ├── PulseWeb_2.4.7.rmskin │ └── RMSKIN.ini ├── PusleWeb_2.3 │ ├── RMSKIN.bmp │ ├── PusleWeb_2.3.rmskin │ └── RMSKIN.ini ├── PusleWeb_2.4 │ ├── RMSKIN.bmp │ ├── PusleWeb_2.4.rmskin │ └── RMSKIN.ini ├── PusleWeb_2.5 │ ├── RMSKIN.bmp │ ├── PusleWeb_2.5.rmskin │ └── RMSKIN.ini ├── PulseWeb_2.0BETA │ ├── RMSKIN.bmp │ ├── PulseWeb_2.0BETA.rmskin │ └── RMSKIN.ini ├── PulseWeb_2.1 BETA │ ├── RMSKIN.bmp │ ├── PulseWeb_2.1 BETA.rmskin │ └── RMSKIN.ini ├── PulseWeb_1.0 │ ├── PulseWeb_1.0.rmskin │ └── RMSKIN.ini ├── PulseWeb_1.1 │ ├── PulseWeb_1.1.rmskin │ └── RMSKIN.ini ├── PulseWeb_1.2 │ ├── PulseWeb_1.2.rmskin │ └── RMSKIN.ini ├── PulseWeb_1.3 │ ├── PulseWeb_1.3.rmskin │ └── RMSKIN.ini ├── PulseWeb_1.4 │ ├── PulseWeb_1.4.rmskin │ └── RMSKIN.ini ├── PulseWeb_1.5 │ ├── PulseWeb_1.5.rmskin │ └── RMSKIN.ini ├── PulseWeb_1.6 │ ├── PulseWeb_1.6.rmskin │ └── RMSKIN.ini ├── PulseWeb_1.7 │ ├── PulseWeb_1.7.rmskin │ └── RMSKIN.ini ├── PulseWeb_2.2 │ ├── PulseWeb_2.2.rmskin │ └── RMSKIN.ini ├── PulseWeb_1.6.1 │ ├── PulseWeb_1.6.1.rmskin │ └── RMSKIN.ini ├── PulseWeb_1.6.2 │ ├── PulseWeb_1.6.2.rmskin │ └── RMSKIN.ini ├── PulseWeb_2.4.1 │ ├── PulseWeb_2.4.1.rmskin │ └── RMSKIN.ini ├── PulseWeb_2.4.4 │ ├── PulseWeb_2.4.4.rmskin │ └── RMSKIN.ini ├── PulseWeb_2.4.5 │ ├── PulseWeb_2.4.5.rmskin │ └── RMSKIN.ini └── PulseWeb_2.4.6 │ ├── PulseWeb_2.4.6.rmskin │ └── RMSKIN.ini ├── TriSound ├── Preview.png ├── TriSound_1.0 │ ├── TriSound_1.0.rmskin │ ├── RMSKIN.ini │ └── Skins │ │ └── TriSound │ │ ├── @Resources │ │ ├── Images │ │ │ ├── 1.png │ │ │ └── 2.png │ │ └── center.ini │ │ └── TriSound.ini ├── TriSound_1.1 │ ├── TriSound_1.1.rmskin │ ├── RMSKIN.ini │ └── Skins │ │ └── TriSound │ │ ├── @Resources │ │ ├── Images │ │ │ ├── 1.png │ │ │ └── 2.png │ │ └── center.ini │ │ └── TriSound.ini ├── TriSound_1.2 │ ├── TriSound_1.2.rmskin │ ├── RMSKIN.ini │ └── Skins │ │ └── TriSound │ │ ├── @Resources │ │ ├── Images │ │ │ ├── Blue1.png │ │ │ ├── Blue2.png │ │ │ ├── Red1.png │ │ │ ├── Red2.png │ │ │ ├── Black1.png │ │ │ ├── Black2.png │ │ │ ├── Green1.png │ │ │ ├── Green2.png │ │ │ ├── Orange1.png │ │ │ ├── Orange2.png │ │ │ ├── Purple1.png │ │ │ ├── Purple2.png │ │ │ ├── White1.png │ │ │ ├── White2.png │ │ │ ├── Yellow1.png │ │ │ └── Yellow2.png │ │ └── center.ini │ │ └── TriSound.ini ├── TriSound_1.3 │ ├── TriSound_1.3.rmskin │ ├── RMSKIN.ini │ └── Skins │ │ └── TriSound │ │ ├── @Resources │ │ ├── Images │ │ │ ├── Blue1.png │ │ │ ├── Blue2.png │ │ │ ├── Red1.png │ │ │ ├── Red2.png │ │ │ ├── Black1.png │ │ │ ├── Black2.png │ │ │ ├── Green1.png │ │ │ ├── Green2.png │ │ │ ├── Orange1.png │ │ │ ├── Orange2.png │ │ │ ├── Purple1.png │ │ │ ├── Purple2.png │ │ │ ├── White1.png │ │ │ ├── White2.png │ │ │ ├── Yellow1.png │ │ │ └── Yellow2.png │ │ ├── Triangle │ │ │ └── Triangle.inc │ │ ├── center.inc │ │ └── Bars │ │ │ └── Bars.inc │ │ ├── Triangle │ │ └── Triangle.ini │ │ ├── Bars │ │ └── Bars.ini │ │ └── TriSound.ini ├── TriSound_1.4 │ ├── TriSound_1.4.rmskin │ ├── RMSKIN.ini │ └── Skins │ │ └── TriSound │ │ ├── @Resources │ │ ├── Images │ │ │ ├── Blue1.png │ │ │ ├── Blue2.png │ │ │ ├── Red1.png │ │ │ ├── Red2.png │ │ │ ├── Black1.png │ │ │ ├── Black2.png │ │ │ ├── Green1.png │ │ │ ├── Green2.png │ │ │ ├── Orange1.png │ │ │ ├── Orange2.png │ │ │ ├── Purple1.png │ │ │ ├── Purple2.png │ │ │ ├── White1.png │ │ │ ├── White2.png │ │ │ ├── Yellow1.png │ │ │ └── Yellow2.png │ │ ├── Triangle │ │ │ └── Triangle.inc │ │ ├── center.inc │ │ └── Bars │ │ │ └── Bars.inc │ │ ├── Triangle │ │ └── Triangle.ini │ │ ├── Bars │ │ └── Bars.ini │ │ └── TriSound.ini ├── TriSound_1.5 │ ├── TriSound_1.5.rmskin │ ├── RMSKIN.ini │ └── Skins │ │ └── TriSound │ │ ├── @Resources │ │ ├── Images │ │ │ ├── White1.png │ │ │ └── White2.png │ │ ├── Triangle │ │ │ └── Triangle.inc │ │ ├── Bars │ │ │ └── Bars.inc │ │ └── center.inc │ │ ├── Triangle │ │ └── Triangle.ini │ │ ├── Bars │ │ └── Bars.ini │ │ └── TriSound.ini ├── TriSound_1.6 │ ├── TriSound_1.6.rmskin │ ├── RMSKIN.ini │ └── Skins │ │ └── TriSound │ │ ├── @Resources │ │ ├── Images │ │ │ ├── White1.png │ │ │ └── White2.png │ │ ├── Triangle │ │ │ └── Triangle.inc │ │ ├── Bars │ │ │ └── Bars.inc │ │ └── center.inc │ │ ├── Triangle │ │ └── Triangle.ini │ │ ├── Bars │ │ └── Bars.ini │ │ └── TriSound.ini ├── TriSound_1.7 │ ├── TriSound_1.7.rmskin │ ├── RMSKIN.ini │ └── Skins │ │ └── TriSound │ │ ├── @Resources │ │ ├── Images │ │ │ ├── White1.png │ │ │ └── White2.png │ │ ├── Triangle │ │ │ └── Triangle.inc │ │ ├── Bars │ │ │ └── Bars.inc │ │ └── center.inc │ │ ├── Bars │ │ └── Bars.ini │ │ ├── Triangle │ │ └── Triangle.ini │ │ └── TriSound.ini ├── TriSound_1.8 │ ├── TriSound_1.8.rmskin │ ├── RMSKIN.ini │ └── Skins │ │ └── TriSound │ │ ├── @Resources │ │ ├── Images │ │ │ ├── White1.png │ │ │ └── White2.png │ │ └── center.inc │ │ ├── Bars │ │ └── Bars.ini │ │ └── Triangle │ │ └── Triangle.ini ├── TriSound_1.9 │ ├── TriSound_1.9.rmskin │ ├── RMSKIN.ini │ └── Skins │ │ └── TriSound │ │ ├── @Resources │ │ ├── Images │ │ │ ├── White1.png │ │ │ └── White2.png │ │ └── center.inc │ │ ├── Bars │ │ └── Bars.ini │ │ └── Triangle │ │ └── Triangle.ini ├── TriSound_1.10 │ ├── TriSound_1.10.rmskin │ ├── RMSKIN.ini │ └── Skins │ │ └── TriSound │ │ ├── @Resources │ │ ├── Images │ │ │ ├── White1.png │ │ │ └── White2.png │ │ └── center.inc │ │ ├── Triangle │ │ └── Triangle.ini │ │ └── Bars │ │ └── Bars.ini ├── TriSound_1.11 │ ├── TriSound_10.11.rmskin │ ├── RMSKIN.ini │ └── Skins │ │ └── TriSound │ │ ├── @Resources │ │ └── center.inc │ │ └── TriSound.ini ├── TriSound_1.12 │ ├── TriSound_1.12.rmskin │ ├── RMSKIN.ini │ └── Skins │ │ └── TriSound │ │ └── @Resources │ │ └── center.inc ├── TriSound_1.2.1 │ ├── TriSound_1.2.1.rmskin │ ├── RMSKIN.ini │ └── Skins │ │ └── TriSound │ │ ├── @Resources │ │ ├── Images │ │ │ ├── Blue1.png │ │ │ ├── Blue2.png │ │ │ ├── Red1.png │ │ │ ├── Red2.png │ │ │ ├── Black1.png │ │ │ ├── Black2.png │ │ │ ├── Green1.png │ │ │ ├── Green2.png │ │ │ ├── Orange1.png │ │ │ ├── Orange2.png │ │ │ ├── Purple1.png │ │ │ ├── Purple2.png │ │ │ ├── White1.png │ │ │ ├── White2.png │ │ │ ├── Yellow1.png │ │ │ └── Yellow2.png │ │ └── center.ini │ │ └── TriSound.ini ├── TriSound_1.10.1 │ ├── TriSound_1.10.1.rmskin │ ├── RMSKIN.ini │ └── Skins │ │ └── TriSound │ │ ├── @Resources │ │ ├── Images │ │ │ ├── White1.png │ │ │ └── White2.png │ │ └── center.inc │ │ ├── Triangle │ │ └── Triangle.ini │ │ └── Bars │ │ └── Bars.ini └── TriSound_1.12.2 │ ├── TriSound_1.12.2.rmskin │ ├── RMSKIN.ini │ └── Skins │ └── TriSound │ └── @Resources │ └── center.inc ├── Color Flow ├── Preview.png ├── Color Flow_1.0 │ ├── Color Flow_1.0.rmskin │ └── RMSKIN.ini ├── Color Flow_1.1 │ ├── Color Flow_1.1.rmskin │ └── RMSKIN.ini ├── Color Flow_1.2 │ ├── Color Flow_1.2.rmskin │ └── RMSKIN.ini ├── Color Flow_1.3 │ ├── Color Flow_1.3.rmskin │ └── RMSKIN.ini ├── Color Flow_1.4 │ ├── Color Flow_1.4.rmskin │ └── RMSKIN.ini ├── Color Flow_1.5 │ ├── Color Flow_1.5.rmskin │ └── RMSKIN.ini ├── Color Flow_1.6 │ ├── Color Flow_1.6.rmskin │ ├── RMSKIN.ini │ └── Skins │ │ └── Color Flow │ │ └── @Resources │ │ └── Fonts │ │ └── GeosansLight.ttf ├── Color Flow_1.7 │ ├── Color Flow_1.7.rmskin │ ├── RMSKIN.ini │ └── Skins │ │ └── Color Flow │ │ └── @Resources │ │ └── Fonts │ │ └── GeosansLight.ttf ├── Color Flow_1.8 │ ├── Color Flow_1.8.rmskin │ ├── RMSKIN.ini │ └── Skins │ │ └── Color Flow │ │ └── @Resources │ │ └── Fonts │ │ └── GeosansLight.ttf ├── Color Flow_1.8.1 │ ├── Color Flow_1.8.1.rmskin │ ├── RMSKIN.ini │ └── Skins │ │ └── Color Flow │ │ └── @Resources │ │ └── Fonts │ │ └── GeosansLight.ttf └── Color Flow_1.8.2 │ ├── Color Flow_1.8.2.rmskin │ ├── RMSKIN.ini │ └── Skins │ └── Color Flow │ └── @Resources │ └── Fonts │ └── GeosansLight.ttf ├── Geoz Blocks ├── Preview.png └── GeoZ Blocks_1.0 │ ├── GeoZ Blocks_1.0.rmskin │ ├── RMSKIN.ini │ └── Skins │ └── Geoz Blocks │ └── @Resources │ ├── Images │ ├── BGB.png │ ├── FBG.png │ ├── GeoZ │ │ ├── 1.png │ │ ├── 2.png │ │ ├── 3.png │ │ ├── 4.png │ │ ├── 5.png │ │ ├── 6.png │ │ ├── 7.png │ │ ├── 8.png │ │ ├── 9.png │ │ ├── 10.png │ │ ├── 11.png │ │ ├── 12.png │ │ ├── 13.png │ │ ├── 14.png │ │ ├── 15.png │ │ ├── 16.png │ │ ├── 17.png │ │ ├── 18.png │ │ ├── 19.png │ │ ├── 20.png │ │ ├── 21.png │ │ ├── 22.png │ │ ├── 23.png │ │ ├── 24.png │ │ ├── 25.png │ │ ├── 26.png │ │ ├── 27.png │ │ ├── 28.png │ │ ├── 29.png │ │ ├── 30.png │ │ ├── 31.png │ │ ├── 32.png │ │ ├── 33.png │ │ ├── 34.png │ │ ├── 35.png │ │ ├── 36.png │ │ ├── 37.png │ │ ├── 38.png │ │ ├── 39.png │ │ ├── 40.png │ │ ├── 41.png │ │ ├── 42.png │ │ ├── 43.png │ │ ├── 44.png │ │ ├── 45.png │ │ ├── 46.png │ │ ├── 47.png │ │ ├── 48.png │ │ ├── 49.png │ │ ├── 50.png │ │ ├── 51.png │ │ ├── 52.png │ │ ├── 53.png │ │ ├── 54.png │ │ ├── 55.png │ │ ├── 56.png │ │ ├── 57.png │ │ ├── 58.png │ │ ├── 59.png │ │ ├── 60.png │ │ ├── 61.png │ │ ├── 62.png │ │ ├── 63.png │ │ ├── 64.png │ │ ├── 65.png │ │ ├── 66.png │ │ ├── 67.png │ │ ├── 68.png │ │ ├── 69.png │ │ ├── 70.png │ │ ├── 71.png │ │ ├── 72.png │ │ ├── 73.png │ │ ├── 74.png │ │ ├── 75.png │ │ ├── 76.png │ │ ├── 77.png │ │ ├── 78.png │ │ ├── 79.png │ │ ├── 80.png │ │ ├── 81.png │ │ ├── 82.png │ │ ├── 83.png │ │ ├── 84.png │ │ └── 85.png │ ├── Next.png │ ├── Pause.png │ ├── Play.png │ ├── Prev.png │ └── Stop.png │ ├── Fonts │ └── haxrcorpttf.ttf │ ├── BG.inc │ └── FG.inc ├── Rising Bars ├── Preview.png ├── Rising Bars_1.0 BETA │ ├── Preview1.png │ ├── Preview2.png │ ├── Preview3.png │ ├── Preview4.png │ ├── RMSKIN.ini │ └── Rising Bars_1.0 BETA.rmskin ├── Rising Bars_1.1 │ ├── Rising Bars_1.1.rmskin │ └── RMSKIN.ini ├── Rising Bars_1.2 │ ├── Rising Bars_1.2.rmskin │ └── RMSKIN.ini ├── Rising Bars_1.3 │ ├── Rising Bars_1.3.rmskin │ └── RMSKIN.ini └── Rising Bars_1.4 │ ├── Rising Bars_1.4.rmskin │ ├── RMSKIN.ini │ └── Skins │ └── Rising Bars │ └── @Resources │ └── Fonts │ └── Raleway-ExtraLight.otf ├── README.md ├── RainbowRhythm ├── Preview.png └── RainbowRhythm_1.0 │ ├── RainbowRhythm_1.0.rmskin │ ├── RMSKIN.ini │ └── Skins │ └── RainbowRhythm │ ├── RainbowRhythm.ini │ └── Wheel.ini ├── Actual Rainmeter ├── Preview.png ├── Preview2.png ├── Actual Rainmeter_1.0 │ ├── RMSKIN.ini │ ├── Actual Rainmeter_1.0.rmskin │ └── Skins │ │ └── Rainmeter │ │ ├── @Resources │ │ └── Images │ │ │ ├── Inside.png │ │ │ └── Outside.png │ │ └── Rainmeter.ini ├── Actual Rainmeter_1.1 │ ├── RMSKIN.ini │ ├── Actual Rainmeter_1.1.rmskin │ └── Skins │ │ └── Rainmeter │ │ ├── @Resources │ │ └── Images │ │ │ ├── Inside.png │ │ │ └── Outside.png │ │ └── Rainmeter.ini ├── Actual Rainmeter_1.2 │ ├── RMSKIN.ini │ ├── Actual Rainmeter_1.2.rmskin │ └── Skins │ │ └── Rainmeter │ │ ├── @Resources │ │ ├── Images │ │ │ ├── Inside0.png │ │ │ ├── Inside10.png │ │ │ ├── Inside20.png │ │ │ ├── Inside30.png │ │ │ ├── Inside40.png │ │ │ ├── Inside50.png │ │ │ ├── Inside60.png │ │ │ ├── Inside70.png │ │ │ ├── Inside80.png │ │ │ ├── Inside90.png │ │ │ ├── Outside.png │ │ │ └── Inside100.png │ │ ├── variables.inc │ │ ├── meters.inc │ │ └── measures.inc │ │ └── Rainmeter.ini ├── Actual Rainmeter_1.4.1 │ ├── RMSKIN.ini │ ├── Actual Rainmeter_1.4.1.rmskin │ └── Skins │ │ └── Actual Rainmeter │ │ ├── @Resources │ │ ├── Images │ │ │ ├── Inside0.png │ │ │ ├── Inside10.png │ │ │ ├── Inside100.png │ │ │ ├── Inside20.png │ │ │ ├── Inside30.png │ │ │ ├── Inside40.png │ │ │ ├── Inside50.png │ │ │ ├── Inside60.png │ │ │ ├── Inside70.png │ │ │ ├── Inside80.png │ │ │ ├── Inside90.png │ │ │ └── Outside.png │ │ └── meters.inc │ │ └── Actual Rainmeter.ini └── Actual Rainmeter_1.4 │ ├── RMSKIN.ini │ ├── Actual Rainmeter_1.4.rmskin │ └── Skins │ └── Rainmeter │ ├── @Resources │ ├── Images │ │ ├── Inside0.png │ │ ├── Inside10.png │ │ ├── Inside20.png │ │ ├── Inside30.png │ │ ├── Inside40.png │ │ ├── Inside50.png │ │ ├── Inside60.png │ │ ├── Inside70.png │ │ ├── Inside80.png │ │ ├── Inside90.png │ │ ├── Outside.png │ │ └── Inside100.png │ ├── meters.inc │ └── measures.inc │ └── Rainmeter.ini ├── Clockstellation ├── Preview.png ├── Preview2.png ├── Clockstellation_1.0 │ ├── RMSKIN.ini │ ├── Clockstellation_1.0.rmskin │ └── Skins │ │ └── Clockstellation │ │ └── Clockstellation.ini ├── Clockstellation_1.1 │ ├── RMSKIN.ini │ ├── Clockstellation_1.1.rmskin │ └── Skins │ │ └── Clockstellation │ │ └── Clockstellation.ini ├── Clockstellation_1.2 │ ├── RMSKIN.ini │ ├── Clockstellation_1.2.rmskin │ └── Skins │ │ └── Clockstellation │ │ ├── @Resources │ │ └── measures.inc │ │ └── Clockstellation.ini ├── Clockstellation_1.3 │ ├── RMSKIN.ini │ ├── Clockstellation_1.3.rmskin │ └── Skins │ │ └── Clockstellation │ │ ├── @Resources │ │ └── measures.inc │ │ └── Clockstellation.ini ├── Clockstellation_1.4 │ ├── RMSKIN.ini │ ├── Clockstellation_1.4.rmskin │ └── Skins │ │ └── Clockstellation │ │ ├── @Resources │ │ └── measures.inc │ │ └── Clockstellation.ini ├── Clockstellation_1.5 │ ├── RMSKIN.ini │ ├── Clockstellation_1.5.rmskin │ └── Skins │ │ └── Clockstellation │ │ ├── @Resources │ │ └── measures.inc │ │ └── Clockstellation.ini ├── Clockstellation_1.6 │ ├── RMSKIN.ini │ ├── Clockstellation_1.6.rmskin │ └── Skins │ │ └── Clockstellation │ │ └── Clockstellation.ini ├── Clockstellation_1.7 │ ├── RMSKIN.ini │ ├── Clockstellation_1.7.rmskin │ └── Skins │ │ └── Clockstellation │ │ └── @Resources │ │ └── Counter.lua ├── Clockstellation_1.2.1 │ ├── RMSKIN.ini │ ├── Clockstellation_1.2.1.rmskin │ └── Skins │ │ └── Clockstellation │ │ ├── @Resources │ │ └── measures.inc │ │ └── Clockstellation.ini └── Clockstellation_1.7.1 │ ├── RMSKIN.ini │ ├── Clockstellation_1.7.1.rmskin │ └── Skins │ └── Clockstellation │ └── @Resources │ └── Counter.lua ├── BeatRipple ├── BeatRipple_1.0 │ ├── BeatRipple_1.0.rmskin │ ├── RMSKIN.ini │ └── Skins │ │ └── BeatRipple │ │ └── @Resources │ │ ├── variables.inc │ │ └── Lerp │ │ ├── High │ │ ├── Highlerp0.lua │ │ ├── Highlerp1.lua │ │ ├── Highlerp2.lua │ │ ├── Highlerp3.lua │ │ ├── Highlerp4.lua │ │ ├── Highlerp5.lua │ │ ├── Highlerp6.lua │ │ ├── Highlerp7.lua │ │ ├── Highlerp8.lua │ │ └── Highlerp9.lua │ │ ├── Low │ │ ├── Lowlerp0.lua │ │ ├── Lowlerp1.lua │ │ ├── Lowlerp2.lua │ │ ├── Lowlerp3.lua │ │ ├── Lowlerp4.lua │ │ ├── Lowlerp5.lua │ │ ├── Lowlerp6.lua │ │ ├── Lowlerp7.lua │ │ ├── Lowlerp8.lua │ │ └── Lowlerp9.lua │ │ └── Mid │ │ ├── Midlerp0.lua │ │ ├── Midlerp1.lua │ │ ├── Midlerp2.lua │ │ ├── Midlerp3.lua │ │ ├── Midlerp4.lua │ │ ├── Midlerp5.lua │ │ ├── Midlerp6.lua │ │ ├── Midlerp7.lua │ │ ├── Midlerp8.lua │ │ └── Midlerp9.lua └── BeatRipple_1.1 │ ├── BeatRipple_1.1.rmskin │ ├── RMSKIN.ini │ └── Skins │ └── BeatRipple │ └── @Resources │ ├── variables.inc │ └── Lerp │ ├── High │ ├── Highlerp0.lua │ ├── Highlerp1.lua │ ├── Highlerp10.lua │ ├── Highlerp11.lua │ └── Highlerp12.lua │ ├── Low │ ├── Lowlerp0.lua │ ├── Lowlerp1.lua │ ├── Lowlerp10.lua │ ├── Lowlerp11.lua │ ├── Lowlerp12.lua │ ├── Lowlerp13.lua │ ├── Lowlerp14.lua │ ├── Lowlerp15.lua │ ├── Lowlerp16.lua │ ├── Lowlerp17.lua │ ├── Lowlerp18.lua │ ├── Lowlerp19.lua │ ├── Lowlerp2.lua │ ├── Lowlerp3.lua │ ├── Lowlerp4.lua │ ├── Lowlerp5.lua │ ├── Lowlerp6.lua │ ├── Lowlerp7.lua │ ├── Lowlerp8.lua │ └── Lowlerp9.lua │ └── Mid │ ├── Midlerp0.lua │ ├── Midlerp1.lua │ ├── Midlerp10.lua │ ├── Midlerp11.lua │ ├── Midlerp12.lua │ ├── Midlerp13.lua │ ├── Midlerp14.lua │ ├── Midlerp15.lua │ ├── Midlerp16.lua │ ├── Midlerp17.lua │ ├── Midlerp18.lua │ ├── Midlerp19.lua │ ├── Midlerp2.lua │ ├── Midlerp3.lua │ ├── Midlerp4.lua │ ├── Midlerp5.lua │ ├── Midlerp6.lua │ ├── Midlerp7.lua │ ├── Midlerp8.lua │ └── Midlerp9.lua └── .gitattributes /MusiColor/Preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/MusiColor/Preview.png -------------------------------------------------------------------------------- /PulseWeb/Preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/Preview.png -------------------------------------------------------------------------------- /PulseWeb/Preview2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/Preview2.png -------------------------------------------------------------------------------- /PulseWeb/Preview3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/Preview3.png -------------------------------------------------------------------------------- /TriSound/Preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/Preview.png -------------------------------------------------------------------------------- /Color Flow/Preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Color Flow/Preview.png -------------------------------------------------------------------------------- /Geoz Blocks/Preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/Preview.png -------------------------------------------------------------------------------- /Rising Bars/Preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Rising Bars/Preview.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Rainmeter 2 | My Rainmeter Skins 3 | 4 | 5 | DOWNLOAD 6 | http://wyzzymoon.deviantart.com/ 7 | -------------------------------------------------------------------------------- /RainbowRhythm/Preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/RainbowRhythm/Preview.png -------------------------------------------------------------------------------- /Actual Rainmeter/Preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Preview.png -------------------------------------------------------------------------------- /Actual Rainmeter/Preview2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Preview2.png -------------------------------------------------------------------------------- /Clockstellation/Preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Clockstellation/Preview.png -------------------------------------------------------------------------------- /Clockstellation/Preview2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Clockstellation/Preview2.png -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_2.4.2/RMSKIN.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PulseWeb_2.4.2/RMSKIN.bmp -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_2.4.3/RMSKIN.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PulseWeb_2.4.3/RMSKIN.bmp -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_2.4.7/RMSKIN.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PulseWeb_2.4.7/RMSKIN.bmp -------------------------------------------------------------------------------- /PulseWeb/PusleWeb_2.3/RMSKIN.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PusleWeb_2.3/RMSKIN.bmp -------------------------------------------------------------------------------- /PulseWeb/PusleWeb_2.4/RMSKIN.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PusleWeb_2.4/RMSKIN.bmp -------------------------------------------------------------------------------- /PulseWeb/PusleWeb_2.5/RMSKIN.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PusleWeb_2.5/RMSKIN.bmp -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_2.0BETA/RMSKIN.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PulseWeb_2.0BETA/RMSKIN.bmp -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_2.1 BETA/RMSKIN.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PulseWeb_2.1 BETA/RMSKIN.bmp -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_1.0/PulseWeb_1.0.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PulseWeb_1.0/PulseWeb_1.0.rmskin -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_1.1/PulseWeb_1.1.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PulseWeb_1.1/PulseWeb_1.1.rmskin -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_1.2/PulseWeb_1.2.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PulseWeb_1.2/PulseWeb_1.2.rmskin -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_1.3/PulseWeb_1.3.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PulseWeb_1.3/PulseWeb_1.3.rmskin -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_1.4/PulseWeb_1.4.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PulseWeb_1.4/PulseWeb_1.4.rmskin -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_1.5/PulseWeb_1.5.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PulseWeb_1.5/PulseWeb_1.5.rmskin -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_1.6/PulseWeb_1.6.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PulseWeb_1.6/PulseWeb_1.6.rmskin -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_1.7/PulseWeb_1.7.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PulseWeb_1.7/PulseWeb_1.7.rmskin -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_2.2/PulseWeb_2.2.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PulseWeb_2.2/PulseWeb_2.2.rmskin -------------------------------------------------------------------------------- /PulseWeb/PusleWeb_2.3/PusleWeb_2.3.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PusleWeb_2.3/PusleWeb_2.3.rmskin -------------------------------------------------------------------------------- /PulseWeb/PusleWeb_2.4/PusleWeb_2.4.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PusleWeb_2.4/PusleWeb_2.4.rmskin -------------------------------------------------------------------------------- /PulseWeb/PusleWeb_2.5/PusleWeb_2.5.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PusleWeb_2.5/PusleWeb_2.5.rmskin -------------------------------------------------------------------------------- /TriSound/TriSound_1.0/TriSound_1.0.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.0/TriSound_1.0.rmskin -------------------------------------------------------------------------------- /TriSound/TriSound_1.1/TriSound_1.1.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.1/TriSound_1.1.rmskin -------------------------------------------------------------------------------- /TriSound/TriSound_1.2/TriSound_1.2.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2/TriSound_1.2.rmskin -------------------------------------------------------------------------------- /TriSound/TriSound_1.3/TriSound_1.3.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.3/TriSound_1.3.rmskin -------------------------------------------------------------------------------- /TriSound/TriSound_1.4/TriSound_1.4.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.4/TriSound_1.4.rmskin -------------------------------------------------------------------------------- /TriSound/TriSound_1.5/TriSound_1.5.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.5/TriSound_1.5.rmskin -------------------------------------------------------------------------------- /TriSound/TriSound_1.6/TriSound_1.6.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.6/TriSound_1.6.rmskin -------------------------------------------------------------------------------- /TriSound/TriSound_1.7/TriSound_1.7.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.7/TriSound_1.7.rmskin -------------------------------------------------------------------------------- /TriSound/TriSound_1.8/TriSound_1.8.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.8/TriSound_1.8.rmskin -------------------------------------------------------------------------------- /TriSound/TriSound_1.9/TriSound_1.9.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.9/TriSound_1.9.rmskin -------------------------------------------------------------------------------- /TriSound/TriSound_1.10/TriSound_1.10.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.10/TriSound_1.10.rmskin -------------------------------------------------------------------------------- /TriSound/TriSound_1.11/TriSound_10.11.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.11/TriSound_10.11.rmskin -------------------------------------------------------------------------------- /TriSound/TriSound_1.12/TriSound_1.12.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.12/TriSound_1.12.rmskin -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_1.6.1/PulseWeb_1.6.1.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PulseWeb_1.6.1/PulseWeb_1.6.1.rmskin -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_1.6.2/PulseWeb_1.6.2.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PulseWeb_1.6.2/PulseWeb_1.6.2.rmskin -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_2.4.1/PulseWeb_2.4.1.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PulseWeb_2.4.1/PulseWeb_2.4.1.rmskin -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_2.4.2/PulseWeb_2.4.2.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PulseWeb_2.4.2/PulseWeb_2.4.2.rmskin -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_2.4.3/PulseWeb_2.4.3.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PulseWeb_2.4.3/PulseWeb_2.4.3.rmskin -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_2.4.4/PulseWeb_2.4.4.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PulseWeb_2.4.4/PulseWeb_2.4.4.rmskin -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_2.4.5/PulseWeb_2.4.5.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PulseWeb_2.4.5/PulseWeb_2.4.5.rmskin -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_2.4.6/PulseWeb_2.4.6.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PulseWeb_2.4.6/PulseWeb_2.4.6.rmskin -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_2.4.7/PulseWeb_2.4.7.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PulseWeb_2.4.7/PulseWeb_2.4.7.rmskin -------------------------------------------------------------------------------- /Rising Bars/Rising Bars_1.0 BETA/Preview1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Rising Bars/Rising Bars_1.0 BETA/Preview1.png -------------------------------------------------------------------------------- /Rising Bars/Rising Bars_1.0 BETA/Preview2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Rising Bars/Rising Bars_1.0 BETA/Preview2.png -------------------------------------------------------------------------------- /Rising Bars/Rising Bars_1.0 BETA/Preview3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Rising Bars/Rising Bars_1.0 BETA/Preview3.png -------------------------------------------------------------------------------- /Rising Bars/Rising Bars_1.0 BETA/Preview4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Rising Bars/Rising Bars_1.0 BETA/Preview4.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2.1/TriSound_1.2.1.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2.1/TriSound_1.2.1.rmskin -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/BeatRipple_1.0.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/BeatRipple/BeatRipple_1.0/BeatRipple_1.0.rmskin -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/BeatRipple_1.1.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/BeatRipple/BeatRipple_1.1/BeatRipple_1.1.rmskin -------------------------------------------------------------------------------- /Color Flow/Color Flow_1.0/Color Flow_1.0.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Color Flow/Color Flow_1.0/Color Flow_1.0.rmskin -------------------------------------------------------------------------------- /Color Flow/Color Flow_1.1/Color Flow_1.1.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Color Flow/Color Flow_1.1/Color Flow_1.1.rmskin -------------------------------------------------------------------------------- /Color Flow/Color Flow_1.2/Color Flow_1.2.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Color Flow/Color Flow_1.2/Color Flow_1.2.rmskin -------------------------------------------------------------------------------- /Color Flow/Color Flow_1.3/Color Flow_1.3.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Color Flow/Color Flow_1.3/Color Flow_1.3.rmskin -------------------------------------------------------------------------------- /Color Flow/Color Flow_1.4/Color Flow_1.4.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Color Flow/Color Flow_1.4/Color Flow_1.4.rmskin -------------------------------------------------------------------------------- /Color Flow/Color Flow_1.5/Color Flow_1.5.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Color Flow/Color Flow_1.5/Color Flow_1.5.rmskin -------------------------------------------------------------------------------- /Color Flow/Color Flow_1.6/Color Flow_1.6.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Color Flow/Color Flow_1.6/Color Flow_1.6.rmskin -------------------------------------------------------------------------------- /Color Flow/Color Flow_1.7/Color Flow_1.7.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Color Flow/Color Flow_1.7/Color Flow_1.7.rmskin -------------------------------------------------------------------------------- /Color Flow/Color Flow_1.8/Color Flow_1.8.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Color Flow/Color Flow_1.8/Color Flow_1.8.rmskin -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_2.0BETA/PulseWeb_2.0BETA.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PulseWeb_2.0BETA/PulseWeb_2.0BETA.rmskin -------------------------------------------------------------------------------- /TriSound/TriSound_1.10.1/TriSound_1.10.1.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.10.1/TriSound_1.10.1.rmskin -------------------------------------------------------------------------------- /TriSound/TriSound_1.12.2/TriSound_1.12.2.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.12.2/TriSound_1.12.2.rmskin -------------------------------------------------------------------------------- /Color Flow/Color Flow_1.8.1/Color Flow_1.8.1.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Color Flow/Color Flow_1.8.1/Color Flow_1.8.1.rmskin -------------------------------------------------------------------------------- /Color Flow/Color Flow_1.8.2/Color Flow_1.8.2.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Color Flow/Color Flow_1.8.2/Color Flow_1.8.2.rmskin -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/GeoZ Blocks_1.0.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/GeoZ Blocks_1.0.rmskin -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_1.0/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=PulseWeb 3 | Author=WyzzyMoon 4 | Version=1.0 5 | MinimumRainmeter=3.3.0.2519 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_1.1/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=PulseWeb 3 | Author=WyzzyMoon 4 | Version=1.1 5 | MinimumRainmeter=3.3.0.2519 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_1.2/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=PulseWeb 3 | Author=WyzzyMoon 4 | Version=1.2 5 | MinimumRainmeter=3.3.0.2519 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_1.3/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=PulseWeb 3 | Author=WyzzyMoon 4 | Version=1.3 5 | MinimumRainmeter=3.3.0.2519 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_1.4/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=PulseWeb 3 | Author=WyzzyMoon 4 | Version=1.4 5 | MinimumRainmeter=3.3.1.2602 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_1.5/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=PulseWeb 3 | Author=WyzzyMoon 4 | Version=1.5 5 | MinimumRainmeter=3.3.1.2602 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_1.6/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=PulseWeb 3 | Author=WyzzyMoon 4 | Version=1.6 5 | MinimumRainmeter=3.3.1.2602 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_1.7/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=PulseWeb 3 | Author=WyzzyMoon 4 | Version=1.7 5 | MinimumRainmeter=3.3.1.2602 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_2.1 BETA/PulseWeb_2.1 BETA.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/PulseWeb/PulseWeb_2.1 BETA/PulseWeb_2.1 BETA.rmskin -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_2.2/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=PulseWeb 3 | Author=WyzzyMoon 4 | Version=2.2 5 | MinimumRainmeter=4.0.0.2708 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /PulseWeb/PusleWeb_2.3/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=PusleWeb 3 | Author=WyzzyMoon 4 | Version=2.3 5 | MinimumRainmeter=4.0.0.2708 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /PulseWeb/PusleWeb_2.4/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=PusleWeb 3 | Author=WyzzyMoon 4 | Version=2.4 5 | MinimumRainmeter=4.0.0.2708 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /PulseWeb/PusleWeb_2.5/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=PusleWeb 3 | Author=WyzzyMoon 4 | Version=2.5 5 | MinimumRainmeter=4.2.0.3111 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Rising Bars/Rising Bars_1.1/Rising Bars_1.1.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Rising Bars/Rising Bars_1.1/Rising Bars_1.1.rmskin -------------------------------------------------------------------------------- /Rising Bars/Rising Bars_1.2/Rising Bars_1.2.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Rising Bars/Rising Bars_1.2/Rising Bars_1.2.rmskin -------------------------------------------------------------------------------- /Rising Bars/Rising Bars_1.3/Rising Bars_1.3.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Rising Bars/Rising Bars_1.3/Rising Bars_1.3.rmskin -------------------------------------------------------------------------------- /Rising Bars/Rising Bars_1.4/Rising Bars_1.4.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Rising Bars/Rising Bars_1.4/Rising Bars_1.4.rmskin -------------------------------------------------------------------------------- /TriSound/TriSound_1.0/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.0 5 | MinimumRainmeter=3.2.1.2386 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.1/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=TriSound 3 | Author=WyzzyMoon 4 | Version=1.1 5 | MinimumRainmeter=3.2.1.2386 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.10/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=TriSound 3 | Author=WyzzyMoon 4 | Version=1.10 5 | MinimumRainmeter=3.3.1.2602 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.11/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=TriSound 3 | Author=WyzzyMoon 4 | Version=10.11 5 | MinimumRainmeter=4.0.0.2708 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.12/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=TriSound 3 | Author=WyzzyMoon 4 | Version=1.12 5 | MinimumRainmeter=4.0.0.2708 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.2/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=TriSound 3 | Author=WyzzyMoon 4 | Version=1.2 5 | MinimumRainmeter=3.2.1.2386 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.3/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=TriSound 3 | Author=WyzzyMoon 4 | Version=1.3 5 | MinimumRainmeter=3.2.1.2386 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.4/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.4 5 | MinimumRainmeter=3.2.1.2386 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.5/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=TriSound 3 | Author=WyzzyMoon 4 | Version=1.5 5 | MinimumRainmeter=3.2.1.2386 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.6/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.6 5 | MinimumRainmeter=3.3.0.2519 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.7/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=TriSound 3 | Author=WyzzyMoon 4 | Version=1.7 5 | MinimumRainmeter=3.3.0.2519 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.8/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=TriSound 3 | Author=WyzzyMoon 4 | Version=1.8 5 | MinimumRainmeter=3.3.1.2602 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.9/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=TriSound 3 | Author=WyzzyMoon 4 | Version=1.9 5 | MinimumRainmeter=3.3.1.2602 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=BeatRipple 3 | Author=WyzzyMoon 4 | Version=1.0 5 | MinimumRainmeter=4.0.0.2746 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=BeatRipple 3 | Author=WyzzyMoon 4 | Version=1.1 5 | MinimumRainmeter=4.0.0.2746 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Color Flow/Color Flow_1.0/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Color Flow 3 | Author=Wyzzy Moon 4 | Version=1.0 5 | MinimumRainmeter=3.2.0.2357 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Color Flow/Color Flow_1.1/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Color Flow 3 | Author=Wyzzy Moon 4 | Version=1.1 5 | MinimumRainmeter=3.2.0.2357 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Color Flow/Color Flow_1.2/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Color Flow 3 | Author=Wyzzy Moon 4 | Version=1.2 5 | MinimumRainmeter=3.2.0.2357 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Color Flow/Color Flow_1.3/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Color Flow 3 | Author=Wyzzy Moon 4 | Version=1.3 5 | MinimumRainmeter=3.2.0.2357 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Color Flow/Color Flow_1.4/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=ColorFlow 3 | Author=Wyzzy Moon 4 | Version=1.4 5 | MinimumRainmeter=3.2.1.2386 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Color Flow/Color Flow_1.5/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Color Flow 3 | Author=Wyzzy Moon 4 | Version=1.5 5 | MinimumRainmeter=3.2.1.2386 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Color Flow/Color Flow_1.6/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=ColorFlow 3 | Author=WyzzyMoon 4 | Version=1.6 5 | MinimumRainmeter=3.2.1.2386 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Color Flow/Color Flow_1.7/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Color Flow 3 | Author=WyzzyMoon 4 | Version=1.7 5 | MinimumRainmeter=3.3.0.2519 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Color Flow/Color Flow_1.8/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Color Flow 3 | Author=WyzzyMoon 4 | Version=1.8 5 | MinimumRainmeter=3.3.0.2519 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_1.6.1/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=PulseWeb 3 | Author=WyzzyMoon 4 | Version=1.6.1 5 | MinimumRainmeter=3.3.1.2602 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_1.6.2/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=PulseWeb 3 | Author=WyzzyMoon 4 | Version=1.6.1 5 | MinimumRainmeter=3.3.1.2602 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_2.0BETA/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=PulseWeb 3 | Author=WyzzyMoon 4 | Version=2.0BETA 5 | MinimumRainmeter=4.0.0.2690 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_2.4.1/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=PulseWeb 3 | Author=WyzzyMoon 4 | Version=2.4.1 5 | MinimumRainmeter=4.0.0.2708 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_2.4.2/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=PulseWeb 3 | Author=WyzzyMoon 4 | Version=2.4.2 5 | MinimumRainmeter=4.0.0.2746 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_2.4.3/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=PulseWeb 3 | Author=WyzzyMoon 4 | Version=2.4.3 5 | MinimumRainmeter=4.0.0.2746 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_2.4.4/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=PulseWeb 3 | Author=WyzzyMoon 4 | Version=2.4.4 5 | MinimumRainmeter=4.0.0.2746 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_2.4.5/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=PulseWeb 3 | Author=WyzzyMoon 4 | Version=2.4.5 5 | MinimumRainmeter=4.0.0.2746 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_2.4.6/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=PulseWeb 3 | Author=WyzzyMoon 4 | Version=2.4.6 5 | MinimumRainmeter=4.0.0.2746 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_2.4.7/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=PulseWeb 3 | Author=WyzzyMoon 4 | Version=2.4.7 5 | MinimumRainmeter=4.1.0.2989 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.10.1/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=TriSound 3 | Author=WyzzyMoon 4 | Version=1.10.1 5 | MinimumRainmeter=3.3.1.2602 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.12.2/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=TriSound 3 | Author=WyzzyMoon 4 | Version=1.12.2 5 | MinimumRainmeter=4.0.0.2746 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.2.1/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=TriSound 3 | Author=WyzzyMoon 4 | Version=1.2.1 5 | MinimumRainmeter=3.2.1.2386 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Color Flow/Color Flow_1.8.1/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Color Flow 3 | Author=WyzzyMoon 4 | Version=1.8.1 5 | MinimumRainmeter=3.3.1.2602 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Color Flow/Color Flow_1.8.2/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Color Flow 3 | Author=WyzzyMoon 4 | Version=1.8.2 5 | MinimumRainmeter=4.0.0.2708 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=GeoZ Blocks 3 | Author=WyzzyMoon 4 | Version=1.0 5 | MinimumRainmeter=3.3.0.2519 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /PulseWeb/PulseWeb_2.1 BETA/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=PulseWeb 3 | Author=WyzzyMoon 4 | Version=2.1 BETA 5 | MinimumRainmeter=4.0.0.2708 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /RainbowRhythm/RainbowRhythm_1.0/RainbowRhythm_1.0.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/RainbowRhythm/RainbowRhythm_1.0/RainbowRhythm_1.0.rmskin -------------------------------------------------------------------------------- /Rising Bars/Rising Bars_1.1/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Rising Bars 3 | Author=Wyzzy Moon 4 | Version=1.1 5 | MinimumRainmeter=3.0.2.2161 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Rising Bars/Rising Bars_1.2/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Rising Bars 3 | Author=WyzzyMoon 4 | Version=1.2 5 | MinimumRainmeter=3.0.2.2161 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Rising Bars/Rising Bars_1.3/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Rising Bars 3 | Author=Wyzzy Moon 4 | Version=1.3 5 | MinimumRainmeter=3.2.1.2386 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Rising Bars/Rising Bars_1.4/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Rising Bars 3 | Author=WyzzyMoon 4 | Version=1.4 5 | MinimumRainmeter=3.2.1.2386 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /RainbowRhythm/RainbowRhythm_1.0/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=RainbowRhythm 3 | Author=WyzzyMoon 4 | Version=1.0 5 | MinimumRainmeter=4.2.0.3111 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.0/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Clockstellation 3 | Author=Wyzzy Moon 4 | Version=1.0 5 | MinimumRainmeter=3.3.0.2519 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.1/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Clockstellation 3 | Author=WyzzyMoon 4 | Version=1.1 5 | MinimumRainmeter=3.3.0.2519 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.2/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Clockstellation 3 | Author=WyzzyMoon 4 | Version=1.2 5 | MinimumRainmeter=3.3.0.2519 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.3/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Clockstellation 3 | Author=WyzzyMoon 4 | Version=1.3 5 | MinimumRainmeter=3.3.0.2519 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.4/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Clockstellation 3 | Author=WyzzyMoon 4 | Version=1.4 5 | MinimumRainmeter=3.3.0.2519 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.5/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Clockstellation 3 | Author=WyzzyMoon 4 | Version=1.5 5 | MinimumRainmeter=3.3.1.2602 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.6/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Clockstellation 3 | Author=WyzzyMoon 4 | Version=1.6 5 | MinimumRainmeter=3.3.1.2602 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.7/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Clockstellation 3 | Author=WyzzyMoon 4 | Version=1.7 5 | MinimumRainmeter=4.0.0.2708 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Rising Bars/Rising Bars_1.0 BETA/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Rising Bars 3 | Author=Wyzzy Moon 4 | Version=1.0 BETA 5 | MinimumRainmeter=3.0.2.2161 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Rising Bars/Rising Bars_1.0 BETA/Rising Bars_1.0 BETA.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Rising Bars/Rising Bars_1.0 BETA/Rising Bars_1.0 BETA.rmskin -------------------------------------------------------------------------------- /TriSound/TriSound_1.0/Skins/TriSound/@Resources/Images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.0/Skins/TriSound/@Resources/Images/1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.0/Skins/TriSound/@Resources/Images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.0/Skins/TriSound/@Resources/Images/2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.1/Skins/TriSound/@Resources/Images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.1/Skins/TriSound/@Resources/Images/1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.1/Skins/TriSound/@Resources/Images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.1/Skins/TriSound/@Resources/Images/2.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.0/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Actual Rainmeter 3 | Author=WyzzyMoon 4 | Version=1.0 5 | MinimumRainmeter=3.3.0.2519 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.1/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Actual Rainmeter 3 | Author=WyzzyMoon 4 | Version=1.1 5 | MinimumRainmeter=3.3.0.2519 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.2/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Actual Rainmeter 3 | Author=WyzzyMoon 4 | Version=1.3 5 | MinimumRainmeter=3.3.0.2519 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4.1/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Actual Rainmeter 3 | Author=WyzzyMoon 4 | Version=1.4.1 5 | MinimumRainmeter=4.2.0.3111 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Actual Rainmeter 3 | Author=WyzzyMoon 4 | Version=1.4 5 | MinimumRainmeter=4.2.0.3111 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.0/Clockstellation_1.0.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Clockstellation/Clockstellation_1.0/Clockstellation_1.0.rmskin -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.1/Clockstellation_1.1.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Clockstellation/Clockstellation_1.1/Clockstellation_1.1.rmskin -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.2.1/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Clockstellation 3 | Author=Wyzzy Moon 4 | Version=1.2.1 5 | MinimumRainmeter=3.3.0.2519 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.2/Clockstellation_1.2.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Clockstellation/Clockstellation_1.2/Clockstellation_1.2.rmskin -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.3/Clockstellation_1.3.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Clockstellation/Clockstellation_1.3/Clockstellation_1.3.rmskin -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.4/Clockstellation_1.4.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Clockstellation/Clockstellation_1.4/Clockstellation_1.4.rmskin -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.5/Clockstellation_1.5.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Clockstellation/Clockstellation_1.5/Clockstellation_1.5.rmskin -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.6/Clockstellation_1.6.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Clockstellation/Clockstellation_1.6/Clockstellation_1.6.rmskin -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.7.1/RMSKIN.ini: -------------------------------------------------------------------------------- 1 | [rmskin] 2 | Name=Clockstellation 3 | Author=WyzzyMoon 4 | Version=1.7.1 5 | MinimumRainmeter=4.0.0.2746 6 | MinimumWindows=5.1 7 | -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.7/Clockstellation_1.7.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Clockstellation/Clockstellation_1.7/Clockstellation_1.7.rmskin -------------------------------------------------------------------------------- /TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/Blue1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/Blue1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/Blue2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/Blue2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/Red1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/Red1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/Red2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/Red2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/Blue1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/Blue1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/Blue2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/Blue2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/Red1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/Red1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/Red2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/Red2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/Blue1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/Blue1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/Blue2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/Blue2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/Red1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/Red1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/Red2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/Red2.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.0/Actual Rainmeter_1.0.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.0/Actual Rainmeter_1.0.rmskin -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.1/Actual Rainmeter_1.1.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.1/Actual Rainmeter_1.1.rmskin -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.2/Actual Rainmeter_1.2.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.2/Actual Rainmeter_1.2.rmskin -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4/Actual Rainmeter_1.4.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.4/Actual Rainmeter_1.4.rmskin -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.2.1/Clockstellation_1.2.1.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Clockstellation/Clockstellation_1.2.1/Clockstellation_1.2.1.rmskin -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.7.1/Clockstellation_1.7.1.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Clockstellation/Clockstellation_1.7.1/Clockstellation_1.7.1.rmskin -------------------------------------------------------------------------------- /TriSound/TriSound_1.10/Skins/TriSound/@Resources/Images/White1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.10/Skins/TriSound/@Resources/Images/White1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.10/Skins/TriSound/@Resources/Images/White2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.10/Skins/TriSound/@Resources/Images/White2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/Blue1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/Blue1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/Blue2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/Blue2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/Red1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/Red1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/Red2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/Red2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/Black1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/Black1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/Black2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/Black2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/Green1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/Green1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/Green2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/Green2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/Orange1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/Orange1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/Orange2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/Orange2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/Purple1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/Purple1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/Purple2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/Purple2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/White1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/White1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/White2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/White2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/Yellow1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/Yellow1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/Yellow2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2/Skins/TriSound/@Resources/Images/Yellow2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/Black1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/Black1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/Black2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/Black2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/Green1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/Green1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/Green2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/Green2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/Orange1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/Orange1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/Orange2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/Orange2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/Purple1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/Purple1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/Purple2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/Purple2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/White1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/White1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/White2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/White2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/Yellow1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/Yellow1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/Yellow2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.3/Skins/TriSound/@Resources/Images/Yellow2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/Black1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/Black1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/Black2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/Black2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/Green1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/Green1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/Green2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/Green2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/Orange1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/Orange1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/Orange2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/Orange2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/Purple1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/Purple1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/Purple2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/Purple2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/White1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/White1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/White2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/White2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/Yellow1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/Yellow1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/Yellow2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.4/Skins/TriSound/@Resources/Images/Yellow2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.5/Skins/TriSound/@Resources/Images/White1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.5/Skins/TriSound/@Resources/Images/White1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.5/Skins/TriSound/@Resources/Images/White2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.5/Skins/TriSound/@Resources/Images/White2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.6/Skins/TriSound/@Resources/Images/White1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.6/Skins/TriSound/@Resources/Images/White1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.6/Skins/TriSound/@Resources/Images/White2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.6/Skins/TriSound/@Resources/Images/White2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.7/Skins/TriSound/@Resources/Images/White1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.7/Skins/TriSound/@Resources/Images/White1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.7/Skins/TriSound/@Resources/Images/White2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.7/Skins/TriSound/@Resources/Images/White2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.8/Skins/TriSound/@Resources/Images/White1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.8/Skins/TriSound/@Resources/Images/White1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.8/Skins/TriSound/@Resources/Images/White2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.8/Skins/TriSound/@Resources/Images/White2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.9/Skins/TriSound/@Resources/Images/White1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.9/Skins/TriSound/@Resources/Images/White1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.9/Skins/TriSound/@Resources/Images/White2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.9/Skins/TriSound/@Resources/Images/White2.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4.1/Actual Rainmeter_1.4.1.rmskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.4.1/Actual Rainmeter_1.4.1.rmskin -------------------------------------------------------------------------------- /TriSound/TriSound_1.10.1/Skins/TriSound/@Resources/Images/White1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.10.1/Skins/TriSound/@Resources/Images/White1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.10.1/Skins/TriSound/@Resources/Images/White2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.10.1/Skins/TriSound/@Resources/Images/White2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/Black1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/Black1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/Black2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/Black2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/Green1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/Green1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/Green2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/Green2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/Orange1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/Orange1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/Orange2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/Orange2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/Purple1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/Purple1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/Purple2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/Purple2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/White1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/White1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/White2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/White2.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/Yellow1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/Yellow1.png -------------------------------------------------------------------------------- /TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/Yellow2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/Images/Yellow2.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/BGB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/BGB.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/FBG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/FBG.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/1.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/2.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/3.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/4.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/5.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/6.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/7.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/8.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/9.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/Next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/Next.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/Pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/Pause.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/Play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/Play.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/Prev.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/Prev.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/Stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/Stop.png -------------------------------------------------------------------------------- /Color Flow/Color Flow_1.6/Skins/Color Flow/@Resources/Fonts/GeosansLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Color Flow/Color Flow_1.6/Skins/Color Flow/@Resources/Fonts/GeosansLight.ttf -------------------------------------------------------------------------------- /Color Flow/Color Flow_1.7/Skins/Color Flow/@Resources/Fonts/GeosansLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Color Flow/Color Flow_1.7/Skins/Color Flow/@Resources/Fonts/GeosansLight.ttf -------------------------------------------------------------------------------- /Color Flow/Color Flow_1.8/Skins/Color Flow/@Resources/Fonts/GeosansLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Color Flow/Color Flow_1.8/Skins/Color Flow/@Resources/Fonts/GeosansLight.ttf -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/10.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/11.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/12.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/13.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/14.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/15.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/16.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/17.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/18.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/19.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/20.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/21.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/22.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/23.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/24.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/25.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/26.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/27.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/28.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/29.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/29.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/30.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/31.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/31.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/32.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/33.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/33.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/34.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/34.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/35.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/35.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/36.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/36.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/37.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/37.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/38.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/38.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/39.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/39.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/40.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/41.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/41.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/42.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/42.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/43.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/43.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/44.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/44.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/45.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/45.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/46.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/46.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/47.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/47.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/48.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/49.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/49.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/50.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/51.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/51.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/52.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/52.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/53.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/53.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/54.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/54.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/55.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/55.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/56.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/56.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/57.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/57.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/58.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/58.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/59.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/59.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/60.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/61.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/61.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/62.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/62.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/63.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/63.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/64.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/65.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/65.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/66.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/66.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/67.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/67.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/68.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/68.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/69.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/69.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/70.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/71.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/71.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/72.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/72.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/73.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/73.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/74.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/74.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/75.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/75.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/76.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/76.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/77.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/77.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/78.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/78.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/79.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/79.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/80.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/81.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/81.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/82.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/82.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/83.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/83.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/84.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/84.png -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/85.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Images/GeoZ/85.png -------------------------------------------------------------------------------- /Color Flow/Color Flow_1.8.1/Skins/Color Flow/@Resources/Fonts/GeosansLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Color Flow/Color Flow_1.8.1/Skins/Color Flow/@Resources/Fonts/GeosansLight.ttf -------------------------------------------------------------------------------- /Color Flow/Color Flow_1.8.2/Skins/Color Flow/@Resources/Fonts/GeosansLight.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Color Flow/Color Flow_1.8.2/Skins/Color Flow/@Resources/Fonts/GeosansLight.ttf -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Fonts/haxrcorpttf.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/Fonts/haxrcorpttf.ttf -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/variables.inc: -------------------------------------------------------------------------------- 1 | [Variables] 2 | BarHeight1=#BarHeight0# 3 | BarSpace1=(#BarSpace0#+(#BarWidth0#)) 4 | BarHeight2=#BarHeight0# 5 | BarSpace2=(#BarSpace0#+(#BarWidth0#)) -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/variables.inc: -------------------------------------------------------------------------------- 1 | [Variables] 2 | BarHeight1=#BarHeight0# 3 | BarSpace1=(#BarSpace0#+(#BarWidth0#)) 4 | BarHeight2=#BarHeight0# 5 | BarSpace2=(#BarSpace0#+(#BarWidth0#)) -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.0/Skins/Rainmeter/@Resources/Images/Inside.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.0/Skins/Rainmeter/@Resources/Images/Inside.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.0/Skins/Rainmeter/@Resources/Images/Outside.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.0/Skins/Rainmeter/@Resources/Images/Outside.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.1/Skins/Rainmeter/@Resources/Images/Inside.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.1/Skins/Rainmeter/@Resources/Images/Inside.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.1/Skins/Rainmeter/@Resources/Images/Outside.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.1/Skins/Rainmeter/@Resources/Images/Outside.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.2/Skins/Rainmeter/@Resources/Images/Inside0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.2/Skins/Rainmeter/@Resources/Images/Inside0.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.2/Skins/Rainmeter/@Resources/Images/Inside10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.2/Skins/Rainmeter/@Resources/Images/Inside10.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.2/Skins/Rainmeter/@Resources/Images/Inside20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.2/Skins/Rainmeter/@Resources/Images/Inside20.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.2/Skins/Rainmeter/@Resources/Images/Inside30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.2/Skins/Rainmeter/@Resources/Images/Inside30.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.2/Skins/Rainmeter/@Resources/Images/Inside40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.2/Skins/Rainmeter/@Resources/Images/Inside40.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.2/Skins/Rainmeter/@Resources/Images/Inside50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.2/Skins/Rainmeter/@Resources/Images/Inside50.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.2/Skins/Rainmeter/@Resources/Images/Inside60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.2/Skins/Rainmeter/@Resources/Images/Inside60.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.2/Skins/Rainmeter/@Resources/Images/Inside70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.2/Skins/Rainmeter/@Resources/Images/Inside70.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.2/Skins/Rainmeter/@Resources/Images/Inside80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.2/Skins/Rainmeter/@Resources/Images/Inside80.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.2/Skins/Rainmeter/@Resources/Images/Inside90.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.2/Skins/Rainmeter/@Resources/Images/Inside90.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.2/Skins/Rainmeter/@Resources/Images/Outside.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.2/Skins/Rainmeter/@Resources/Images/Outside.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4/Skins/Rainmeter/@Resources/Images/Inside0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.4/Skins/Rainmeter/@Resources/Images/Inside0.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4/Skins/Rainmeter/@Resources/Images/Inside10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.4/Skins/Rainmeter/@Resources/Images/Inside10.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4/Skins/Rainmeter/@Resources/Images/Inside20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.4/Skins/Rainmeter/@Resources/Images/Inside20.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4/Skins/Rainmeter/@Resources/Images/Inside30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.4/Skins/Rainmeter/@Resources/Images/Inside30.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4/Skins/Rainmeter/@Resources/Images/Inside40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.4/Skins/Rainmeter/@Resources/Images/Inside40.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4/Skins/Rainmeter/@Resources/Images/Inside50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.4/Skins/Rainmeter/@Resources/Images/Inside50.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4/Skins/Rainmeter/@Resources/Images/Inside60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.4/Skins/Rainmeter/@Resources/Images/Inside60.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4/Skins/Rainmeter/@Resources/Images/Inside70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.4/Skins/Rainmeter/@Resources/Images/Inside70.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4/Skins/Rainmeter/@Resources/Images/Inside80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.4/Skins/Rainmeter/@Resources/Images/Inside80.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4/Skins/Rainmeter/@Resources/Images/Inside90.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.4/Skins/Rainmeter/@Resources/Images/Inside90.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4/Skins/Rainmeter/@Resources/Images/Outside.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.4/Skins/Rainmeter/@Resources/Images/Outside.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.2/Skins/Rainmeter/@Resources/Images/Inside100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.2/Skins/Rainmeter/@Resources/Images/Inside100.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4/Skins/Rainmeter/@Resources/Images/Inside100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.4/Skins/Rainmeter/@Resources/Images/Inside100.png -------------------------------------------------------------------------------- /Rising Bars/Rising Bars_1.4/Skins/Rising Bars/@Resources/Fonts/Raleway-ExtraLight.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Rising Bars/Rising Bars_1.4/Skins/Rising Bars/@Resources/Fonts/Raleway-ExtraLight.otf -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4.1/Skins/Actual Rainmeter/@Resources/Images/Inside0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.4.1/Skins/Actual Rainmeter/@Resources/Images/Inside0.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4.1/Skins/Actual Rainmeter/@Resources/Images/Inside10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.4.1/Skins/Actual Rainmeter/@Resources/Images/Inside10.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4.1/Skins/Actual Rainmeter/@Resources/Images/Inside100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.4.1/Skins/Actual Rainmeter/@Resources/Images/Inside100.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4.1/Skins/Actual Rainmeter/@Resources/Images/Inside20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.4.1/Skins/Actual Rainmeter/@Resources/Images/Inside20.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4.1/Skins/Actual Rainmeter/@Resources/Images/Inside30.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.4.1/Skins/Actual Rainmeter/@Resources/Images/Inside30.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4.1/Skins/Actual Rainmeter/@Resources/Images/Inside40.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.4.1/Skins/Actual Rainmeter/@Resources/Images/Inside40.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4.1/Skins/Actual Rainmeter/@Resources/Images/Inside50.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.4.1/Skins/Actual Rainmeter/@Resources/Images/Inside50.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4.1/Skins/Actual Rainmeter/@Resources/Images/Inside60.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.4.1/Skins/Actual Rainmeter/@Resources/Images/Inside60.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4.1/Skins/Actual Rainmeter/@Resources/Images/Inside70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.4.1/Skins/Actual Rainmeter/@Resources/Images/Inside70.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4.1/Skins/Actual Rainmeter/@Resources/Images/Inside80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.4.1/Skins/Actual Rainmeter/@Resources/Images/Inside80.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4.1/Skins/Actual Rainmeter/@Resources/Images/Inside90.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.4.1/Skins/Actual Rainmeter/@Resources/Images/Inside90.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4.1/Skins/Actual Rainmeter/@Resources/Images/Outside.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/WyzzyMoon/Rainmeter/HEAD/Actual Rainmeter/Actual Rainmeter_1.4.1/Skins/Actual Rainmeter/@Resources/Images/Outside.png -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.0/Skins/Rainmeter/Rainmeter.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1 3 | 4 | [Metadata] 5 | Author=WyzzyMoon 6 | Name=Rainmeter for Rainmeter 7 | Version=1.0 8 | 9 | [Variables] 10 | @include0=#@#variables.inc 11 | 12 | @include1=#@#measures.inc 13 | @include2=#@#meters.inc -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.1/Skins/Rainmeter/Rainmeter.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1 3 | 4 | [Metadata] 5 | Author=WyzzyMoon 6 | Name=Rainmeter for Rainmeter 7 | Version=1.1 8 | 9 | [Variables] 10 | @include0=#@#variables.inc 11 | 12 | @include1=#@#measures.inc 13 | @include2=#@#meters.inc -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.2/Skins/Rainmeter/Rainmeter.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | 4 | [Metadata] 5 | Author=WyzzyMoon 6 | Name=Rainmeter for Rainmeter 7 | Version=1.3 8 | 9 | [Variables] 10 | @include0=#@#variables.inc 11 | 12 | @include1=#@#measures.inc 13 | @include2=#@#meters.inc -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.2.1/Skins/Clockstellation/@Resources/measures.inc: -------------------------------------------------------------------------------- 1 | [MeasureHours] 2 | Measure=Time 3 | Format=%H 4 | DynamicVariables=1 5 | 6 | [MeasureMin] 7 | Measure=Time 8 | Format=%M 9 | DynamicVariables=1 10 | 11 | [MeasureSec] 12 | Measure=Time 13 | Format=%S 14 | DynamicVariables=1 15 | -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.2/Skins/Clockstellation/@Resources/measures.inc: -------------------------------------------------------------------------------- 1 | [MeasureHours] 2 | Measure=Time 3 | Format=%H 4 | DynamicVariables=1 5 | 6 | [MeasureMin] 7 | Measure=Time 8 | Format=%M 9 | DynamicVariables=1 10 | 11 | [MeasureSec] 12 | Measure=Time 13 | Format=%S 14 | DynamicVariables=1 15 | -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.3/Skins/Clockstellation/@Resources/measures.inc: -------------------------------------------------------------------------------- 1 | [MeasureHours] 2 | Measure=Time 3 | Format=%H 4 | DynamicVariables=1 5 | 6 | [MeasureMin] 7 | Measure=Time 8 | Format=%M 9 | DynamicVariables=1 10 | 11 | [MeasureSec] 12 | Measure=Time 13 | Format=%S 14 | DynamicVariables=1 15 | -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.4/Skins/Clockstellation/@Resources/measures.inc: -------------------------------------------------------------------------------- 1 | [MeasureHours] 2 | Measure=Time 3 | Format=%H 4 | DynamicVariables=1 5 | 6 | [MeasureMin] 7 | Measure=Time 8 | Format=%M 9 | DynamicVariables=1 10 | 11 | [MeasureSec] 12 | Measure=Time 13 | Format=%S 14 | DynamicVariables=1 15 | -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.5/Skins/Clockstellation/@Resources/measures.inc: -------------------------------------------------------------------------------- 1 | [MeasureHours] 2 | Measure=Time 3 | Format=%H 4 | DynamicVariables=1 5 | 6 | [MeasureMin] 7 | Measure=Time 8 | Format=%M 9 | DynamicVariables=1 10 | 11 | [MeasureSec] 12 | Measure=Time 13 | Format=%S 14 | DynamicVariables=1 15 | -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.0/Skins/Clockstellation/Clockstellation.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1 3 | SkinWidth=(#Size#*2.5) 4 | SkinHeight=(#Size#*2.5) 5 | 6 | 7 | [Metadata] 8 | Author=WyzzyMoon 9 | Name=Clockstellation 10 | Version=1.0 11 | 12 | [Variables] 13 | @include0=#@#variables.inc 14 | 15 | @include1=#@#measures.inc 16 | @include2=#@#lines.inc -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.1/Skins/Clockstellation/Clockstellation.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1 3 | SkinWidth=(#Size#*2.5) 4 | SkinHeight=(#Size#*2.5) 5 | 6 | 7 | [Metadata] 8 | Author=WyzzyMoon 9 | Name=Clockstellation 10 | Version=1.0 11 | 12 | [Variables] 13 | @include0=#@#variables.inc 14 | 15 | @include1=#@#measures.inc 16 | @include2=#@#lines.inc -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.2/Skins/Clockstellation/Clockstellation.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1 3 | SkinWidth=(#Size#*2.5) 4 | SkinHeight=(#Size#*2.5) 5 | 6 | 7 | [Metadata] 8 | Author=WyzzyMoon 9 | Name=Clockstellation 10 | Version=1.2 11 | 12 | [Variables] 13 | @include0=#@#variables.inc 14 | 15 | @include1=#@#measures.inc 16 | @include2=#@#lines.inc -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.3/Skins/Clockstellation/Clockstellation.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1 3 | SkinWidth=(#Size#*2.5) 4 | SkinHeight=(#Size#*2.5) 5 | 6 | 7 | [Metadata] 8 | Author=WyzzyMoon 9 | Name=Clockstellation 10 | Version=1.3 11 | 12 | [Variables] 13 | @include0=#@#variables.inc 14 | 15 | @include1=#@#measures.inc 16 | @include2=#@#lines.inc -------------------------------------------------------------------------------- /TriSound/TriSound_1.0/Skins/TriSound/@Resources/center.ini: -------------------------------------------------------------------------------- 1 | [MeterTri0] 2 | UpdateDivider=-1 3 | Meter=Image 4 | ImageName=#@#Images\1 5 | W=150 6 | H=150 7 | X=100 8 | Y=75 9 | Tile=0 10 | 11 | 12 | [MeterTri1] 13 | UpdateDivider=-1 14 | Meter=Image 15 | ImageName=#@#Images\2 16 | W=150 17 | H=150 18 | X=100 19 | Y=75 20 | Tile=0 21 | ImageAlpha=255 22 | 23 | -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.2.1/Skins/Clockstellation/Clockstellation.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1 3 | SkinWidth=(#Size#*2.5) 4 | SkinHeight=(#Size#*2.5) 5 | 6 | 7 | [Metadata] 8 | Author=WyzzyMoon 9 | Name=Clockstellation 10 | Version=1.2.1 11 | 12 | [Variables] 13 | @include0=#@#variables.inc 14 | 15 | @include1=#@#measures.inc 16 | @include2=#@#lines.inc -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.4/Skins/Clockstellation/Clockstellation.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | SkinWidth=(#Size#*2.5) 4 | SkinHeight=(#Size#*2.5) 5 | 6 | 7 | [Metadata] 8 | Author=WyzzyMoon 9 | Name=Clockstellation 10 | Version=1.4 11 | 12 | [Variables] 13 | @include0=#@#variables.inc 14 | 15 | @include1=#@#measures.inc 16 | @include2=#@#lines.inc -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.5/Skins/Clockstellation/Clockstellation.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | SkinWidth=#Length#*2.5 4 | SkinHeight=#Length#*2.5 5 | 6 | 7 | [Metadata] 8 | Author=WyzzyMoon 9 | Name=Clockstellation 10 | Version=1.5 11 | 12 | [Variables] 13 | @include0=#@#variables.inc 14 | 15 | @include1=#@#measures.inc 16 | @include2=#@#lines.inc -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.6/Skins/Clockstellation/Clockstellation.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=(1000/#Smooth#) 3 | SkinWidth=#Length#*2.5 4 | SkinHeight=#Length#*2.5 5 | 6 | 7 | [Metadata] 8 | Author=WyzzyMoon 9 | Name=Clockstellation 10 | Version=1.6 11 | 12 | [Variables] 13 | @include0=#@#variables.inc 14 | 15 | @include1=#@#measures.inc 16 | @include2=#@#lines.inc -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/BG.inc: -------------------------------------------------------------------------------- 1 | [MeterBG] 2 | Meter=Image 3 | ImageName=#@#Images\FBG.png 4 | ImageAlpha=120 5 | X=51 6 | Y=51 7 | W=#BGSizeW# 8 | H=#BGSizeH# 9 | Tile=1 10 | 11 | [MeterBGBorder] 12 | Meter=Image 13 | ImageName=#@#Images\BGB.png 14 | X=50 15 | Y=50 16 | W=(#BGSizeW#+2) 17 | H=(#BGSizeH#+2) 18 | ScaleMargins=2,2,2,2 19 | 20 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.3/Skins/TriSound/Triangle/Triangle.ini: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.3 5 | 6 | 7 | [Variables] 8 | @include0=#@#variables.inc 9 | 10 | [Rainmeter] 11 | Update=1 12 | DynamicWindowSize=1 13 | 14 | 15 | @include1=#@#center.inc 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.4/Skins/TriSound/Triangle/Triangle.ini: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.4 5 | 6 | 7 | [Variables] 8 | @include0=#@#variables.inc 9 | 10 | [Rainmeter] 11 | Update=1 12 | DynamicWindowSize=1 13 | 14 | 15 | @include1=#@#center.inc 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.3/Skins/TriSound/@Resources/Triangle/Triangle.inc: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.3 5 | 6 | 7 | [Variables] 8 | @include0=#@#variables.inc 9 | 10 | [Rainmeter] 11 | Update=1 12 | DynamicWindowSize=1 13 | 14 | @include1=#@#center.inc 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.4/Skins/TriSound/@Resources/Triangle/Triangle.inc: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.3 5 | 6 | 7 | [Variables] 8 | @include0=#@#variables.inc 9 | 10 | [Rainmeter] 11 | Update=1 12 | DynamicWindowSize=1 13 | 14 | @include1=#@#center.inc 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.5/Skins/TriSound/@Resources/Triangle/Triangle.inc: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.5 5 | 6 | 7 | [Variables] 8 | @include0=#@#variables.inc 9 | 10 | [Rainmeter] 11 | Update=1 12 | DynamicWindowSize=1 13 | 14 | @include1=#@#center.inc 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.6/Skins/TriSound/@Resources/Triangle/Triangle.inc: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.5 5 | 6 | 7 | [Variables] 8 | @include0=#@#variables.inc 9 | 10 | [Rainmeter] 11 | Update=1 12 | DynamicWindowSize=1 13 | 14 | @include1=#@#center.inc 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.7/Skins/TriSound/@Resources/Triangle/Triangle.inc: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.5 5 | 6 | 7 | [Variables] 8 | @include0=#@#variables.inc 9 | 10 | [Rainmeter] 11 | Update=1 12 | DynamicWindowSize=1 13 | 14 | @include1=#@#center.inc 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.3/Skins/TriSound/@Resources/center.inc: -------------------------------------------------------------------------------- 1 | 2 | [MeterTri0] 3 | UpdateDivider=-1 4 | Meter=Image 5 | ImageName=#@#Images\#Icolor#1 6 | W=#IWidth# 7 | H=#IHeight# 8 | X=#IXPos# 9 | Y=#IYPos# 10 | Tile=0 11 | 12 | 13 | [MeterTri1] 14 | UpdateDivider=-1 15 | Meter=Image 16 | ImageName=#@#Images\#Icolor#2 17 | W=#IWidth# 18 | H=#IHeight# 19 | X=#IXPos# 20 | Y=#IYPos# 21 | Tile=0 -------------------------------------------------------------------------------- /TriSound/TriSound_1.3/Skins/TriSound/Bars/Bars.ini: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.3 5 | 6 | 7 | [Variables] 8 | @include0=#@#variables.inc 9 | 10 | [Rainmeter] 11 | Update=1 12 | DynamicWindowSize=1 13 | 14 | @include1=#@#measures.inc 15 | @include2=#@#bars.inc 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.4/Skins/TriSound/@Resources/center.inc: -------------------------------------------------------------------------------- 1 | 2 | [MeterTri0] 3 | UpdateDivider=-1 4 | Meter=Image 5 | ImageName=#@#Images\#Icolor#1 6 | W=#IWidth# 7 | H=#IHeight# 8 | X=#IXPos# 9 | Y=#IYPos# 10 | Tile=0 11 | 12 | 13 | [MeterTri1] 14 | UpdateDivider=-1 15 | Meter=Image 16 | ImageName=#@#Images\#Icolor#2 17 | W=#IWidth# 18 | H=#IHeight# 19 | X=#IXPos# 20 | Y=#IYPos# 21 | Tile=0 -------------------------------------------------------------------------------- /TriSound/TriSound_1.4/Skins/TriSound/Bars/Bars.ini: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.4 5 | 6 | 7 | [Variables] 8 | @include0=#@#variables.inc 9 | 10 | [Rainmeter] 11 | Update=1 12 | DynamicWindowSize=1 13 | 14 | @include1=#@#measures.inc 15 | @include2=#@#bars.inc 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.0/Skins/TriSound/TriSound.ini: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.0 5 | 6 | [Variables] 7 | @include0=#@#variables.ini 8 | 9 | [Rainmeter] 10 | Update=1 11 | DynamicWindowSize=1 12 | AccurateText=1 13 | 14 | @include1=#@#measures.ini 15 | @include2=#@#bars.ini 16 | @include3=#@#center.ini 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.1/Skins/TriSound/@Resources/center.ini: -------------------------------------------------------------------------------- 1 | [MeterTri0] 2 | UpdateDivider=-1 3 | Meter=Image 4 | ImageName=#@#Images\1 5 | W=#IWidth# 6 | H=#IHeight# 7 | X=#IXPos# 8 | Y=#IYPos# 9 | Tile=0 10 | 11 | 12 | [MeterTri1] 13 | UpdateDivider=-1 14 | Meter=Image 15 | ImageName=#@#Images\2 16 | W=#IWidth# 17 | H=#IHeight# 18 | X=#IXPos# 19 | Y=#IYPos# 20 | Tile=0 21 | ImageAlpha=255 22 | 23 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.1/Skins/TriSound/TriSound.ini: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.1 5 | 6 | [Variables] 7 | @include0=#@#variables.ini 8 | 9 | [Rainmeter] 10 | Update=1 11 | DynamicWindowSize=1 12 | AccurateText=1 13 | 14 | @include1=#@#measures.ini 15 | @include2=#@#bars.ini 16 | @include3=#@#center.ini 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.2.1/Skins/TriSound/TriSound.ini: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.2.1 5 | 6 | [Variables] 7 | @include0=#@#variables.ini 8 | 9 | [Rainmeter] 10 | Update=1 11 | DynamicWindowSize=1 12 | AccurateText=1 13 | 14 | @include1=#@#measures.ini 15 | @include2=#@#bars.ini 16 | @include3=#@#center.ini 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.2/Skins/TriSound/TriSound.ini: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.1 5 | 6 | [Variables] 7 | @include0=#@#variables.ini 8 | 9 | [Rainmeter] 10 | Update=1 11 | DynamicWindowSize=1 12 | AccurateText=1 13 | 14 | @include1=#@#measures.ini 15 | @include2=#@#bars.ini 16 | @include3=#@#center.ini 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.3/Skins/TriSound/TriSound.ini: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.3 5 | 6 | 7 | [Variables] 8 | @include0=#@#variables.inc 9 | 10 | [Rainmeter] 11 | Update=1 12 | DynamicWindowSize=1 13 | 14 | @include1=#@#Bars/Bars.inc 15 | @include2=#@#Triangle/Triangle.inc 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.4/Skins/TriSound/TriSound.ini: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.4 5 | 6 | 7 | [Variables] 8 | @include0=#@#variables.inc 9 | 10 | [Rainmeter] 11 | Update=1 12 | DynamicWindowSize=1 13 | 14 | @include1=#@#Bars/Bars.inc 15 | @include2=#@#Triangle/Triangle.inc 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.3/Skins/TriSound/@Resources/Bars/Bars.inc: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.3 5 | 6 | 7 | [Variables] 8 | @include0=#@#variables.inc 9 | 10 | [Rainmeter] 11 | Update=1 12 | DynamicWindowSize=1 13 | 14 | @include1=#@#measures.inc 15 | @include2=#@#bars.inc 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.4/Skins/TriSound/@Resources/Bars/Bars.inc: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.3 5 | 6 | 7 | [Variables] 8 | @include0=#@#variables.inc 9 | 10 | [Rainmeter] 11 | Update=1 12 | DynamicWindowSize=1 13 | 14 | @include1=#@#measures.inc 15 | @include2=#@#bars.inc 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.5/Skins/TriSound/@Resources/Bars/Bars.inc: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.5 5 | 6 | 7 | [Variables] 8 | @include0=#@#variables.inc 9 | 10 | [Rainmeter] 11 | Update=1 12 | DynamicWindowSize=1 13 | 14 | @include1=#@#measures.inc 15 | @include2=#@#bars.inc 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.6/Skins/TriSound/@Resources/Bars/Bars.inc: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.5 5 | 6 | 7 | [Variables] 8 | @include0=#@#variables.inc 9 | 10 | [Rainmeter] 11 | Update=1 12 | DynamicWindowSize=1 13 | 14 | @include1=#@#measures.inc 15 | @include2=#@#bars.inc 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.7/Skins/TriSound/@Resources/Bars/Bars.inc: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.5 5 | 6 | 7 | [Variables] 8 | @include0=#@#variables.inc 9 | 10 | [Rainmeter] 11 | Update=1 12 | DynamicWindowSize=1 13 | 14 | @include1=#@#measures.inc 15 | @include2=#@#bars.inc 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.7.1/Skins/Clockstellation/@Resources/Counter.lua: -------------------------------------------------------------------------------- 1 | local offset,lastSecond, ms 2 | 3 | 4 | function Initialize() 5 | offset = os.clock() 6 | lastSecond = os.time() 7 | end 8 | 9 | function Update() 10 | if lastSecond ~= os.time() then 11 | offset = os.clock() 12 | lastSecond = os.time() 13 | end 14 | 15 | 16 | _,ms = math.modf(os.clock()-offset) 17 | return ms 18 | end -------------------------------------------------------------------------------- /Clockstellation/Clockstellation_1.7/Skins/Clockstellation/@Resources/Counter.lua: -------------------------------------------------------------------------------- 1 | local offset,lastSecond, ms 2 | 3 | 4 | function Initialize() 5 | offset = os.clock() 6 | lastSecond = os.time() 7 | end 8 | 9 | function Update() 10 | if lastSecond ~= os.time() then 11 | offset = os.clock() 12 | lastSecond = os.time() 13 | end 14 | 15 | 16 | _,ms = math.modf(os.clock()-offset) 17 | return ms 18 | end -------------------------------------------------------------------------------- /TriSound/TriSound_1.5/Skins/TriSound/Triangle/Triangle.ini: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.5 5 | 6 | 7 | [Variables] 8 | @include0=#@#variables.inc 9 | 10 | [Skin] 11 | KeepOnScreen=0 12 | 13 | [Rainmeter] 14 | Update=1 15 | DynamicWindowSize=1 16 | 17 | 18 | @include1=#@#center.inc 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.2.1/Skins/TriSound/@Resources/center.ini: -------------------------------------------------------------------------------- 1 | [MeterTri0] 2 | UpdateDivider=-1 3 | Meter=Image 4 | ImageName=#@#Images\#Icolor#1 5 | W=#IWidth# 6 | H=#IHeight# 7 | X=#IXPos# 8 | Y=#IYPos# 9 | Tile=0 10 | 11 | 12 | [MeterTri1] 13 | UpdateDivider=-1 14 | Meter=Image 15 | ImageName=#@#Images\#Icolor#2 16 | W=#IWidth# 17 | H=#IHeight# 18 | X=#IXPos# 19 | Y=#IYPos# 20 | Tile=0 21 | ImageAlpha=255 22 | 23 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.2/Skins/TriSound/@Resources/center.ini: -------------------------------------------------------------------------------- 1 | [MeterTri0] 2 | UpdateDivider=-1 3 | Meter=Image 4 | ImageName=#@#Images\#Icolor#1 5 | W=#IWidth# 6 | H=#IHeight# 7 | X=#IXPos# 8 | Y=#IYPos# 9 | Tile=0 10 | 11 | 12 | [MeterTri1] 13 | UpdateDivider=-1 14 | Meter=Image 15 | ImageName=#@#Images\#Icolor#2 16 | W=#IWidth# 17 | H=#IHeight# 18 | X=#IXPos# 19 | Y=#IYPos# 20 | Tile=0 21 | ImageAlpha=255 22 | 23 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.11/Skins/TriSound/@Resources/center.inc: -------------------------------------------------------------------------------- 1 | [MeterTri] 2 | Meter=shape 3 | Shape=Path ShapePath | Extend Modifiers 4 | ShapePath=#I1Xpos#,#I1Ypos# | LineTo #I2Xpos#,#I2Ypos# | LineTo #I3Xpos#,#I3Ypos# | ClosePath 1 5 | Modifiers=StrokeWidth ((17/15)*#Size#) | Stroke Color #TriBarColor# | Fill Color #TriFillColor# | StrokeLineJoin Miter | Scale (1.0-(#CenterFlip#)),(1.0-(#CenterFlip#)) 6 | DynamicVariables=1 7 | 8 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.5/Skins/TriSound/Bars/Bars.ini: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.5 5 | 6 | 7 | [Variables] 8 | @include0=#@#variables.inc 9 | 10 | [Skin] 11 | KeepOnScreen=0 12 | 13 | [Rainmeter] 14 | Update=1 15 | DynamicWindowSize=1 16 | 17 | @include1=#@#measures.inc 18 | @include2=#@#bars.inc 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.12.2/Skins/TriSound/@Resources/center.inc: -------------------------------------------------------------------------------- 1 | [MeterTri] 2 | Meter=shape 3 | Shape=Path ShapePath | Extend Modifiers 4 | ShapePath=#I1Xpos#,#I1Ypos# | LineTo #I2Xpos#,#I2Ypos# | LineTo #I3Xpos#,#I3Ypos# | ClosePath 1 5 | Modifiers=StrokeWidth ((#BorderSize#/15)*#Size#) | Stroke Color #TriBarColor# | Fill Color #TriFillColor# | StrokeLineJoin Miter | Scale (1.0-(#CenterFlip#)),(1.0-(#CenterFlip#)) 6 | DynamicVariables=1 7 | 8 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.12/Skins/TriSound/@Resources/center.inc: -------------------------------------------------------------------------------- 1 | [MeterTri] 2 | Meter=shape 3 | Shape=Path ShapePath | Extend Modifiers 4 | ShapePath=#I1Xpos#,#I1Ypos# | LineTo #I2Xpos#,#I2Ypos# | LineTo #I3Xpos#,#I3Ypos# | ClosePath 1 5 | Modifiers=StrokeWidth ((#BorderSize#/15)*#Size#) | Stroke Color #TriBarColor# | Fill Color #TriFillColor# | StrokeLineJoin Miter | Scale (1.0-(#CenterFlip#)),(1.0-(#CenterFlip#)) 6 | DynamicVariables=1 7 | 8 | -------------------------------------------------------------------------------- /RainbowRhythm/RainbowRhythm_1.0/Skins/RainbowRhythm/RainbowRhythm.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | DynamicVariables=1 3 | Update=10 4 | 5 | [Metadata] 6 | Name=RainbowRhythm 7 | Author=WyzzyMoon 8 | Version=1.0 9 | 10 | @include=#@#measures.inc 11 | @include1=#@#bars.inc 12 | @include2=#@#colors.inc 13 | 14 | [Variables] 15 | FFTSize=1024 16 | FFTAttack=250 17 | FFTDecay=300 18 | Sensitivity=50 19 | 20 | Width=20 21 | Height=200 22 | 23 | 24 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.5/Skins/TriSound/@Resources/center.inc: -------------------------------------------------------------------------------- 1 | 2 | [MeterTri0] 3 | UpdateDivider=-1 4 | Meter=Image 5 | ImageName=#@#Images\White1 6 | ImageTint=#TriColor# 7 | W=#IWidth# 8 | H=#IHeight# 9 | X=#IXPos# 10 | Y=#IYPos# 11 | Tile=0 12 | 13 | 14 | [MeterTri1] 15 | UpdateDivider=-1 16 | Meter=Image 17 | ImageName=#@#Images\White2 18 | ImageTint=#TriColor# 19 | W=#IWidth# 20 | H=#IHeight# 21 | X=#IXPos# 22 | Y=#IYPos# 23 | Tile=0 -------------------------------------------------------------------------------- /TriSound/TriSound_1.6/Skins/TriSound/@Resources/center.inc: -------------------------------------------------------------------------------- 1 | 2 | [MeterTri0] 3 | UpdateDivider=-1 4 | Meter=Image 5 | ImageName=#@#Images\White1 6 | ImageTint=#TriColor# 7 | W=#IWidth# 8 | H=#IHeight# 9 | X=#IXPos# 10 | Y=#IYPos# 11 | Tile=0 12 | 13 | 14 | [MeterTri1] 15 | UpdateDivider=-1 16 | Meter=Image 17 | ImageName=#@#Images\White2 18 | ImageTint=#TriColor# 19 | W=#IWidth# 20 | H=#IHeight# 21 | X=#IXPos# 22 | Y=#IYPos# 23 | Tile=0 -------------------------------------------------------------------------------- /TriSound/TriSound_1.6/Skins/TriSound/Triangle/Triangle.ini: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.6 5 | 6 | 7 | [Variables] 8 | @include0=#@#variables.inc 9 | 10 | [Skin] 11 | KeepOnScreen=0 12 | 13 | [Rainmeter] 14 | Update=1 15 | SkinWidth=(#Size#*30) 16 | SkinHeight=(#Size#*30) 17 | 18 | 19 | @include1=#@#center.inc 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.7/Skins/TriSound/@Resources/center.inc: -------------------------------------------------------------------------------- 1 | 2 | [MeterTri0] 3 | Meter=Image 4 | ImageName=#@#Images\White1 5 | ImageTint=#TriColor# 6 | W=#IWidth# 7 | H=#IHeight# 8 | X=#IXPos# 9 | Y=#IYPos# 10 | Tile=0 11 | ImageFlip=None 12 | 13 | 14 | [MeterTri1] 15 | Meter=Image 16 | ImageName=#@#Images\White2 17 | ImageTint=#TriColor# 18 | W=#IWidth# 19 | H=#IHeight# 20 | X=#IXPos# 21 | Y=#IYPos# 22 | Tile=0 23 | ImageFlip=None 24 | 25 | -------------------------------------------------------------------------------- /Geoz Blocks/GeoZ Blocks_1.0/Skins/Geoz Blocks/@Resources/FG.inc: -------------------------------------------------------------------------------- 1 | [MeterFBG] 2 | Meter=Image 3 | ImageName=#@#Images\FBG.png 4 | ImageAlpha=175 5 | X=(51+(#Size#/2)) 6 | Y=(51+(#Size#/2)) 7 | W=(#FGSizeW#-#Size#) 8 | H=(#FGSizeH#-#Size#) 9 | Tile=1 10 | 11 | [MeterFBGBorder] 12 | Meter=Image 13 | ImageName=#@#Images\BGB.png 14 | X=(50+(#Size#/2)) 15 | Y=(50+(#Size#/2)) 16 | W=((#FGSizeW#-#Size#)+2) 17 | H=((#FGSizeH#-#Size#)+2) 18 | ScaleMargins=2,2,2,2 -------------------------------------------------------------------------------- /TriSound/TriSound_1.6/Skins/TriSound/Bars/Bars.ini: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.6 5 | 6 | 7 | [Variables] 8 | @include0=#@#variables.inc 9 | 10 | [Skin] 11 | KeepOnScreen=0 12 | 13 | [Rainmeter] 14 | Update=1 15 | SkinWidth=(#Size#*30) 16 | SkinHeight=(#Size#*30) 17 | 18 | @include1=#@#measures.inc 19 | @include2=#@#bars.inc 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.7/Skins/TriSound/Bars/Bars.ini: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.7 5 | 6 | 7 | [Variables] 8 | @include0=#@#variables.inc 9 | 10 | [Skin] 11 | KeepOnScreen=0 12 | 13 | [Rainmeter] 14 | Update=1 15 | SkinWidth=(#Size#*32) 16 | SkinHeight=(#Size#*32) 17 | 18 | @include1=#@#measures.inc 19 | @include2=#@#bars.inc 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.8/Skins/TriSound/Bars/Bars.ini: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.8 5 | 6 | 7 | [Variables] 8 | @include0=#@#variables.inc 9 | 10 | [Skin] 11 | KeepOnScreen=0 12 | 13 | [Rainmeter] 14 | Update=1 15 | SkinWidth=(#Size#*32) 16 | SkinHeight=(#Size#*32) 17 | 18 | @include1=#@#measures.inc 19 | @include2=#@#bars.inc 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.9/Skins/TriSound/Bars/Bars.ini: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.9 5 | 6 | 7 | [Variables] 8 | @include0=#@#variables.inc 9 | 10 | [Skin] 11 | KeepOnScreen=0 12 | 13 | [Rainmeter] 14 | Update=1 15 | SkinWidth=(#Size#*32) 16 | SkinHeight=(#Size#*32) 17 | 18 | @include1=#@#measures.inc 19 | @include2=#@#bars.inc 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | 4 | # Custom for Visual Studio 5 | *.cs diff=csharp 6 | 7 | # Standard to msysgit 8 | *.doc diff=astextplain 9 | *.DOC diff=astextplain 10 | *.docx diff=astextplain 11 | *.DOCX diff=astextplain 12 | *.dot diff=astextplain 13 | *.DOT diff=astextplain 14 | *.pdf diff=astextplain 15 | *.PDF diff=astextplain 16 | *.rtf diff=astextplain 17 | *.RTF diff=astextplain 18 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.5/Skins/TriSound/TriSound.ini: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=WyzzyMoon 4 | Version=1.5 5 | 6 | [Skin] 7 | KeepOnScreen=0 8 | 9 | [Variables] 10 | @include0=#@#variables.inc 11 | 12 | [Rainmeter] 13 | Update=1 14 | DynamicWindowSize=1 15 | 16 | @include1=#@#measures.inc 17 | @include2=#@#bars.inc 18 | @include3=#@#center.inc 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.7/Skins/TriSound/Triangle/Triangle.ini: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.7 5 | 6 | 7 | [Variables] 8 | @include0=#@#variables.inc 9 | 10 | [Skin] 11 | KeepOnScreen=0 12 | 13 | [Rainmeter] 14 | Update=1 15 | SkinWidth=(#Size#*32) 16 | SkinHeight=(#Size#*32) 17 | 18 | 19 | @include1=#@#measures.inc 20 | @include2=#@#center.inc 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.8/Skins/TriSound/Triangle/Triangle.ini: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.8 5 | 6 | 7 | [Variables] 8 | @include0=#@#variables.inc 9 | 10 | [Skin] 11 | KeepOnScreen=0 12 | 13 | [Rainmeter] 14 | UpdateDivider=-1 15 | SkinWidth=(#Size#*32) 16 | SkinHeight=(#Size#*32) 17 | 18 | @include2=#@#measures.inc 19 | @include1=#@#center.inc 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.9/Skins/TriSound/Triangle/Triangle.ini: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.9 5 | 6 | 7 | [Variables] 8 | @include0=#@#variables.inc 9 | 10 | [Skin] 11 | KeepOnScreen=0 12 | 13 | [Rainmeter] 14 | UpdateDivider=-1 15 | SkinWidth=(#Size#*32) 16 | SkinHeight=(#Size#*32) 17 | 18 | @include2=#@#measures.inc 19 | @include1=#@#center.inc 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.8/Skins/TriSound/@Resources/center.inc: -------------------------------------------------------------------------------- 1 | 2 | [MeterTri0] 3 | Meter=Image 4 | ImageName=#@#Images\White1 5 | ImageTint=#TriColor# 6 | W=#IWidth# 7 | H=#IHeight# 8 | X=#IXPos# 9 | Y=#IYPos# 10 | Tile=0 11 | ImageFlip=None 12 | UpdateDivider=-1 13 | 14 | 15 | [MeterTri1] 16 | Meter=Image 17 | ImageName=#@#Images\White2 18 | ImageTint=#TriColor# 19 | W=#IWidth# 20 | H=#IHeight# 21 | X=#IXPos# 22 | Y=#IYPos# 23 | Tile=0 24 | ImageFlip=None 25 | UpdateDivider=-1 26 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.9/Skins/TriSound/@Resources/center.inc: -------------------------------------------------------------------------------- 1 | 2 | [MeterTri0] 3 | Meter=Image 4 | ImageName=#@#Images\White1 5 | ImageTint=#TriColor# 6 | W=#IWidth# 7 | H=#IHeight# 8 | X=#IXPos# 9 | Y=#IYPos# 10 | Tile=0 11 | ImageFlip=None 12 | UpdateDivider=-1 13 | 14 | 15 | [MeterTri1] 16 | Meter=Image 17 | ImageName=#@#Images\White2 18 | ImageTint=#TriColor# 19 | W=#IWidth# 20 | H=#IHeight# 21 | X=#IXPos# 22 | Y=#IYPos# 23 | Tile=0 24 | ImageFlip=None 25 | UpdateDivider=-1 26 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.6/Skins/TriSound/TriSound.ini: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=WyzzyMoon 4 | Version=1.6 5 | 6 | [Skin] 7 | KeepOnScreen=0 8 | 9 | [Variables] 10 | @include0=#@#variables.inc 11 | 12 | [Rainmeter] 13 | Update=1 14 | SkinWidth=(#Size#*30) 15 | SkinHeight=(#Size#*30) 16 | 17 | @include1=#@#measures.inc 18 | @include2=#@#bars.inc 19 | @include3=#@#center.inc 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.7/Skins/TriSound/TriSound.ini: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=WyzzyMoon 4 | Version=1.7 5 | 6 | [Skin] 7 | KeepOnScreen=0 8 | 9 | [Variables] 10 | @include0=#@#variables.inc 11 | 12 | [Rainmeter] 13 | Update=1 14 | SkinWidth=(#Size#*32) 15 | SkinHeight=(#Size#*32) 16 | 17 | @include1=#@#measures.inc 18 | @include2=#@#bars.inc 19 | @include3=#@#center.inc 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.2/Skins/Rainmeter/@Resources/variables.inc: -------------------------------------------------------------------------------- 1 | [Variables] 2 | 3 | 4 | ;Enter your weather code 5 | WeatherCode=UKXX3326 6 | 7 | 8 | ;Skinsize 9 | Size=16 10 | 11 | 12 | ;Outside Color 13 | ;Default Rainmeter color 179,179,179 14 | ;Alternative Rainmeter color 42,109,155 15 | 16 | OColor=179,179,179 17 | 18 | ;Inside Color 19 | ;Default Rainmeter color 161,186,220 20 | ;Alternative Rainmeter color 224,144,40 21 | 22 | IColor=161,186,220 23 | 24 | 25 | 26 | -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4/Skins/Rainmeter/Rainmeter.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | DefaultUpdateDivider=60 4 | 5 | [Metadata] 6 | Author=WyzzyMoon 7 | Name=Rainmeter for Rainmeter 8 | Version=1.4 9 | 10 | [Variables] 11 | ;Enter your weather code 12 | CountryCode=nl 13 | City=amsterdam 14 | 15 | ;Skinsize 16 | Size=16 17 | 18 | ;Outside Color 19 | OColor=179,179,179 20 | 21 | ;Inside Color 22 | IColor=161,186,220 23 | 24 | @include1=#@#measures.inc 25 | @include2=#@#meters.inc -------------------------------------------------------------------------------- /TriSound/TriSound_1.10/Skins/TriSound/@Resources/center.inc: -------------------------------------------------------------------------------- 1 | 2 | [MeterTri0] 3 | Meter=Image 4 | ImageName=#@#Images\White1 5 | ImageTint=#TriColor# 6 | W=#IWidth# 7 | H=#IHeight# 8 | X=#IXPos# 9 | Y=#IYPos# 10 | Tile=0 11 | ImageFlip=None 12 | 13 | DynamicVariables=1 14 | 15 | 16 | [MeterTri1] 17 | Meter=Image 18 | ImageName=#@#Images\White2 19 | ImageTint=#TriColor# 20 | W=#IWidth# 21 | H=#IHeight# 22 | X=#IXPos# 23 | Y=#IYPos# 24 | Tile=0 25 | ImageFlip=None 26 | 27 | DynamicVariables=1 28 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.10.1/Skins/TriSound/@Resources/center.inc: -------------------------------------------------------------------------------- 1 | 2 | [MeterTri0] 3 | Meter=Image 4 | ImageName=#@#Images\White1 5 | ImageTint=#TriColor# 6 | W=#IWidth# 7 | H=#IHeight# 8 | X=#IXPos# 9 | Y=#IYPos# 10 | Tile=0 11 | ImageFlip=None 12 | 13 | DynamicVariables=1 14 | 15 | 16 | [MeterTri1] 17 | Meter=Image 18 | ImageName=#@#Images\White2 19 | ImageTint=#TriColor# 20 | W=#IWidth# 21 | H=#IHeight# 22 | X=#IXPos# 23 | Y=#IYPos# 24 | Tile=0 25 | ImageFlip=None 26 | 27 | DynamicVariables=1 28 | -------------------------------------------------------------------------------- /RainbowRhythm/RainbowRhythm_1.0/Skins/RainbowRhythm/Wheel.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | DynamicVariables=1 3 | Update=10 4 | 5 | [Metadata] 6 | Name=RainbowRhythm 7 | Author=WyzzyMoon 8 | Version=1.0 9 | 10 | @include=#@#measures.inc 11 | @include1=#@#Cbars.inc 12 | @include2=#@#colors.inc 13 | 14 | [Variables] 15 | FFTSize=1024 16 | FFTAttack=250 17 | FFTDecay=300 18 | Sensitivity=50 19 | 20 | Width=500 21 | Height=500 22 | LineLength=200 23 | 24 | BandAmount=90 25 | overlap=(6.283/#BandAmount#)) 26 | 27 | 28 | -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4.1/Skins/Actual Rainmeter/Actual Rainmeter.ini: -------------------------------------------------------------------------------- 1 | [Rainmeter] 2 | Update=1000 3 | DefaultUpdateDivider=60 4 | 5 | [Metadata] 6 | Author=WyzzyMoon 7 | Name=Rainmeter for Rainmeter 8 | Version=1.4 9 | 10 | [Variables] 11 | ;Enter your weather code 12 | CountryCode=nl 13 | City=amsterdam 14 | 15 | ;Skinsize 16 | Size=16 17 | 18 | ;Outside Color 19 | OColor=179,179,179 20 | 21 | ;Inside Color 22 | IColor=161,186,220 23 | 24 | @include1=#@#measures.inc 25 | @include2=#@#meters.inc -------------------------------------------------------------------------------- /TriSound/TriSound_1.10.1/Skins/TriSound/Triangle/Triangle.ini: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.10.1 5 | @include0=#@#MusiColor.inc 6 | 7 | [Variables] 8 | @include1=#@#variables.inc 9 | 10 | [Skin] 11 | KeepOnScreen=0 12 | 13 | [Rainmeter] 14 | UpdateDivider=-1 15 | SkinWidth=(#Size#*32) 16 | SkinHeight=(#Size#*32) 17 | 18 | 19 | @include3=#@#measures.inc 20 | @include2=#@#center.inc 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.10/Skins/TriSound/Triangle/Triangle.ini: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.10 5 | 6 | @include0=#@#MusiColor.inc 7 | 8 | [Variables] 9 | @include1=#@#variables.inc 10 | 11 | [Skin] 12 | KeepOnScreen=0 13 | 14 | [Rainmeter] 15 | UpdateDivider=-1 16 | SkinWidth=(#Size#*32) 17 | SkinHeight=(#Size#*32) 18 | 19 | 20 | @include3=#@#measures.inc 21 | @include2=#@#center.inc 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.10/Skins/TriSound/Bars/Bars.ini: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.10 5 | 6 | @include0=#@#MusiColor.inc 7 | 8 | [Variables] 9 | @include1=#@#variables.inc 10 | 11 | 12 | [Skin] 13 | KeepOnScreen=0 14 | 15 | [Rainmeter] 16 | DynamicVariables=1 17 | Update=1 18 | SkinWidth=(#Size#*32) 19 | SkinHeight=(#Size#*32) 20 | 21 | @include2=#@#measures.inc 22 | @include3=#@#bars.inc 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.10.1/Skins/TriSound/Bars/Bars.ini: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.10.1 5 | 6 | @include0=#@#MusiColor.inc 7 | 8 | [Variables] 9 | @include1=#@#variables.inc 10 | 11 | 12 | [Skin] 13 | KeepOnScreen=0 14 | 15 | [Rainmeter] 16 | DynamicVariables=1 17 | Update=1 18 | SkinWidth=(#Size#*32) 19 | SkinHeight=(#Size#*32) 20 | 21 | @include2=#@#measures.inc 22 | @include3=#@#bars.inc 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.2/Skins/Rainmeter/@Resources/meters.inc: -------------------------------------------------------------------------------- 1 | 2 | [MeterRain] 3 | Meter=Image 4 | ImageName=#@#Images\Inside[MeasureRainper].png 5 | ImageTint=#IColor# 6 | PreserveAspectRatio=1 7 | W=(10*#Size#) 8 | H=(10*#Size#) 9 | X=0 10 | Y=0 11 | DynamicVariables=1 12 | AntiAlias=1 13 | 14 | [MeterOutline] 15 | Meter=Image 16 | ImageName=#@#Images\Outside 17 | ImageTint=#OColor# 18 | PreserveAspectRatio=1 19 | W=(10*#Size#) 20 | H=(10*#Size#) 21 | X=0 22 | Y=0 23 | Tile=0 24 | DynamicVariables=1 25 | AntiAlias=1 26 | 27 | -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4/Skins/Rainmeter/@Resources/meters.inc: -------------------------------------------------------------------------------- 1 | 2 | [MeterRain] 3 | Meter=Image 4 | ImageName=#@#Images\Inside[MeasureRainper].png 5 | ImageTint=#IColor# 6 | PreserveAspectRatio=1 7 | W=(10*#Size#) 8 | H=(10*#Size#) 9 | X=0 10 | Y=0 11 | DynamicVariables=1 12 | AntiAlias=1 13 | 14 | [MeterOutline] 15 | Meter=Image 16 | ImageName=#@#Images\Outside 17 | ImageTint=#OColor# 18 | PreserveAspectRatio=1 19 | W=(10*#Size#) 20 | H=(10*#Size#) 21 | X=0 22 | Y=0 23 | Tile=0 24 | DynamicVariables=1 25 | AntiAlias=1 26 | 27 | -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.2/Skins/Rainmeter/@Resources/measures.inc: -------------------------------------------------------------------------------- 1 | [MeasureData] 2 | Measure=Plugin 3 | Plugin=Plugins\WebParser.dll 4 | Url=http://wxdata.weather.com/wxdata/weather/local/#WeatherCode#?cc=*&dayf=1 5 | RegExp=(?siU).*(.*) 6 | UpdateRate=3600 7 | DynamicVariables=1 8 | 9 | [MeasureRain] 10 | Measure=Plugin 11 | Plugin=WebParser 12 | URL=[MeasureData] 13 | StringIndex=1 14 | DynamicVariables=1 15 | 16 | [MeasureRainper] 17 | Measure=Calc 18 | Formula=(MeasureRain) 19 | DynamicVariables=1 20 | 21 | -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4.1/Skins/Actual Rainmeter/@Resources/meters.inc: -------------------------------------------------------------------------------- 1 | 2 | [MeterRain] 3 | Meter=Image 4 | ImageName=#@#Images\Inside[MeasureRainper].png 5 | ImageTint=#IColor# 6 | PreserveAspectRatio=1 7 | W=(10*#Size#) 8 | H=(10*#Size#) 9 | X=0 10 | Y=0 11 | DynamicVariables=1 12 | AntiAlias=1 13 | 14 | [MeterOutline] 15 | Meter=Image 16 | ImageName=#@#Images\Outside 17 | ImageTint=#OColor# 18 | PreserveAspectRatio=1 19 | W=(10*#Size#) 20 | H=(10*#Size#) 21 | X=0 22 | Y=0 23 | Tile=0 24 | DynamicVariables=1 25 | AntiAlias=1 26 | 27 | -------------------------------------------------------------------------------- /TriSound/TriSound_1.11/Skins/TriSound/TriSound.ini: -------------------------------------------------------------------------------- 1 | [Metadata] 2 | Name=TriSound 3 | Author=Wyzzy Moon 4 | Version=1.11 5 | 6 | @include0=#@#MusiColor.inc 7 | 8 | [Variables] 9 | @include1=#@#variables.inc 10 | 11 | 12 | [Skin] 13 | KeepOnScreen=0 14 | 15 | [Rainmeter] 16 | DynamicVariables=1 17 | Update=1 18 | SkinWidth=(#Size#*32) 19 | SkinHeight=(#Size#*32) 20 | 21 | @include2=#@#measures.inc 22 | @include3=#@#bars.inc 23 | @include4=#@#center.inc 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /Actual Rainmeter/Actual Rainmeter_1.4/Skins/Rainmeter/@Resources/measures.inc: -------------------------------------------------------------------------------- 1 | [MeasureData] 2 | Measure=Plugin 3 | Plugin=Plugins\WebParser.dll 4 | Url=https://www.wunderground.com/hourly/#CountryCode#/#City# 5 | RegExp=(?siU)title="chance of precipitation">.*>(.*).* 6 | UpdateRate=3600 7 | DynamicVariables=1 8 | 9 | [MeasureRain] 10 | Measure=Plugin 11 | Plugin=WebParser 12 | URL=[MeasureData] 13 | StringIndex=1 14 | DynamicVariables=1 15 | 16 | [MeasureRainper] 17 | Measure=Calc 18 | Formula=(MeasureRain) 19 | DynamicVariables=1 20 | 21 | 22 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/High/Highlerp0.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureBandHigh') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureHighLerp0') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp0.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureBandLow') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp0') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp1.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureLowLerp0') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp1') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp2.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureLowLerp1') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp2') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp3.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureLowLerp2') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp3') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp4.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureLowLerp3') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp4') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp5.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureLowLerp4') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp5') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp6.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureLowLerp5') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp6') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp7.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureLowLerp6') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp7') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp8.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureLowLerp7') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp8') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp9.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureLowLerp8') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp9') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp0.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureBandMid') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp0') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp1.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureMidLerp0') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp1') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp2.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureMidLerp1') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp2') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp3.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureMidLerp2') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp3') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp4.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureMidLerp3') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp4') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp5.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureMidLerp4') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp5') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp6.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureMidLerp5') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp6') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp7.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureMidLerp6') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp7') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp8.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureMidLerp7') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp8') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp9.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureMidLerp8') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp9') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/High/Highlerp0.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureBandHigh') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureHighLerp0') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp0.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureBandLow') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp0') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp1.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureLowLerp0') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp1') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp10.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureLowLerp9') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp10') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp11.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureLowLerp10') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp11') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp12.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureLowLerp11') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp12') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp13.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureLowLerp12') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp13') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp14.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureLowLerp13') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp14') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp15.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureLowLerp14') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp15') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp16.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureLowLerp15') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp16') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp17.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureLowLerp16') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp17') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp18.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureLowLerp17') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp18') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp19.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureLowLerp18') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp19') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp2.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureLowLerp1') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp2') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp3.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureLowLerp2') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp3') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp4.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureLowLerp3') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp4') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp5.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureLowLerp4') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp5') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp6.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureLowLerp5') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp6') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp7.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureLowLerp6') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp7') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp8.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureLowLerp7') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp8') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Low/Lowlerp9.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureLowLerp8') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureLowLerp9') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp0.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureBandMid') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp0') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp1.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureMidLerp0') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp1') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp10.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureMidLerp9') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp10') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp11.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureMidLerp10') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp11') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp12.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureMidLerp11') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp12') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp13.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureMidLerp12') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp13') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp14.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureMidLerp13') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp14') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp15.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureMidLerp14') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp15') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp16.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureMidLerp15') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp16') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp17.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureMidLerp16') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp17') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp18.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureMidLerp17') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp18') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp19.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureMidLerp18') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp19') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp2.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureMidLerp1') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp2') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp3.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureMidLerp2') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp3') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp4.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureMidLerp3') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp4') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp5.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureMidLerp4') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp5') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp6.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureMidLerp5') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp6') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp7.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureMidLerp6') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp7') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp8.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureMidLerp7') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp8') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/Mid/Midlerp9.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureMidLerp8') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureMidLerp9') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/High/Highlerp1.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureHighLerp0') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureHighLerp1') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/High/Highlerp2.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureHighLerp1') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureHighLerp2') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/High/Highlerp3.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureHighLerp2') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureHighLerp3') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/High/Highlerp4.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureHighLerp3') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureHighLerp4') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/High/Highlerp5.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureHighLerp4') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureHighLerp5') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/High/Highlerp6.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureHighLerp5') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureHighLerp6') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/High/Highlerp7.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureHighLerp6') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureHighLerp7') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/High/Highlerp8.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureHighLerp7') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureHighLerp8') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.0/Skins/BeatRipple/@Resources/Lerp/High/Highlerp9.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureHighLerp8') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureHighLerp9') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/High/Highlerp1.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureHighLerp0') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureHighLerp1') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/High/Highlerp10.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureHighLerp9') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureHighLerp10') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/High/Highlerp11.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureHighLerp10') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureHighLerp11') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | -------------------------------------------------------------------------------- /BeatRipple/BeatRipple_1.1/Skins/BeatRipple/@Resources/Lerp/High/Highlerp12.lua: -------------------------------------------------------------------------------- 1 | function Initialize() 2 | 3 | end 4 | 5 | function Update() 6 | 7 | lerpVar = SKIN:GetMeasure('MeasureLerpCalc') 8 | lerpFactor = SKIN:GetMeasure('MeasureLerpFactor') 9 | 10 | lerp=lerpVar:GetValue() 11 | MeasureAudio = SKIN:GetMeasure('MeasureHighLerp11') 12 | AudioValue = MeasureAudio:GetValue() 13 | Self = SKIN:GetMeasure('MeasureHighLerp12') 14 | SelfValue = Self:GetValue() 15 | 16 | 17 | return (((1-lerp)*AudioValue + lerp*SelfValue)*lerpFactor:GetValue()) 18 | 19 | end 20 | --------------------------------------------------------------------------------