Hi,
I'm new here, but I'm a nerd for customizing windows.
I've decided to create a bin skin but It won't show me the full bin icon when there's something inside the bin. Can you help me, please? thank you so much
I'm new here, but I'm a nerd for customizing windows.
I've decided to create a bin skin but It won't show me the full bin icon when there's something inside the bin. Can you help me, please? thank you so much
Code:
[Rainmeter]Update=100[Background]Meter=ShapeShape=Rectangle 0,0,250,100,20 | Fill Color 15,35,52,255 ;[Variables]IconEmpty=@Resources\empty_trash.pngIconFull=@Resources\full_trash.png[Icon]Meter=ImageImageName=@Resources\empty_trash.pngW=80H=80X=10Y=10DynamicVariables=1LeftMouseUpAction=["explorer.exe" "shell:RecycleBinFolder"][IconCondition]Meter=ImageW=80H=80X=10Y=10IfCondition=MeasureBinItems > 0IfTrueAction=[!SetOption Icon ImageName IconFull][!Update]IfFalseAction=[!SetOption Icon ImageName IconEmpty][!Update][MeasureBinSize]Measure=RecycleManagerRecycleType=SizeUpdateDivider=5[MeterBinSize]Meter=StringMeasureName=MeasureBinSizeX=110Y=20W=190H=18FontColor=255,255,255,255FontFace=Dank MonoFontSize=14AutoScale=1Text=%1BLeftMouseUpAction=!CommandMeasure MeasureBinSize OpenBinRightMouseUpAction=!CommandMeasure MeasureBinSize EmptyBin[MeasureBinItems]; This measure returns the amount of items in the Recycle Bin.Measure=PluginPlugin=RecycleManager.dllRecycleType=COUNTUpdateDivider=3; UpdateDivider sets the rate at which the value of the measure is updated. It is; calculated as follows: UpdateDivider x Update. In this case, Update is set to; 1000 milliseconds (in the [Rainmeter] section). 1000 x 3 = 3000 ms or 3 seconds.[MeterBinItems]Meter=STRINGFontFace=Dank MonoFontColor=74,102,120,255FontSize=12MeasureName=measureBinItemsX=110Y=45W=190H=18Text="%1 items"AutoScale=1; %1 stands for the value of MeasureName (measureBinItems in this case).[EmptyRecycle]Meter=StringFontSize=12FontColor=255,0,0,255FontFace="Dank Mono"X=110Y=65Text="Empty Bin"LeftMouseUpAction=["powershell.exe" "-NoProfile" "-Command" "Clear-RecycleBin -Confirm:$false -ErrorAction SilentlyContinue"]
Statistics: Posted by erina92 — Yesterday, 11:42 am — Replies 9 — Views 112