LoadModule "$LSModuleDir$/systray2-2.0.4.dll" ;--------------------------------------------------------- ;// STEP.RC ////////////////////////////////////////////// ;--------------------------------------------------------- ; ; systray reference ; ; tray is always on top of other windows SystrayAlwaysOnTop FALSE ; how tray is autosized SystrayAutoSize up right ; background color SystrayBgColor 7F7F7F ; skin config, can be just a bitmap or see readme for detailed (confusing?) instructions ;SystrayBitmap skin.bmp 2 2 2 2 ; or transparent skin ;SystrayBitmap skinTrans.bmp 4 4 4 4 tiled ;SystrayBitmap "Systray2/dragonbg.png" tiled ; can drag the tray SystrayBorderDrag Off ; space between border and icons SystrayBorderX $TrayTasksSpacing/2$ SystrayBorderY $TrayTasksSpacing/2$ ; the amount of color that is shown in icons SystrayColorSaturation 0 ; direction and wrap-direction for icon layout within tray SystrayDirection up right ; tray starts hidden SystrayHidden FALSE ; hide tray if there are no icons SystrayHideIfEmpty TRUE ; hue color SystrayHueColor 808080 ; hue intensity SystrayHueIntensity 128 ; enables the color saturation and hue effects SystrayIconEffects FALSE ; size of icons in tray SystrayIconSize $TrayTasksIconSize$ ; width/height constraints used during autosize SystrayMinWidth -1 SystrayMinHeight -1 SystrayMaxWidth -1 SystrayMaxHeight -1 ; flicker free paint (must use skin, no transparency areas) SystrayNoTransparency FALSE ; pins the systray to the desktop SystrayPinToDesktop TRUE ; displays InfoTips for icons that support them SystrayShowInfoTips TRUE ; snap to edge tolerance SystraySnapDistance 4 ; horizontal and vertical icon spacing SystraySpacingX $TrayTasksSpacing$ SystraySpacingY $TrayTasksSpacing$ ; number of icons per row/column SystrayWrapCount $ResolutionY*2/3/TrayTasksIconSize$ ; Fix for bugged Systray positioning. SystrayYOffset $(SystrayIconSize+SystraySpacingY)*4-SystraySpacingY-4$ ; starting position of tray: negative values are relative to bottom right SystrayX 0 SystrayY $-TrayTasksOffset-SystrayYOffset$