-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Carib
authored and
Carib
committed
Dec 12, 2024
1 parent
d813c88
commit 9940207
Showing
26 changed files
with
50 additions
and
8 deletions.
There are no files selected for viewing
Binary file not shown.
37 changes: 37 additions & 0 deletions
37
Droptop/@Resources/OriginalFolders/Other files/Droptop.ahk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
#Persistent | ||
#SingleInstance, force | ||
|
||
Menu, Tray, Tip, Droptop Task Helper | ||
|
||
FileRead, fileContent, DroptopData.ini | ||
Loop, Parse, fileContent, `n, `r | ||
{ | ||
StringSplit, keyValue, A_LoopField, = | ||
if (keyValue1 = "PROGRAMPATH") | ||
{ | ||
PROGRAMPATH := keyValue2 | ||
break | ||
} | ||
} | ||
|
||
Run, %PROGRAMPATH% | ||
Sleep, 5000 | ||
Run, %PROGRAMPATH% !ActivateConfig Droptop\DropdownBar | ||
|
||
SetTimer, CheckProgram, 10000 ; Check every 10 seconds | ||
return | ||
|
||
CheckProgram: | ||
IfWinNotExist, ahk_exe Rainmeter.exe | ||
{ | ||
Run, %PROGRAMPATH% | ||
} | ||
return | ||
|
||
~!Shift:: | ||
Run, %PROGRAMPATH% !UpdateMeasure CurrentLanguageID.PSRM Droptop\Other\BackgroundProcesses | ||
return | ||
|
||
~#Space:: | ||
Run, %PROGRAMPATH% !UpdateMeasure CurrentLanguageID.PSRM Droptop\Other\BackgroundProcesses | ||
return |
Binary file not shown.
3 changes: 3 additions & 0 deletions
3
Droptop/@Resources/OriginalFolders/Other files/DroptopData.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[Variables] | ||
PROGRAMPATH=C:\Program Files\Rainmeter\Rainmeter.exe | ||
SKINSPATH=C:\Users\Carib\Documents\Rainmeter\Skins\ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.