diff --git a/@Resources/Actions/CloseScript.ahk b/@Resources/Actions/Source code/Close.ahk similarity index 92% rename from @Resources/Actions/CloseScript.ahk rename to @Resources/Actions/Source code/Close.ahk index 141c49f..80e69ee 100644 --- a/@Resources/Actions/CloseScript.ahk +++ b/@Resources/Actions/Source code/Close.ahk @@ -19,5 +19,5 @@ CloseScript(Name) return Name . " not found" } -CloseScript("Start.ahk") +CloseScript("MIUI-Shade.ahk") ExitApp \ No newline at end of file diff --git a/@Resources/Actions/Source code/Start.ahk b/@Resources/Actions/Source code/MIUI-Shade.ahk similarity index 100% rename from @Resources/Actions/Source code/Start.ahk rename to @Resources/Actions/Source code/MIUI-Shade.ahk diff --git a/@Resources/Images/Cover.png b/@Resources/Images/Cover.png index 76f4445..97a7ce6 100644 Binary files a/@Resources/Images/Cover.png and b/@Resources/Images/Cover.png differ diff --git a/@Resources/Vars.inc b/@Resources/Vars.inc index 6596e47..db6dfd4 100644 --- a/@Resources/Vars.inc +++ b/@Resources/Vars.inc @@ -22,7 +22,7 @@ R=10 GlobalP=10 ShadeW=(450*#scale#) -WeatherLocation=Hong Kong +WeatherLocation=melbourne ; Just enter your city's name or your address here or whatever. Anything should work here. ; TIP: Check Rainmeter's log to see what location it got. WeatherUnits=Metric @@ -31,8 +31,8 @@ Language=en TweenTime1=300 Easing=InOutSine -BlurBool=0 -BlurType=Blur +BlurBool=1 +BlurType=Acrylic Detect.Location=0 Detect.Size=10 diff --git a/@Start/Main.ini b/@Start/Main.ini index 3fa9a76..2285579 100644 --- a/@Start/Main.ini +++ b/@Start/Main.ini @@ -60,7 +60,7 @@ This=StrokeColor 255,255,255,(#TweenNode2#/100*150) Arrow=(#WW#-20-20),(#HH#/2-20) | LineTo (#WW#-20),(#HH#/2) | LineTo (#WW#-#HH#*0.5-20+10),(#HH#-10) MouseOverAction=[!SetOption Arrow This "StrokeColor 255,255,255,(255)"][!UpdateMeter Arrow][!Redraw] MouseLeaveAction=[!SetOption Arrow This "StrokeColor 255,255,255,(#*TweenNode2*#/100*150)"][!UpdateMeter Arrow][!Redraw] -Leftmouseupaction=[!CommandMeasure mTween "Reverse(0)"][!CommandMeasure mTween "Reverse(1)"][!CommandMeasure mTween "Reverse(2)"][!Delay 1000][!EnableMeasureGroup Updater][!DeactivateConfig #CURRENTCONFIG#] +Leftmouseupaction=[!CommandMeasure mTween "Reverse(0)"][!CommandMeasure mTween "Reverse(1)"][!CommandMeasure mTween "Reverse(2)"][!EnableMeasureGroup Updater][!Delay 3000][!DeactivateConfig #CURRENTCONFIG#] [Logo] Meter=Image diff --git a/MIUIShadeWorkspace.code-workspace b/MIUIShadeWorkspace.code-workspace index 8969cda..876a149 100644 --- a/MIUIShadeWorkspace.code-workspace +++ b/MIUIShadeWorkspace.code-workspace @@ -2,9 +2,6 @@ "folders": [ { "path": "." - }, - { - "path": "..\\#JaxCore" } ], "settings": {} diff --git a/Main/Main.ini b/Main/Main.ini index 5c5fc0f..38430eb 100644 --- a/Main/Main.ini +++ b/Main/Main.ini @@ -2,7 +2,7 @@ Update=(#Animation# = 1 ? 20 : 1000) SkinWidth=#SCREENAREAWIDTH# SkinHeight=#SCREENAREAHEIGHT# -OnRefreshAction=[!ZPOS 1][!Draggable 0][!Hide][!Delay 100][!EnableMEasureGroup NUOL]["#@#Actions\AHK.exe" "#@#Actions\Source Code\Start.ahk"]#BT_CheckBluetooth# +OnRefreshAction=[!ZPOS 1][!Draggable 0][!Hide][!Delay 100][!EnableMEasureGroup NUOL]["#@#Actions\AHK.exe" "#@#Actions\Source Code\MIUI-Shade.ahk"]#BT_CheckBluetooth# DefaultUpdateDivider=-1 MouseActionCursor=0 @includeCtx=#SKINSPATH##JaxCore\Core\}{CtxItms.inc @@ -74,7 +74,7 @@ Group=NUOL [Unload] Measure=String -OnUpdateAction=["#@#Actions\AHK.exe" "#@#Actions\CloseScript.ahk"][!DeactivateConfig] +OnUpdateAction=["#@#Actions\AHK.exe" "#@#Actions\Source Code\close.ahk"][!DeactivateConfig] Disabled=1 Group=NUOL