init
This commit is contained in:
parent
a6dec29f88
commit
4db0a2d524
252 changed files with 6192 additions and 0 deletions
125
RECYCLE BIN/RECYCLE BIN.ini
Normal file
125
RECYCLE BIN/RECYCLE BIN.ini
Normal file
|
|
@ -0,0 +1,125 @@
|
|||
[Rainmeter]
|
||||
|
||||
Author=g3xter/Kaelri
|
||||
|
||||
[Variables]
|
||||
FontName=hooge 05_53
|
||||
FontHeight=6
|
||||
FontHeight2=8
|
||||
FontColor=255,255,255,255
|
||||
BlueBorder=Border
|
||||
BlueColor=0, 148, 255, 128
|
||||
|
||||
|
||||
;------------------------------------------------------------------------------------------------
|
||||
; MEASURES
|
||||
|
||||
[MeasureBin]
|
||||
Measure=Plugin
|
||||
Plugin=RecycleManager.dll
|
||||
RecycleType=COUNT
|
||||
Drives=ALL
|
||||
|
||||
[MeasureBin2]
|
||||
Measure=Plugin
|
||||
Plugin=RecycleManager.dll
|
||||
RecycleType=SIZE
|
||||
Drives=ALL
|
||||
|
||||
[BinAction]
|
||||
Measure=Calc
|
||||
Formula=MeasureBin
|
||||
IfAboveAction=!execute [!RainmeterHideMeter IconEmpty][!RainmeterShowMeter IconFull]
|
||||
IfAboveValue=0
|
||||
IfEqualAction=!execute [!RainmeterHideMeter IconFull][!RainmeterShowMeter IconEmpty]
|
||||
IfEqualValue=0
|
||||
|
||||
;------------------------------------------------------------------------------------------------
|
||||
; METERS
|
||||
|
||||
[Background]
|
||||
Meter=IMAGE
|
||||
ImageName=#@#TRASH INTERFACE.png
|
||||
X=0
|
||||
Y=0
|
||||
H=81
|
||||
W=251
|
||||
|
||||
[IconEmpty]
|
||||
Meter=IMAGE
|
||||
ImageName=#@#RecyclerEmpty.B.png
|
||||
X=60
|
||||
Y=25
|
||||
W=40
|
||||
H=42
|
||||
AntiAlias=1
|
||||
LeftMouseDownAction=!execute [!RainmeterHideMeter IconEmpty][!RainmeterShowMeter IconEmptyActive][!RainmeterRedraw]
|
||||
RightMouseDownAction=!execute [!RainmeterHideMeter IconEmpty][!RainmeterShowMeter IconEmptyActive][!RainmeterRedraw]
|
||||
|
||||
[IconEmptyActive]
|
||||
Meter=IMAGE
|
||||
MeterStyle=IconEmpty
|
||||
ImageName=#@#RecyclerEmptyActive.B.png
|
||||
Hidden=1
|
||||
LeftMouseUpAction=!execute [!RainmeterPluginBang "MeasureBin OpenBin"][!RainmeterHideMeter IconEmptyActive][!RainmeterShowMeter IconEmpty][!RainmeterRedraw]
|
||||
RightMouseUpAction=!execute [!RainmeterPluginBang "MeasureBin EmptyBin"][!RainmeterHideMeter IconEmptyActive][!RainmeterShowMeter IconEmpty][!RainmeterRedraw]
|
||||
|
||||
[IconFull]
|
||||
Meter=IMAGE
|
||||
MeterStyle=IconEmpty
|
||||
ImageName=#@#RecyclerFull.B.png
|
||||
Hidden=1
|
||||
LeftMouseDownAction=!execute [!RainmeterHideMeter IconFull][!RainmeterShowMeter IconFullActive][!RainmeterRedraw]
|
||||
RightMouseDownAction=!execute [!RainmeterHideMeter IconFull][!RainmeterShowMeter IconFullActive][!RainmeterRedraw]
|
||||
|
||||
[IconFullActive]
|
||||
Meter=IMAGE
|
||||
MeterStyle=IconEmpty
|
||||
ImageName=#@#RecyclerFullActive.B.png
|
||||
Hidden=1
|
||||
LeftMouseUpAction=!execute [!RainmeterPluginBang "MeasureBin OpenBin"][!RainmeterHideMeter IconFullActive][!RainmeterShowMeter IconFull][!RainmeterRedraw]
|
||||
RightMouseUpAction=!execute [!RainmeterPluginBang "MeasureBin EmptyBin"][!RainmeterHideMeter IconFullActive][!RainmeterShowMeter IconFull][!RainmeterRedraw]
|
||||
|
||||
;-----------------------
|
||||
; LABELS
|
||||
|
||||
[Label]
|
||||
Meter=STRING
|
||||
MeasureName=MeasureBin
|
||||
X=142
|
||||
Y=29
|
||||
FontColor=#FontColor#
|
||||
FontSize=#FontHeight#
|
||||
FontFace=#FontName#
|
||||
StringEffect=#BlueBorder#
|
||||
FontEffectColor=#BlueColor#
|
||||
AntiAlias=#NoAntiAlias#
|
||||
Text="%1 ITMS"
|
||||
AntiAlias=0
|
||||
|
||||
[Label2]
|
||||
Meter=STRING
|
||||
MeasureName=MeasureBin2
|
||||
X=142
|
||||
Y=43
|
||||
FontColor=#FontColor#
|
||||
FontSize=#FontHeight#
|
||||
FontFace=#FontName#
|
||||
StringEffect=#BlueBorder#
|
||||
FontEffectColor=#BlueColor#
|
||||
AntiAlias=0
|
||||
AutoScale=1
|
||||
NumOfDecimals=1
|
||||
Text="%1B"
|
||||
|
||||
[StatusHeader]
|
||||
Meter=STRING
|
||||
X=142
|
||||
Y=14
|
||||
FontColor=#FontColor#
|
||||
FontSize=#FontHeight#
|
||||
FontFace=#FontName#
|
||||
StringEffect=#BlueBorder#
|
||||
FontEffectColor=#BlueColor#
|
||||
AntiAlias=0
|
||||
Text="STATUS"
|
||||
Loading…
Add table
Add a link
Reference in a new issue