RecycleManager measure RecycleManagerメジャー

Measure=RecycleManager monitors the state of the recycle bin.Measure=RecycleManager ごみ箱の状態を監視します。

Note: RecycleManager was previously a plugin measure.注:RecycleManagerは以前はプラグインメジャーでした。

In many existing skins you might see the syntax:既存のスキンの多くには、次のような構文があります。

[MeasureRecycle]
Measure=Plugin
Plugin=RecycleManager
or
Plugin=RecycleManager.dll
or
Plugin=Plugins\RecycleManager.dll

RecycleManager still works with those forms, and changing existing skins to the new Measure=RecycleManager syntax is entirely optional. However, new skins created going forward should use the correct syntax for accuracy and clarity. RecycleManager is a measure, and not a plugin.RecycleManagerはまだこれらのフォームで機能し、既存のスキンを新しいMeasure=RecycleManager構文に変更することは完全にオプションです。ただし、今後作成される新しいスキンは、正確さと明確さのために正しい構文を使用する必要があります。RecycleManagerは測定値であり、プラグインではありません。

[MeasureRecyle]
Measure=RecycleManager

Optionsオプション

General measure options一般的な測定オプション
All general measure options are valid.一般的な測定オプションはすべて有効です。
RecycleType Default: CountRecycleType デフォルト: Count
Type of information to measure. Valid values are:
  • Count: Number of files in the recycle bin.Count:ごみ箱内のファイル数。
  • Size: Total size of the recycle bin in bytes.Size:ごみ箱の合計サイズ(バイト)。

Bangs前髪

RecycleManager measures can be controlled with the !CommandMeasure bang with the argument parameter being:RecycleManagerのメジャーは、引数パラメーターを次のように指定して!CommandMeasure bangで制御できます。

  • OpenBin
  • EmptyBin: Empties the bin after confirmation.EmptyBin:確認後にビンを空にします。
  • EmptyBinSilent: Empties the bin silently without confirmation.EmptyBinSilent:確認せずに静かにビンを空にします。

Example

[Rainmeter]
Update=1000
BackgroundMode=2
SolidColor=0,0,0,255

[MeasureBinSize]
Measure=RecycleManager
RecycleType=Size
UpdateDivider=5

[MeterBinSize]
Meter=String
MeasureName=MeasureBinSize
X=5
Y=5
W=200
H=20
FontColor=255,255,255,255
SolidColor=0,0,0,1
AutoScale=1
Text=Bin size: %1B
LeftMouseUpAction=!CommandMeasure MeasureBinSize OpenBin
RightMouseUpAction=!CommandMeasure MeasureBinSize EmptyBin

関連記事

スポンサーリンク

phpMyAdminで『information_schema』などを非表示にする方法

ホームページ製作・web系アプリ系の製作案件募集中です。

上に戻る