Skip to content

Commit

Permalink
1.6 changed to close.ahk
Browse files Browse the repository at this point in the history
  • Loading branch information
EnhancedJax committed Aug 13, 2021
1 parent 0bcfabe commit 0bb239e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ CloseScript(Name)
return Name . " not found"
}

CloseScript("Start.ahk")
CloseScript("MIUI-Shade.ahk")
ExitApp
File renamed without changes.
Binary file modified @Resources/Images/Cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions @Resources/Vars.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -31,8 +31,8 @@ Language=en

TweenTime1=300
Easing=InOutSine
BlurBool=0
BlurType=Blur
BlurBool=1
BlurType=Acrylic

Detect.Location=0
Detect.Size=10
2 changes: 1 addition & 1 deletion @Start/Main.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions MIUIShadeWorkspace.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"folders": [
{
"path": "."
},
{
"path": "..\\#JaxCore"
}
],
"settings": {}
Expand Down
4 changes: 2 additions & 2 deletions Main/Main.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 0bb239e

Please sign in to comment.