Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
LatinoF committed Jun 13, 2022
1 parent 78347ab commit 4fcbb6d
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 0 deletions.
Binary file added @Resources/Images/Bin/Empty.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added @Resources/Images/Bin/Full.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Plugins/32bit/Drag&Drop.dll
Binary file not shown.
Binary file added Plugins/64bit/Drag&Drop.dll
Binary file not shown.
40 changes: 40 additions & 0 deletions Recycle Bin [Silent].ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[Rainmeter]
Update=250
AccurateText=1
Group=#RootConfig#

[MeasureDnD]
Measure=Plugin
Plugin=Drag&Drop
ProcessAllFiles=1
DynamicVariables=1

[MeasureDelete]
Measure=Plugin
Plugin=Drag&Drop
Parent=[MeasureDnD]
Action=Delete
Bounds=Meter1
OnDropAction=[!Log "$File$ sent to the Recycle Bin."]
OnDropActionSubstitute=\:\\
DynamicVariables=1
ProcessAllFiles=1

[MeasureRecycle]
Measure=Plugin
Plugin=RecycleManager
RecycleType=Count
IfCondition=(#CurrentSection#>0)
IfTrueAction=[!SetOption Meter1 ImageName "#@#Images\Bin\Full]
IfFalseAction=[!SetOption Meter1 ImageName "#@#Images\Bin\Empty]

[Meter1]
Meter=Image
ImageName=#@#Images\Bin\Empty
X=1
Y=1
W=72
H=72
LeftMouseUpAction=[!CommandMeasure MeasureRecycle "OpenBin"]
RightMouseUpAction=[!CommandMeasure MeasureRecycle "EmptyBinSilent"]
DynamicVariables=1
40 changes: 40 additions & 0 deletions Recycle Bin.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
[Rainmeter]
Update=250
AccurateText=1
Group=#RootConfig#

[MeasureDnD]
Measure=Plugin
Plugin=Drag&Drop
ProcessAllFiles=1
DynamicVariables=1

[MeasureDelete]
Measure=Plugin
Plugin=Drag&Drop
Parent=[MeasureDnD]
Action=Delete
Bounds=Meter1
OnDropAction=[!Log "$File$ sent to the Recycle Bin."]
OnDropActionSubstitute=\:\\
DynamicVariables=1
ProcessAllFiles=1

[MeasureRecycle]
Measure=Plugin
Plugin=RecycleManager
RecycleType=Count
IfCondition=(#CurrentSection#>0)
IfTrueAction=[!SetOption Meter1 ImageName "#@#Images\Bin\Full]
IfFalseAction=[!SetOption Meter1 ImageName "#@#Images\Bin\Empty]

[Meter1]
Meter=Image
ImageName=#@#Images\Bin\Empty
X=1
Y=1
W=64
H=64
LeftMouseUpAction=[!CommandMeasure MeasureRecycle "OpenBin"]
RightMouseUpAction=[!CommandMeasure MeasureRecycle "EmptyBin"]
DynamicVariables=1

0 comments on commit 4fcbb6d

Please sign in to comment.