Posted by member 36955 on 2003-12-12 22:57:40 link

yes - make a new theme folder called systray and create a file called theme.rc inside it. copy and paste this into the theme.rc file:
OTSMajorVersion 2
OTSMinorVersion 0

ThemeName "systray"
ThemeAuthor "doy"

*NetLoadModule desktop2-2.0
*NetLoadModule popup2-2.1.6
*NetLoadModule vtray-1.06

;----------------------------
;systray configuration - see
;$ModulesDir$docs\vtray-1.06 for more info
;----------------------------

VTraySettingsCompatibility true

SystrayX 0
SystrayY 0
SystrayHeight 100
SystrayWidth 100

SystrayBGColor FF00FF ;transparent

SystrayIconSize 16
SystrayIconSpacingX 0
SystrayIconSpacingY 0

SystrayDirection right
SystrayWrapCount 5
SystrayWrapDirection down

SystrayHidden true


;----------------------------
;desktop configuration - see
;$ModulesDir$docs\desktop2-2.0 for more info
;----------------------------

*Desktop lbutton+ctrl !SystrayToggle

compress this folder to a .zip file, and rename it to systray.lsz

now double click on it and you should be set(:

right clicking on the desktop will get you the popup menu, and ctrl+left click on the desktop will show the systray.

edit: changed module load order